Commit Graph

63 Commits

Author SHA1 Message Date
Ruben Fiszel f476904af0 fix: improve websockets handling for flow editor 2023-06-02 19:45:30 +02:00
Ruben Fiszel 7fb71fafdb fix: transform_inputs now only support single line expressions 2023-05-14 14:46:54 +02:00
Ruben Fiszel 8d3416e525 feat: introduce draft for flows 2023-05-01 09:31:22 +02:00
Ádám Kovács f63c1c5d2e feat(frontend): Add seconds input (#1445)
* feat(frontend): Add seconds input

* add more instances

* fix header toggles

* add retry calculations
2023-04-21 14:35:50 +02:00
Ruben Fiszel f057d07d95 improve further monaco assistant 2023-04-07 09:16:10 +02:00
Faton Ramadani dc8c389526 fix(frontend): Fix connected property (#1371)
* fix(frontend): Fix connected property

* fix(frontend): fix connected property

* fix(frontend): fix connected property
2023-04-06 16:02:10 +02:00
Ruben Fiszel 99e70d223c remove unecessary debug inputtransform 2023-04-02 22:20:05 +02:00
Ruben Fiszel d1f2f12b15 update highlight + fix transform editor suggestions 2023-04-02 17:41:43 +02:00
Ruben Fiszel 792679ae00 feat(frontend): use rich json editor for arrays of objects and for object in ArgInput 2023-03-27 13:03:06 +02:00
Ruben Fiszel d7aa565ea8 fix z-index of inputransformform 2023-03-06 16:04:32 +01:00
Ruben Fiszel 26fd94a8f0 feat(frontend): refactor entire flow builder UX 2023-03-05 23:00:43 +01:00
Ruben Fiszel fa18204267 fix(frontend): arginput + apppreview fixes 2023-03-03 17:34:08 +01:00
Ruben Fiszel a05757494c flow improvements 2023-03-02 17:37:51 +01:00
Ruben Fiszel d97a3fb400 fix minor UX bugs 2023-02-13 13:17:20 +01:00
Ruben Fiszel f27a9eec12 handle backquotes in template 2023-01-30 08:31:21 +01:00
Ruben Fiszel 1463b2dcfd flow builder args handling improvements 2023-01-28 23:22:51 +01:00
Ruben Fiszel ec2e0fdc33 error handling improvements 2023-01-14 17:46:03 +01:00
Ruben Fiszel c16a545e0a fix flow input transform default bug 2023-01-04 15:57:19 +01:00
Ruben Fiszel 8bdd707e55 feat: add support for yaml format as a string format 2023-01-04 10:37:13 +01:00
Ruben Fiszel cc938166ca apps improvements 2023-01-03 09:46:36 +01:00
Ádám Kovács fb1de7dfa7 feat(frontend): Toggle to hide optional inputs (#1060) 2023-01-02 10:09:33 +01:00
Ruben Fiszel 3a7962638d set default for template editor 2022-12-31 07:50:18 +01:00
Ruben Fiszel 222b732b20 add autosave for apps 2022-12-31 07:36:05 +01:00
Ruben Fiszel a20d3fae6f feat: add a All Static Inputs module to the flow editor 2022-12-30 05:31:45 +01:00
Ádám Kovács bac8e4964b fix(frontend): Minor fixes in editor (#1054)
* fix(frontend): Script arguments window overflow

* fix(frontend): Consistent input editor font size

* fix(frontend): Fix script settings inconsistencies
2022-12-29 18:44:56 +01:00
Faton Ramadani 6b33b80fc4 App bugfix (#1049)
* adapt static adapter to cloudflare

* fix(frontend): Various bug fix

* fix typecheck

* numerous fixes

* fix all connects

* fix all connects

* more improvements

* more improvements

* everything work?

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-12-29 12:47:53 +01:00
Ruben Fiszel 70aa091c86 update to sveltekit 1.0 2022-12-25 08:05:39 +01:00
Ruben Fiszel 079fbd55ee feat(backend): resume from owner directly in flow status viewer (#1042)
* foo

* progress
2022-12-23 13:04:31 +01:00
Ruben Fiszel 962c14639c feat(frontend): templatable editor with autocompletion 2022-12-22 08:38:12 +01:00
Ruben Fiszel 4ed97fe39a editor styling 2022-12-09 14:32:50 +01:00
Ruben Fiszel a1519e09a9 feat: implement flow as a flow step 2022-12-06 23:38:06 +01:00
Ruben Fiszel 4f27e3ced2 feat(frontend): clarified UX for connect step 2022-12-03 23:54:07 +01:00
Ruben Fiszel 546cb1e18c add variable picker on all schema forms 2022-12-02 13:56:40 +01:00
Ruben Fiszel b0ccbe22ee UX improvements 2022-11-27 00:07:44 +01:00
Ruben Fiszel 2dad606422 UX improvements 2022-11-26 23:09:21 +01:00
Ruben Fiszel ecf6a0529c fix flow UX 2022-11-24 09:16:05 +01:00
Ruben Fiszel 50d5ade593 fix flow UX 2022-11-24 02:30:41 +01:00
Ruben Fiszel 3e69421f8e fix UX flow 2022-11-24 02:04:53 +01:00
Ruben Fiszel 8f92a0c66f feat(frontend): flow UX overhaul II + go + python support for trigger scripts (#928)
* all

* improve all

* improve all

* fix frontend

* fix input picker nits

* fix(frontend): Fix Menu display

* all

* fix all

* fix all

Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com>
2022-11-22 16:18:14 +01:00
Ruben Fiszel c7030a94ce flow UX nit 2022-11-21 17:39:24 +01:00
Ruben Fiszel 9929cdde22 feat(frontend): overhaul the whole flow UX 2022-11-21 17:28:55 +01:00
Ruben Fiszel 77d9e57311 clearer connect button in flows 2022-11-17 14:42:26 +01:00
Ruben Fiszel 47b4873a59 frontend(fix): rework all text inputs 2022-11-03 13:47:40 +01:00
Ruben Fiszel d6ecd1394a fix input transforms 2022-10-26 06:14:42 +02:00
Faton Ramadani 028b53f9f5 feat(frontend): Flow editor branches (#727) 2022-10-25 17:26:31 +02:00
Ruben Fiszel c3ecbfa292 fix input transform form 2022-10-25 00:27:06 +02:00
Ruben Fiszel a229e6f488 feat: sleep for arbitrary number of seconds statically or with a javascript expression (#691)
* progress

* progress

* fix serde

* fix frontend

* fix frontend
2022-10-07 04:09:32 +02:00
Ádám Kovács fccf45740d refactor(frontend): Tailwind refactor (#637)
* feat(frontend): Tailwind config migration
2022-10-03 11:27:58 +02:00
Ruben Fiszel 34a20c3948 feat(frontend): add prop picker to iterator 2022-10-02 23:17:40 +02:00
Ruben Fiszel 600f712429 minor UI fixes 2022-09-30 22:53:31 +02:00