Commit Graph
232 Commits
Author SHA1 Message Date
Faton Ramadani d4c1e1ab78 UI refactor (#973)
* fix(frontend): ui refactor

* fix(frontend): WIP

* fix(frontend): WIP

* fix(frontend): WIP

* fix(frontend): remove virtual table

* fix(frontend): Add virtual list

* fix(frontend): fix number of items

* fix(frontend): revert changes

* fix(frontend): fix build
2022-12-02 19:39:23 +01:00
Ruben Fiszel dfaa9fd63a fix flow input transform error 2022-12-02 15:36:41 +01:00
Ruben Fiszel 6727431ae0 fix hub script picker 2022-12-02 14:01:42 +01:00
Ruben Fiszel fed2b2105d feat: unify resources under a single connect API 2022-12-01 19:28:00 +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
Faton Ramadani d502c9eda9 fix(frontend): Refactor apps to support multiple breakpoints (#957)
* fix(frontend): Refactor apps to support multiples breakpoints

* fix(frontend): WIP

* fix(frontend): redo apps page

* fix(frontend): Hide schema for buttons

* fix(frontend): Add apps menu

* fix(frontend): Properly handle runnable delete

* fix(frontend): simplify ui

* fix(frontend): unify flow

* fix(frontend): table action design

* fix(frontend): reework runnable pick

* fix(frontend): fix apps action

* fix(frontend): Highlight output

* fix(frontend): Fix dimensions

* fix(frontend): Hide alert on button component

* fix(frontend): add number of actions when a table is selected
2022-11-30 15:59:26 +01:00
Ruben Fiszel 751dca0d28 feat: add favorite/star + remove flows/scripts page in favor of unified home page (#968)
* favorites

* favorites

* favorites

* feat(frontend): add favorite + refactor homepage
2022-11-30 00:15:43 +01:00
Ruben Fiszel 66ff51ae5f feat: overhaul scripts and flows page 2022-11-28 11:16:10 +01:00
Ruben Fiszel ffa74a3d30 fix frontend errors 2022-11-27 21:29:13 +01:00
Ruben Fiszel 4ef76c20bb iteration 1 on the hub script picker 2022-11-27 19:58:48 +01:00
Ruben Fiszel 5b618ec1d0 feat(frontend): flow status viewer include a graph 2022-11-27 09:49:16 +01:00
Ruben Fiszel dc6bcae03d fix flowmodule splitpane size 2022-11-27 02:04:07 +01:00
Ruben Fiszel b0ccbe22ee UX improvements 2022-11-27 00:07:44 +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
Faton Ramadani 1bdfdf22e1 fix(frontend): properly refresh context panel + Adjust style in the flow editor (#934) 2022-11-23 14:24:04 +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 a4e029e1fb UX nits 2022-11-23 00:58:50 +01:00
Ruben Fiszel 23eafee7cb fix icon for bash on flows 2022-11-22 17:05:35 +01:00
Ruben FiszelandFaton Ramadani 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 8835659796 fix tarring the entire cache back to s3 + UX nits 2022-11-21 09:25:22 +01:00
Ruben Fiszel edf81585e6 fix load flow input correctly 2022-11-17 12:17:06 +01:00
Jakub Kołodziejczak dca2952ea9 chore(frontend): improve ux for "skip if stopped" (#912) 2022-11-16 21:12:22 +01:00
Ruben Fiszel 59bcbe0d6c improve trash button for flow map 2022-11-15 10:40:15 +01:00
Ruben Fiszel 7aded32dad improve flow UX 2022-11-15 02:25:00 +01:00
Ruben Fiszel 1d2f07d285 improve flow UX 2022-11-15 01:17:30 +01:00
Ruben Fiszel fc2256b3f5 improve flow UX 2022-11-14 23:49:07 +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 31f6e47390 fix(frontend): App Editor v0 (#886) 2022-11-14 17:30:49 +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 512ae1488b center flowgraph 2022-11-13 01:07:23 +01:00
Ádám KovácsandRuben Fiszel 746fb8cc7f feat(frontend): Flow graph (#827)
* chore(frontend): Install d3@7.6.1

* feat(frontend): Add basic graph components

* feat: Add graph node component

* feat: Add graph edges

* fix: Rename graph flow module

* feat: Add flow graph to editor

* feat: Add loops

* feat: Add hub scripts to graph

* fix: Display hub scripts

* fix: Nested loops

* feat: Graph displaying packages

* fix: Remove unused parts

* feat: Update graph layout

* fix: Clean up imports

* feat: Add icons to graph nodes

* feat: Add graph viewer to flow details page

* fix: Action row component on scroll behaviour

* fix: Update supported languages type

* fix: Add bash language icons

* fix: Support empty scripts and branches

* fix: Ellipsizing virtual node text

* feat: Display script id in node

* fix: Remove graph from flow editor

* fix: Update node id display

* chore: Remove unused packages

* flow viewer

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-11-12 20:14:29 +01:00
Ruben Fiszel 569f4f54ee improve flow's UX 2022-11-10 10:10:32 +01:00
Ruben Fiszel cd8d0e5ea6 feat: deprecate previous_result in favor of results per id 2022-11-10 01:58:52 +01:00
Ruben Fiszel 1f236e3185 improve flow UX 2022-11-09 01:22:39 +01:00
Ruben Fiszel 1019224f72 improve banching UX in minimap of flows 2022-11-09 01:00:01 +01:00
Ruben Fiszel 7f0e94560f frontend nits 2022-11-08 11:48:05 +01:00
Ruben Fiszel b532d2dca3 runs chart tooltip improvement 2022-11-08 11:06:35 +01:00
Ruben Fiszel 9de2838d1c fix copy first step schema + import buttons 2022-11-07 21:54:49 +01:00
Ruben Fiszel 67c4b85f41 include bash in flow inlines 2022-11-07 00:17:32 +01:00
Ruben Fiszel 7c97fac746 feat: support bash as 4th language (#865)
* bash support

* bash backend working

* frontend part

* bash backend working
2022-11-06 23:48:18 +01:00
Ruben Fiszel 8b45924abf feat(frontend): show runs using a time chart 2022-11-05 15:31:09 +01:00
Ruben Fiszel 139d06cb42 feat(frontend): fill schema and test args from payload 2022-11-05 02:29:32 +01:00
Ruben Fiszel c1f09b1b28 fix inner branches in the flow UX 2022-11-04 16:31:30 +01:00