Commit Graph

66 Commits

Author SHA1 Message Date
Ruben Fiszel f402cc67c1 also allow editable flow 2022-07-24 11:27:36 +02:00
Ruben Fiszel 8a951e8821 fix: static is undefined by default instead of being empty '' 2022-07-23 23:16:53 +02:00
Ruben Fiszel a4383b0eb6 feat(frontend): deeper integration with the hub 2022-07-23 21:11:31 +02:00
Ruben Fiszel 1c9ec803b5 websocket auto-connect 2022-07-23 18:29:21 +02:00
Ruben Fiszel 61b14551c1 websocket auto-connect 2022-07-23 18:28:41 +02:00
Ruben Fiszel caae0cd10c fix: display websocket status in flow inline editor 2022-07-23 16:09:53 +02:00
Ruben Fiszel 7bcb043442 remove unnecessary vscode import 2022-07-23 15:54:16 +02:00
Ruben Fiszel 1f84048701 feat: add editor bar to inline scripts of flows 2022-07-23 11:20:22 +02:00
Ruben Fiszel 833cb2ac33 fix: export json is converted to pull mode + rd fix 2022-07-22 21:12:03 +02:00
Ruben Fiszel 06e3d10a4f fix: export json is converted to pull mode 2022-07-22 02:28:05 +02:00
Ruben Fiszel 9e15e8dbef feat: more visual cues about trigger scripts 2022-07-22 02:23:10 +02:00
Ruben Fiszel ac55464138 feat: more visual cues about trigger scripts 2022-07-22 02:22:09 +02:00
Ruben Fiszel 1f51fdec45 feat: import and export flow from JSON 2022-07-22 02:07:19 +02:00
Ruben Fiszel 90f9edb3c2 fix: improve tooltip 2022-07-22 00:15:49 +02:00
Ruben Fiszel ca5e42de46 fix: improve tooltip 2022-07-21 23:58:32 +02:00
Ruben Fiszel fb57668a65 feat: rich rendering of flows 2022-07-21 21:13:53 +02:00
Ruben Fiszel 61c6704d74 fix: placeholder undefined for arginput 2022-07-21 15:32:11 +02:00
Faton Ramadani 31411e256f feat: dynamic template for script inputs in flow
* Refactor flow UI/UX + added fork and create script from inline script

* Prevent infinite loop when remove steps

* Fix forking a script from the Hub

* Fix viewing code of  a script from the Hub

* Fix PR comments

* Fix code highlight

* Fix path

* Find next available path

* Fix copy first step schema

* Light dynamic input WIP

* Fix initial input transform

* Use backquote to inject code

* Light dynamic input working

* Adapt warning message

* Merge main

* Change toggle text

* Change toggle text

* Fix preview

* Add missing id

* Fix z-index

* Update frontend/src/lib/components/ModuleStep.svelte

* pushed propertiesType fix

* pushed propertiesType fix

* JSON.parse resulting expr

* use class for property-picker

* Rework onmouseleave logic

* handle all types

* give up on object

* give up on object

* give up on object

* fix toggle

