Faton Ramadani
cdc76994f8
feat(frontend): Buttons refactor ( #2545 )
...
* feat(frontend): wip
* feat(frontend): button refactor wip
* feat(frontend): button refactor wip
* feat(frontend): fix build
* feat(frontend): fix build
* fix(frontend): fix build
* fix(frontend): fix buttons styles
* fix(frontend): remove dev file
* feat(frontend): clean up
* feat(frontend): done
* feat(frontend): done
* feat(frontend): remove duplicated componnet
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): forked Flow icons
* feat(frontend): remove legacy dropdown
* feat(frontend): migrated all + remove dependencies
* feat(frontend): clean up
2023-11-10 09:43:10 +01:00
Faton Ramadani
b39f486c91
Dark mode v0 ( #1893 )
...
* feat(frontend): wip
* wip
* wip
* wip
* wip
* add toggle
* correctly handle monaco theme
* wip
* wip
* wip
* wip
* wip
* feat(frontend): Dark mode v0
* feat(frontend): Adap AI gen poppup
* feat(frontend): Adap script metadata labels
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix ressource picker
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Add theme toggle in the login page
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix language selection
* feat(frontend): Fix FlowStatusViewer colors
* feat(frontend): Fix divide colors
* feat(frontend): Fix flow graph buttons
* feat(frontend): add theme toggle in login modal
* feat(frontend): small ui fix
* feat(frontend): fix graph dark mode toggle
2023-07-25 10:43:04 +02:00
Faton Ramadani
a680acf6b0
Run page v2 ( #1805 )
...
* feat(frontend): Run page v2
* feat(frontend): Run page v2
* feat(frontend): Run page v2
* feat(frontend): migrate script details
* feat(frontend): migrate script details
* feat(frontend): done
* feat(frontend): revert
* feat(frontend): fix archive script
* feat(frontend): remove old run page
* feat(frontend): Update wording
* feat(frontend): done
* feat(frontend): Remove buttons for operator mode
* feat(frontend): Fix spacing + add protocol
* feat(frontend): Fix build
2023-07-08 13:40:47 +02:00
Ádám Kovács
baf1daed39
fix(frontend): Update flow viewer styling ( #1441 )
...
* fix(frontend): Update flow viewer styling
* update
2023-04-20 16:35:45 +02:00
Faton Ramadani
56fca6b101
fix(frontend): fix copy content button width ( #1428 )
2023-04-18 18:31:40 +02:00
Ruben Fiszel
6138c39521
feat(frontend): add flow expand button
2023-04-07 12:36:29 +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
054689fb10
replace svelvet with fork to remove zoom and node moving
2022-12-15 01:53:35 +01:00
Ruben Fiszel
fac5b19d41
UX improvements
2022-12-13 21:24:35 +01:00
Ruben Fiszel
0ee244e28e
UX flow improvements
2022-12-08 17:18:24 +01:00
Ruben Fiszel
9ea336fd6e
fix flow input picker
2022-12-07 11:04:31 +01:00
Ruben Fiszel
16ba1f3f3b
improve flow UX
2022-11-14 23:30:19 +01:00
Ádám Kovács and Ruben 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
cd8d0e5ea6
feat: deprecate previous_result in favor of results per id
2022-11-10 01:58:52 +01:00
Ruben Fiszel
7f0e94560f
frontend nits
2022-11-08 11:48:05 +01:00
Ruben Fiszel
de9e96ddd2
UX improvements for run script
2022-11-06 16:08:10 +01: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
420360617c
fix(frontend): various small fixes
2022-09-29 22:50:18 +02:00
Faton Ramadani
5e2f23c66f
feat(frontend): Add support for failure modules ( #612 )
...
* feature(frontend): Failure module
* feature(frontend): Fix wording + Remove advanced tab for failure modules + fix failure module test
* feature(frontend): Fix wording + add toggle in the mini map + stick component at the bottom
* feat(frontend): Add summary to failure module
* feat(frontend): Add support for Failure module in the FlowModuleViewer
* feat(frontend): Add support for FailureModule in the status viewer
* feat(frontend): Fix building issues
2022-09-26 18:36:15 +02:00
Ruben Fiszel
717660f450
update flow viewer
2022-09-02 09:40:06 +02:00
Ruben Fiszel and sqwishy
1d873d5bd5
feat: clean openflow spec v1 ( #491 )
...
* clean api 2
* the rest
* clean tests
* stop_after_if test
* unbox `modules: Vec<FlowModule>` in `ForloopFlow`
* migrate
* initFlow stop_after_if_expr and skip_if_stopped
* s/migrateInitTransform/migrateFlowModule
I didn't read the name before... oops
* sql migration for openflow changes
* fix frontend migration code
Co-authored-by: sqwishy <somebody@froghat.ca >
2022-09-02 01:26:39 +02:00
Faton Ramadani
2fb5f1a204
feat(frontend): Menu + Tab components ( #517 )
...
* feat(frontend): Migrate Tabs
* feat(frontend): Generalise Menu
* feat(frontend): Menu component done
* feat(frontend): Fix placements
* feat(frontend): Clean unused imports
* feat(frontend): Fix linting
2022-08-31 18:41:13 +02:00
Ruben Fiszel
b1e6c827e4
icon for paths
2022-08-18 13:46:12 +02:00
Ruben Fiszel
2703df824f
flowviewer nit
2022-08-08 11:18:38 +02:00
Ruben Fiszel
872b1c93d5
styling of iframe for flowviewer
2022-08-07 18:25:12 +02:00
Ruben Fiszel
feeaf5d963
add summary field for modules
2022-08-06 23:37:17 +02:00
Ruben Fiszel
cbfe0cda4f
update flowviewer
2022-08-06 14:28:45 +02:00
Ruben Fiszel
837a500a1a
display inputs in flow viewer too
2022-08-06 09:30:10 +02:00
Ruben Fiszel
83fbd0755e
fix: improve flow viewer with retrieving hub script
2022-08-05 17:13:05 +02:00
Ruben Fiszel
2a0d70dcbc
change openflow encoding for more proper oneOf + fix all from svelte:check
2022-07-31 01:20:52 +02:00
Ruben Fiszel
05ba0a06d0
feat: hub flows integration
2022-07-25 10:03:52 +02:00
Ruben Fiszel
f402cc67c1
also allow editable flow
2022-07-24 11:27:36 +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
fb57668a65
feat: rich rendering of flows
2022-07-21 21:13:53 +02:00