Commit Graph

82 Commits

Author SHA1 Message Date
Ruben Fiszel 3b694a8a4b use object viewer when json is too large 2023-05-11 23:44:31 +02:00
Ruben Fiszel aad64c1790 remove all frontend warnings and unused imports 2023-04-02 17:02:57 +02:00
Ruben Fiszel 4fc2cfc1be remove all frontend warnings 2023-04-02 13:52:15 +02:00
Faton Ramadani e8aafce789 fix(frontend): Small app fixes (#1331)
* fix(frontend): wip

* fix(frontend): wip

* fix(frontend): merge main

* fix(frontend): fix build

* fix(frontend): revert css

* fix(frontend): fix alignement + remove id from  if deleted

* fix(frontend): fix connection height

* fix(frontend): done
2023-03-27 11:50:40 +02:00
Ruben Fiszel a5a1068516 feat(frontend): add history to flows and apps 2023-03-07 14:47:17 +01:00
Ruben Fiszel 43994d9b0f show archived + fix graphs 2023-03-07 01:59:35 +01:00
Ruben Fiszel f0ba4da849 feat(frontend): add fork/save buttons + consistent styling for slider/range 2023-03-06 22:35:25 +01:00
Ruben Fiszel 392b9d5ec3 feat(frontend): add ability to move nodes 2023-03-06 18:41:20 +01:00
Ruben Fiszel d7aa565ea8 fix z-index of inputransformform 2023-03-06 16:04:32 +01:00
Ruben Fiszel b274b43632 add trigger button 2023-03-06 14:11:17 +01:00
Faton Ramadani 6dbdb4c5ca fix(frontend): fix branch deletion (#1261)
* fix(frontend): fix branch deletion

* fix(frontend): fix branch deletion

* fix(frontend): fix branch deletion
2023-03-06 09:01:19 +01:00
Ruben Fiszel 26fd94a8f0 feat(frontend): refactor entire flow builder UX 2023-03-05 23:00:43 +01:00
Ruben Fiszel a05757494c flow improvements 2023-03-02 17:37:51 +01:00
Ruben Fiszel e2bc5e19c6 add instructions for triggers on flows 2023-01-26 01:06:53 +01:00
Ruben Fiszel 98c362a1db description at bottom 2023-01-21 17:33:23 +01:00
Ádám Kovács 602acf2350 fix(frontend): Static inputs overflow (#1057)
* fix(frontend): Static inputs overflow

* Update FlowConstantsItem.svelte

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-12-31 13:37:23 +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
Ruben Fiszel 9617098173 fix confirmation modal enter behavior 2022-12-27 16:29:34 +01:00
Ruben Fiszel 962c14639c feat(frontend): templatable editor with autocompletion 2022-12-22 08:38:12 +01:00
Ruben Fiszel 6e2890f0f1 require ownership to move items && automatically edit schedule paths 2022-12-18 18:45:32 +01:00
Ruben Fiszel e77626372a UX improvements 2022-12-17 17:53:32 +01:00
Ruben Fiszel d36be9af68 groups 2022-12-16 09:53:17 +01:00
Ruben Fiszel 1bbd8b7fdc Flow UX improvements wrt to triggers 2022-12-15 23:09:23 +01:00
Ruben Fiszel 4586ff3c72 UX nits 2022-12-11 21:24:48 +01:00
Ádám Kovács d9f1a3ce9e feat(frontend): Add text input to app builder (#1008)
* fix(frontend): Use official Lucide package
* feat(frontend): Add text input to app builder
2022-12-09 16:41:55 +01:00
Ruben Fiszel 0ee244e28e UX flow improvements 2022-12-08 17:18:24 +01:00
Ruben Fiszel a27c503831 handle undefined modules 2022-12-07 13:54:39 +01:00
Ruben Fiszel a1519e09a9 feat: implement flow as a flow step 2022-12-06 23:38:06 +01:00
Ruben Fiszel e66d09399c early stop now bubble up to the top 2022-12-06 17:39:07 +01:00
Ruben Fiszel fa7e8d107b feat: add lockable version to scripts inside flows (#972)
* add it to openflow

* push

* push

* final
2022-12-06 13:11:11 +01:00
Ruben Fiszel f1b04b7374 improve flow status viewer 2022-12-05 11:19:26 +01:00
Ruben Fiszel 2fbc8a39b3 improve search windows and remove fuse.js 2022-12-04 11:55:26 +01:00
Ruben Fiszel bc22391faa readme: nits and toc 2022-11-30 20:01:01 +01:00
Ruben Fiszel 5f590b0ab7 add proper icon for hub scripts in flow items 2022-11-30 19:29:21 +01:00
Ruben Fiszel 283deba0e0 add proper icon for hub scripts in flow items 2022-11-30 19:27:30 +01:00
Ruben Fiszel 5b618ec1d0 feat(frontend): flow status viewer include a graph 2022-11-27 09:49:16 +01:00
Ruben Fiszel 010185df04 fix same_worker/shared to work with and without nsjail 2022-11-26 19:02:49 +01:00
Ruben Fiszel 5ccc85e60f fix flow UX 2022-11-24 02:04:53 +01:00
Ruben Fiszel b12ab739e8 UX nits and theme 2022-11-23 12:19:00 +01:00
Ruben Fiszel 5a0a579a2d UX nits 2022-11-23 11:29:06 +01:00
Ruben Fiszel 8c3846a703 UX nits 2022-11-23 10:30:08 +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 9929cdde22 feat(frontend): overhaul the whole flow UX 2022-11-21 17:28:55 +01:00
Ruben Fiszel 59bcbe0d6c improve trash button for flow map 2022-11-15 10:40:15 +01:00
Ruben Fiszel 1d2f07d285 improve flow UX 2022-11-15 01:17:30 +01:00
Ruben Fiszel eee9d55be4 improve flow UX 2022-11-14 23:36:28 +01:00
Ruben Fiszel 16ba1f3f3b improve flow UX 2022-11-14 23:30:19 +01:00
Faton Ramadani 511bd020d1 fix(frontend): Set settings as header and error handler as footer (#893) 2022-11-14 11:45:35 +01:00
Ruben Fiszel cd8d0e5ea6 feat: deprecate previous_result in favor of results per id 2022-11-10 01:58:52 +01:00