Guilhem
cfeb294308
feat(frontend): add notes to flow ( #6628 )
...
* Add note component
* save note size and position
* move add note button up
* nit
* Add markdown support
* wip
* fix add sticky note button
* fix text update
* Add sticky note to saved flow data
* add note color picker
* Introduce node multiselect
* Add group notes
* Adapt layout to group node
* create a note manager class
* clean reactivity
* clean
* improve adaptive layout to group note
* modify layout based on cached text height
* fined grained graph rendering for notes
* separate noteManager into editor and render
* separate noteManager into editor and render
* create a note change observer
* render note node from context
* simplify note state managment
* show note in flow viewer
* clean dirty changes
* clean selection manager
* fix layout check
* improve bg surface select
* Handle z-index for stacked group notes
* clean selection manager
* exclude notes from rect select
* Allow switch between selection modes with keyboard keys
* improve selection box styling
* prevent dragging note when editing
* nit
* Simplify selection using svelte flow built in feature
* handle note selection separately
* Add min size for notes
* improve selection toggle
* improve mode switch
* make size and position optional for group notes
* Improve initial viewport position
* Add context menu for the canevas
* nit
* Add node context menu
* improve note select
* use clickoutside for note deselect
* use pointerdown outside to close context menu
* nit
* fix selection issues
* make edges non selectable
* improve color palette
* fix backend
* fix backend check
* cargo lock restore
* Add toggle to display notes
* fix note selection
* nit
* account for css offset in for loop
* fix multiple selection pannel styling
* clear flow selection when creating note
* Improve placeholder and note default text
* Escape note edit mode when pressing Esc
* Allow note edition in local dev
* clean
* Handle subflow selection
* prevent group note resizing
* nit
* allow notes in flow expand
* Improve multi select panel
* Allow context menu in note mode
* Add event listenner to fix pane click deselect
* prevent zoom in text area in notes
* improve bounding box styling
* Use control for box selection for non mac users
* nit
* clean notes groups
* nit
* use portal for note actions
* handle assets node when computing note layout
* Simplify layout compute for notes
* use smart color choice for notes
* Switch display note when adding a new note
* clean code
* improve group note bound size calculation
* simplify AI tool nodes and asset handling
* nit
* nit
* improve flow centering
* create group note button
* Improve selection of nodes
* Revert "Improve selection of nodes"
This reverts commit d2c40d82b1 .
* refert backend changes
* nit
* improve graph selection
* clean
* make backend work except job runs
* fix notSelectable
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-11-19 21:25:57 +00:00
Ruben Fiszel
23920aee84
feat: better graph layout algorithm + migrate to svelte 5 almost everywhere + xyflow 1.0
2025-06-12 15:44:35 +02:00
Ruben Fiszel
97901182b6
nit cache and skip on input node
2024-12-05 17:54:45 +01:00
Ruben Fiszel
d44976f35e
feat: expandable subflows in flows ( #4683 )
...
* all
* nit right panel flow props
* nits
2024-11-11 10:05:18 +01:00
Ruben Fiszel
bd38b53124
fix: fix flow viewer renderer outside of flow details and editor context
2024-10-17 17:09:44 +02:00
Faton Ramadani
258445e523
feat(frontend): unify all triggers UX and simplify flow settings ( #4259 )
...
* feat(frontend): added list of triggers in the flow graph
* feat(frontend): added list of triggers in the flow graph
* feat(frontend): clean up
* feat(frontend): improve UX
* feat(frontend): triggers
* feat(frontend): triggers
* feat(frontend): done
* feat(frontend): fix trigger when position when a preprocessor is presetn
* Glm/rework flow settings v2 (#4497 )
* fat(frontend): simplify flow settings menu
* improve scroll
* changing mute toggle
* Add advanced settings badge
* Add nord theme colors
* Add bage for advanced options
* fix minor issue
* fix minor issue
* Add triggers menu to flow settings
* Add quick trigger access
* remove triggers in flow settings
* fix minor issue
* Move triggers settings to flow right panel
* polishing
* fix unset store
* remove save up to for triggers
* fix padding
* reset default tag color
* remove custom select component
* revert path change
* revert section modif
* Revert unused feature
---------
Co-authored-by: Guilhem <guilhem@mbp-de-windmill.home >
* Connect top bar cron to schedules settings
* Turn copilot into node
* fix copilot placement
* remove useless import
* fix center copilot
* fix binding
* remove copilot on top of preprocessor
* render copilot node on condition
* quickfix
* remove copilot node
* fix minor issues
* fix route count update
* fix schedule sync
* harmonize colors
* fix alignment and add edges
* recenter node summary
* fix schedules sync
* Add id title
* all
* all
* all
* iteration
* all
* all
* done
* fix
* more fixes
---------
Co-authored-by: Guilhem <guilhemlemouel@gmail.com >
Co-authored-by: Guilhem <guilhem@mbp-de-windmill.home >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-10-16 17:58:15 +02:00
HugoCasa
118ffc57fb
do not call workspace error handler if flow has error handler ( #4434 )
...
* do not call workspace error handler if flow has error handler
* optimize + UI improvements for error handler
2024-09-25 09:10:41 +02:00
HugoCasa
ae8f29a4cb
feat: http routing ( #4339 )
...
* feat: http routing
* all
* feat: improve UI
* final stuff
* fix: sqlx
* fix: nit
* fix: nits
* fix: error handler display
* fix: routes panel perms
* all
* fix: improve ability to paste from macos in vscode extension
* fix lock-write for deno
* all
* cleaning
* fix
* cli preprocessor
* nits
* nits
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-09-20 15:38:38 +02:00
Faton Ramadani
36257cf729
Fix flow graph input step preview ( #4265 )
2024-08-20 16:20:19 +02:00
Faton Ramadani
5b27b1f88c
fix(frontend): Fix flow graph step preview ( #4264 )
2024-08-20 14:42:31 +02:00
Faton Ramadani
58d2005268
use xyflow internally instead of svelvet for graph rendering ( #4173 )
...
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): fix while loops + theme
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): same view as before
* fix(frontend): wip
* fix(frontend): wip
* feat(frontend): flow status viewer
* fix(frontend): wip
* feat(frontend): migrate to xyflow
* feat(frontend): dataflow
* feat(frontend): clean up
* feat(frontend): clean up
* feat(frontend): clean up
* feat(frontend): fix min-height
* feat(frontend): clean up
* feat(frontend): add missing insert button for empty loops
* feat(frontend): Fix insert
* feat(frontend): Fix branch one
* feat(frontend): Support default branch for branch one
* feat(frontend): fix add and delete branches
* feat(frontend): Make the iterations menu work
* feat(frontend): Fix graph height in the flow status viewer
* feat(frontend): code improvement
* feat(frontend): add missing trigger
* feat(frontend): add support for triggers
* feat(frontend): fix move
* feat(frontend): fix No branch for branch one
* feat(frontend): fix light theme
* feat(frontend): fix build
* feat(frontend): remove dead code
* feat(frontend): fix move
* feat(frontend): fix vertical alignement
* feat(frontend): fix viewport
* feat(frontend): style fix
* feat(frontend): fix viewgraph
* feat(frontend): fix build
* feat(frontend): Fix node position
* feat(frontend): UI nits
* feat(frontend): UI nits
* feat(frontend): fix zoom level + fix insert button position
* feat(frontend): svelvet clean up
* feat(frontend): fix paste button position
* feat(frontend): clean up
* feat(frontend): migrate Decision Tree
* feat(frontend): clean up
* feat(frontend): add callback
* feat(frontend): migrate Decision Tree
* feat(frontend): fix build
* feat(frontend): fix branches
* feat(frontend): fix branches
* feat(frontend): fix insert
* feat(frontend): wip
* feat(frontend): done
* feat(frontend): done
* feat(frontend): fix reactivity
* feat(frontend): fix z-index issues
* feat(frontend): fix bg issue
* feat(frontend): fix border status
* add padding to flow height
* Update FlowGraphV2.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-08-19 09:17:56 +02:00
Ruben Fiszel
f0da67f3b6
fix: improve flow status viewer to display the step details on third tab
2024-06-04 15:07:08 +02:00
Faton Ramadani
3921a4c699
fix(frontend): Fix subflow viewer ( #3674 )
...
* fix(frontend): Fix subflow viewer
* fix(frontend): Fix subflow viewer
2024-05-06 14:03:16 +02:00
Ruben Fiszel
b99518afb9
UX improvements
2023-11-15 08:59:43 +01:00
Ruben Fiszel
3c097197f3
feat: support to set linked secret variable to any field of a newly created resource
2023-08-27 11:03:49 +02:00
Faton Ramadani
4817f20d57
fix(frontend): Fix code display + use async/await in fetch examples ( #2150 )
...
* fix(frontend): Fix code display + use async/await in fetch examples
* fix(frontend): Fix all fetch code
* fix(frontend): Add missing quote
* fix(frontend): fix async code
* fix(frontend): fix waitForCompletion callback
* fix(frontend): Correcltly encode payload
* fix(frontend): Correcltly encode payload
2023-08-23 11:35:22 +02:00
Ruben Fiszel
0de174fa4b
fix: show for-loop settings
2023-08-22 06:24:50 +02:00
Faton Ramadani
3576d7c85f
feat(frontend): Add flow steps details ( #1986 )
2023-08-03 16:23:54 +02:00
Ruben Fiszel
f5483397c0
fix: improve code structure to reduce unecessary dependency of apppreview on heavy packages
2023-08-01 09:16:16 +02: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
Ruben Fiszel
2c81f7929e
flow nits
2023-05-20 10:10:22 +02:00
Ruben Fiszel
36280cffc8
feat: expose a react sdk to integrate windmill into react apps ( #1605 )
...
* expose react sdk
* expose react sdk
* iterate
* iterate
* iterate
* nit
* update example
* update example
* small fixes
* update all
2023-05-19 20:44:07 +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
Ruben Fiszel
6138c39521
feat(frontend): add flow expand button
2023-04-07 12:36:29 +02:00
Ruben Fiszel
d1f2f12b15
update highlight + fix transform editor suggestions
2023-04-02 17:41:43 +02:00
Ruben Fiszel
aad64c1790
remove all frontend warnings and unused imports
2023-04-02 17:02:57 +02:00
Ruben Fiszel
75ce13206d
fix compile
2023-03-31 00:30:10 +02:00
Ruben Fiszel
4aa0d2c407
fix flow viewer select event
2023-03-14 00:11:37 +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
e77626372a
UX improvements
2022-12-17 17:53:32 +01:00
Ruben Fiszel
45d8af627c
flow UX improvements
2022-12-08 17:28:24 +01:00
Ruben Fiszel
0ee244e28e
UX flow improvements
2022-12-08 17:18:24 +01:00
Ruben Fiszel
a1519e09a9
feat: implement flow as a flow step
2022-12-06 23:38:06 +01:00
Ruben Fiszel
4a167c4428
improve flow viewer
2022-12-05 21:57:04 +01:00
Ruben Fiszel
9167d27b42
improve flow viewer
2022-12-05 13:09:50 +01:00
Ruben Fiszel
16ba1f3f3b
improve flow UX
2022-11-14 23:30:19 +01:00