* good to merge

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-07-21 14:58:55 +02:00
Ruben Fiszel 48b9865314 minor UI fixes 2022-07-20 20:02:35 +02:00
Ruben Fiszel aad3067000 minor UI fixes 2022-07-20 20:02:12 +02:00
Ruben Fiszel aff4831169 minor UI fixes 2022-07-20 20:00:36 +02:00
Ruben Fiszel e71ef67a83 minor UI fixes 2022-07-20 19:53:38 +02:00
Ruben Fiszel a39899b4e2 minor UI fixes 2022-07-20 19:32:49 +02:00
Ruben Fiszel 48ff7be074 minor UI fixes 2022-07-20 19:28:11 +02:00
Ruben Fiszel bd03727dd1 flow UI improvements 2022-07-20 18:36:15 +02:00
Ruben Fiszel c1fd48c864 small frontend fixes 2022-07-20 15:57:45 +02:00
Ruben Fiszel 637941d6d9 fix(frontend): remove unecessary step 1 of flows 2022-07-19 21:03:19 +02:00
Ruben Fiszel c25016bed6 fix(frontend): initFlow also reset schemaStore 2022-07-19 20:43:50 +02:00
Ruben Fiszel 80ddfed361 fix(frontend): filter script by is_trigger and jobs by is_skipped + path fix 2022-07-19 20:23:58 +02:00
Ruben Fiszel 10e9549ded fix: consistent exists/{resource} addition + usage in frontend 2022-07-18 17:21:34 +02:00
Ruben Fiszel e60a1a51aa fix(frontend): createInlineScript only create trigger script if step = 0 2022-07-17 18:48:36 +02:00
Ruben Fiszel 09236dd15c fix(frontend): chrome columns-2 fix for pull/push 2022-07-17 18:46:13 +02:00
Ruben Fiszel eeacad12ad fix: flow UI back and forth pull/push fix 2022-07-17 18:40:21 +02:00
Ruben Fiszel 835cf49f55 fix: flow UI back and forth pull/push fix 2022-07-17 18:38:57 +02:00
Ruben Fiszel 36de76e8b3 fix: HubPicker pick from trigger scripts when relevant 2022-07-17 18:14:50 +02:00
Ruben Fiszel 738d429f2f feat: trigger scripts and have flows being triggered by checking new external events regularly (#200)
* v1 trigger scripts

* progress

* stop early condition

* backend execution model

* progress

* progress

* progress

* works but todo: collect result, render forloop, convert forloopraw to seq for frontend

* collect result

* v1

* that's enough

* sed
2022-07-17 13:17:45 +02:00
Ruben Fiszel 43f1d6e1de fix(frontend): add arbitrary scopes to connect an app 2022-07-14 14:40:06 +02:00
Faton Ramadani 022522a9eb Fix initial input transform (#198) 2022-07-13 13:02:24 +02:00
Faton Ramadani 6498c84a90 Refactor flow UI/UX + added fork and create script from inline script (#175)
* Refactor flow UI/UX + added fork and create script from inline script

* Prevent infinite loop when remove steps

* Fix forking a script from the Hub

* Fix viewing code of  a script from the Hub

* Fix PR comments

* Fix code highlight

* Fix path

* Find next available path

* Fix copy first step schema
2022-07-13 11:29:43 +02:00
Ruben Fiszel 670e55b34b feat: account part II, handle refresh tokens, clarify oauth UI (#196) 2022-07-13 10:35:08 +02:00
Ruben Fiszel 77903c37b8 fix(frontend): fix path group refresh & create variable path reset 2022-07-08 16:52:06 +02:00
Ruben Fiszel 2c8046d957 fix(frontend): fix sendRequest 2022-07-08 12:32:55 +02:00
Ruben Fiszel 1bc3b67882 fix(frontend): change lsp behavior 2022-07-08 11:12:25 +02:00
Ruben Fiszel 864fdce8c5 fix(frontend): reload editor when language changes for in-flow editor 2022-07-07 17:19:10 +02:00
Ruben Fiszel 7fb18d93c5 fix(frontend): connect an app resource creation 2022-07-07 11:06:22 +02:00
Ruben Fiszel 93e2ee5a4d fix(frontend): connect an app resource creation 2022-07-07 10:51:17 +02:00
Ruben Fiszel 2cae0dad00 fix: in-flow script editor fixes 2022-07-05 12:02:12 +02:00
Ruben Fiszel e24c2e80aa fix: in-flow script editor fixes 2022-07-05 11:57:30 +02:00
Ruben Fiszel c2e9ef1ca0 feat: in-flow editor mvp 2022-07-05 11:26:13 +02:00
Ruben Fiszel e75537bf0c editor bump + fixes 2022-07-03 03:52:37 +02:00