Guilhem
79a0d3edc9
add tip to triggers pannel ( #7220 )
...
* improve triggers pannel
* nit
* nit
* improve placement and transition
* Add tip
* stop input selection when adding a preprocessor
2025-11-25 15:56:24 +00:00
Guilhem
94e5c21e25
glm/fix-prop-picker-position ( #6991 )
...
* fix button fill container
* fix popover overflow
* Update script picker to new guidelines
* fix expand sublow button
* fix scroll
* fix popover dark mode
* fix refresh button
* nit
* fix popover oferflow
* nit
2025-10-29 21:03:12 +00:00
Guilhem
032f0c1f8c
feat: UX/UI full overhaul to meet new design system
2025-10-22 15:56:36 +00:00
Ruben Fiszel
75ceba81d9
nits disableAi
2025-10-04 16:54:59 +00:00
centdix
047420e5ad
feat(flow): add option to turn flow into chat ( #6658 )
...
* add toggle option + chat interface
* backend impl
* draft
* put info in schema
* Revert "backend impl"
This reverts commit c534eeb49986424e2c12e2c5642be4e17ba380d1.
* chat interface in flow input
* cleaning
* add logic for running flow + styling
* handle historic args
* fix frontend changes
* add tables
* add conv list
* add endpoints
* adapt frontend
* list message logic
* save message in db
* save response in db
* cleaning
* better migrations
* refresh on new conv
* better logic for messages
* nit
* genere conversation uuid from frontend
* store chat mode info in flow status
* better ui for chat
* collapse chat
* ui
* infinite scroll on convs
* infinite scroll on messages
* fix ui
* new chat entry on new
* cleaning
* change setting logic
* fix test logic from flow input
* move toggle to input
* add warning modal when enabling chat mode
* add summary and explanation on inline script
* add hint for chat mode on user_message desc
* show chat message instead of input in graph
* add warning for triggers
* one logo when not expanded
* use infinitelist for conversations
* add warning when deployment in progress
* full width button
* better icon for menu
* better input + nits
* put toggle in action
* use waitjob
* cleaning
* cleaning
* scroll on new + cleaning
* use enum
* fix logic
* full screen
* cleaning
* exit on updatesqlx error
* Update SQLx metadata
* fix
* cleaning
* add for wait result endpoint
* add missing drop
* delete cascade
* fix: use macro version of query_as in flow_conversations.rs
Use sqlx::query_as! macro instead of query_as function for compile-time
SQL validation and better type safety
Co-authored-by: centdix <centdix@users.noreply.github.com >
* fix: update comment to clarify conversation message update condition
The comment now accurately reflects that the update happens when
it's a flow and it's done (flow_is_done)
Co-authored-by: centdix <centdix@users.noreply.github.com >
* fix: only parse chat_input_enabled if conditions are met
Move the parse_chat_input_enabled() call inside the condition check
to avoid unnecessary parsing when the flow is not done or unsuccessful
Co-authored-by: centdix <centdix@users.noreply.github.com >
* fix: use the same transaction for conversation creation
Pass transaction to get_or_create_conversation_with_id instead of
creating a new one, ensuring all operations are atomic
Co-authored-by: centdix <centdix@users.noreply.github.com >
* fix: remove update trigger and handle updated_at in application code
Remove the database trigger that automatically updates conversation
timestamp and instead update it explicitly when creating messages.
This gives better control and consistency.
Co-authored-by: centdix <centdix@users.noreply.github.com >
* Update SQLx metadata
* cleaning
* feat(aiagent): handle memory (#6719 )
* implement memory
* s3 logic for memory
* fix typo
* much cleaner
* cleaning
* cleaning
* only if chat
* display nit
* nit
* fix stack overflow
* cleaning
* use len arg from input
* cleaning
* change order
* delete memory when conv deleted
* cleaning
* nit
* show description in expr mode
* opti
* opti
* updatee ref
* store string as simple string
* use markdown
* do not wait for deletion
* add delete loading
* fix logic
* fix markdown
* Update ee-repo-ref.txt
* Update SQLx metadata
* fix in test interface
* nit
* nit
* fix layout
* use memory_id to store memory
* shorter description
* rls + grant
* fix text overflow
* extract output from res
* cleaning
* handle streaming
* cleaning
* fix tool error
* nit
* update ref
* fix
* Update SQLx metadata
* nit
---------
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: centdix <centdix@users.noreply.github.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-10-03 14:04:21 +00:00
Diego Imbert
8eb6c13c19
Fix flow tutorials ( #6722 )
...
* Fix tutorial basic
* fix other tutorials
* nit fix bug with button shrinking
* tutorial works backwards
* nit delete field on prev
2025-10-01 16:00:46 +00:00
Diego Imbert
5cab802c42
fix: fix flow quick picker stuck ( #6638 )
...
* Fix flow quick picker stuck
* fix Ci
2025-09-18 18:56:59 +00:00
Ruben Fiszel
eb9fbb999f
updates
2025-09-11 07:57:01 +00:00
Ruben Fiszel
3f784e3c07
fix: improve error handler behavior wrt to parrallel branchall & forloops ( #6273 )
...
* error handler improvement
* fix: improve error handler behavior with parallel for loops
* all
* Error handler
2025-07-25 13:53:43 +00:00
Guilhem
ded54f2e68
fix(frontend): improve flow editor settings bar UX ( #6049 )
...
* move settings and static inputs into top node
* Move test button in the top nodes
* Revert "Move test button in the top nodes"
This reverts commit 1c8648a538 .
* Add error handler to top toolbar
* nit
* polishing
* add flow settings to topbar dropdown
* remove unused files
* progress
* progress
* fixes
* fix
* fix
* fix
* fix
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-06-27 15:26:03 +00:00
HugoCasa
17c8c8a561
fix(frontend): use correct kind for flow insert module btn ( #5938 )
2025-06-13 11:43:09 +02: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
Guilhem
70b7c8c998
refactor(frontend): capture refactor UI ( #5591 )
...
* migrate postgresEditorInner to svelte 5 syntaxe
* Add postgress
* add postgres capture section
* migrate kafka trigger config to svelte 5
* use snippets in kafka config
* feat: Update KafkaTriggerEditorInner with editMode, hideTarget and other props from WebsocketTriggerEditorInner
* feat: Create KafkaTriggerPanelV2 following WebsocketTriggersPanelV2 model
* feat: Integrate KafkaTriggerPanelV2 into TriggersEditorV2
* feat: add kafka capture panel
* use svelte 5 syntaxe for nats config
* use snippet in nats config
* feat: add editMode for nats trigger config
* fix import
* create NatsTriggerPanelV2.svelte for NATS trigger
* integrate NatsTriggerPanelV2 into TriggersEditorV2.svelte
* Create NatsCapture.svelte and update CaptureWrapperV2.svelte to use it
* migrate MqttTriggerEditorInner to svelte 5
* add mqtt trigger to new trigger panel
* migrate SqsTriggerEditorInner to svelte 5 syntaxe
* feat: add sqs triggers panel
* Add badge to MQTT config section
* remove unnecessary binding
* add gcp to the trigger list
* add prop size to GCP icon
* add gcp trigger utils
* migrate GcpTriggerEditorInner to svelte5 syntaxe
* add gcp trigger panel
* Revert "add gcp trigger utils"
This reverts commit 58f0df9985 .
* fix type error
* add gcp to trigger bar
* add capture gcp panel
* add schedule poll panel
* feat: add trigger table horizontal bar
* add http trigger label
* make triggerbar vertical
* nit
* add trigger delete button for drafts
* enable edit from table for all triggers
* fix automatic edit mode for draft trigger
* fix proxy dispatching issue
* fix primary star positionning
* fix apply args to preprocessor
* automatically load bigpayloads
* clean capture wrapper code
* nit
* fix capture config not passed
* use Url component
* remove unused prop captureTable
* use new schedule panel for scheduled poll
* update triggersWrapperV2
* improve webhook capture panel
* remove debug log
* save draft with flow draft
* add path in draft label when available
* remove flowcard title
* use trigger label for trigger badge dropdown
* break from table to sidebar at 1000px
* remove triggers badge allways show sidebar behavior
* fix multiple primary addition
* improve primary schedule deploy logic
* remove debug logs
* gather imports
* add path for draft primary schedule
* handle redirection
* Add confirmation modal to deploy triggers
* remove debug log
* Save draft route trigger on deploy
* Allow draft for deployed triggers
* add component trigger editor toolbar
* improve update trigger utility function
* Add reset button for deployed draft triggers
* allow draft trigger for kafka triggers
* allow draft trigger for websocket triggers
* allow draft trigger for postgres triggers
* Add toggle to trigger toolbar
* allow draft for nats triggers
* allow draft for mqtt triggers
* allow draft sqs triggers
* allow draft for gcp triggers
* revert changes on the schedule editor
* update all triggers to use the same toolbar
* remove debug logs
* remove PrimarySchedule Panel and merge primary schedule logic with all triggers
* load schema from draft when editing a draft schedule
* prevent overflow in trigger table
* fix path saving for draft schedule
* fix trigger badge dropdown display
* get draft status from trigger
* remove unused event
* nit
* Add deploy badge to trigger
* replace checkbox with toggle for the modal
* fix selection of triggers with draft
* fix nit
* fix nit
* add missing config for loading schedule
* save schedule from config
* save http route from cfg
* save websocket trigger from cfg
* save postgres trigger from cfg
* save kafka trigger from cfg
* save sqs trigger from cfg
* save nats trigger from cfg
* save mqtt triggers from cfg
* save gcp trigger from config
* nit
* fix path update when editing a trigger
* remove unused saveCb
* fix trigger node navigation
* remove debug log
* add min size for trigger editor capture panel
* Integrate new triggers Editor to script builder
* remove previous triggersEdior page
* Remove former triggers Editor
* Migrate detail page to new triggers editor UI
* Remove unused dev TriggersBadge
* migrate triggers to V2
* Migrate capture components to V2
* improve triggers badge UI
* fix trigger panel with scheduled poll
* fix auto select all draft on deploy
* simplify permission check
* Add custom label to every trigger editor
* fix draft not deleting when saving triggers and add option to deploy now
* remove unused utility function
* fix triggers loading from draft
* make advanced route section collapsible
* handle subflow triggers display
* center triggers badge
* fix panel redirection when adding a new triggers from node
* Remove unnecessary alerts
* Fix proxy issue in schedule editor inner
* Remove unused schedule pages
* nit
* nit cli panel
* Migrate selectedTrigger store to V2
* handle extra header button for trigger editor panel
* prevent reload on toggle schedule enable
* remove unused utility function
* remove primaryScheduleStore
* handle triggerCount with drafts
* fix editing in Schedule Poll Mode
* Remove triggers default value context store
* fix triggers label max width
* Remove dbg logs
* improve no trigger selected message
* nit
* Do not show enable toggle for http triggers
* Adapt ui to dark mode
* nit
* remove captureOn context value
* improve dark mode
* fix nit
* fix merge issue
* nit
* nit
* fix schedule permission initialisation
* nit
* Disable deploy now if needed
* Improve utilitu function for handling with triggers
* improve trigger badge look
* fix kafka
* nit
* fix schedule display
* fix toggling edit mode
* fix edit/cancel edit
* nit
* prevent capture config update in editor
* migrate webhook panel to svelte 5
* fix postgres trigger creation
* fix bind issue in nats triggers
* fix modal triggers message flow/script
* fix apply args for script
* fix gcp triggers update when creating
* fix gcp capture
* nits
* add loading state for deploying all triggers
* remove default mqtt
* update base_endpoint for gcp
* nit
* fix
* fix
* remove base endpoint
* add catch in case of error while creating a trigger
* Add animation is capture panels
* show preprocessor extra when there is a preprocessor
* Add loading state for captures
* add missing fields for capture
* migrate URL to svelte 5
* show icon by default in confirmation modal
* do not show draft triggers in detail badge list
* migrate to new captures
* revert unwanted change
* migrate to preprocesor v2
* nit
* fix email capture
* nits and fix
* nits
* update repo ref
* Feat: auto save draft instad of save button
* use triggerIndex as selection
* Add modified tag to triggers
* Update trigger modal
* fix trigger node select
* fix schedule page
* migrate TriggersEditor to svelte 5
* remove unused props
* fix schedule editor init
* fix store reactivity issue
* use class instead of store for triggers context
* nit
* nit
* fix schedule init
* Add postgres error message
* nit
* fix deploy new script
* load schema in shedule editor
* improve transitions
* Improve capture indication
* revert unwanted changes
* improve update
* nit
* migrate captures section to svelte 5
* only show trash on hover triggers row
* Add token count
* improve trigger display
* Add relevent naming for triggers
* Use wrapper div insted of width binding in flow card
* add trigger sorting
* nit
* handle reload from URL for draft triggers
* dirty script and flow draft with draft triggers
* handle cloud hosted triggers
* nit
* nit
* fix nats reactivity
* remove debug log
* handle deployed draft triggers in the flow editor
* Add warning for event stream capture
---------
Co-authored-by: dieriba <dieriba.pro@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-05-21 23:45:19 +02:00
Ruben Fiszel
4bb9d64d4f
improve flow script editor performances
2025-04-26 20:42:31 +02:00
Henri Courdent
4fb366d11f
Harmonization sentence cases ( #4888 )
...
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-13 11:31:46 +01:00
Guilhem
8e27392afa
feat: show path in flow script picker ( #4574 )
...
* Add popover with path to flow modules
* Add path to items in the flow picker
* fix virtual item display issue
* fix min size
* open popover on keyboard selection
---------
Co-authored-by: Guilhem <guilhem@mbp-de-windmill.home >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-11-05 08:58:29 +01:00
Guilhem
22ab51e991
feat(frontend): improve and simplify scheduled poll flows ( #4560 )
2024-11-04 23:18:09 +01:00
BretzelLudique
382ae055c0
Fix other flow tutorials ( #4614 )
...
* fix(cli): improve --instance handling wmill instance push
* fix(cli): improve --instance handling wmill instance push
* fix for-loop
* fix flow tutorials
* chore: harmonize, rename, cleaning etc
* fix last merge commit (raw copy from upstream)
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-11-01 01:05:54 +01:00
Ruben Fiszel
e9c7289913
nit closing flowgraph
2024-10-13 01:30:01 +02:00
Ruben Fiszel
7c0950d9da
fix: fix uv path
2024-10-03 22:42:34 +02:00
Guilhem
7c36e554d7
feat(frontend): add quick access menu in flow editor ( #4415 )
...
* (frontend) add quick access menu in flow editor
* (frontend) add quick access menu in flow editor
* improve UI
* make design prettier
* add scroll effects
* improve loading preview
* change no items found
* prevent scroll using menu
* change user folder button
* set default integration icon
* reduce column width
* ajust font
* add defaults script button
* add shadow divider
* fix scroll
* add chevron
* Change toogle bar
* Add preprocessor menu
* add handler
* simplify scroll
* fix display
* fix minor issues
* delete useless log
* revert node tree changes
* merge main
* fix z-index issues
* iterate
* fix: improve allowed domains setting for sso
* chore(main): release 1.402.3 (#4458 )
* chore(main): release 1.402.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
* improve allowed domains change handling
* send stats when renewing key if last >24h (#4430 )
* feat: send stats when renewing key if last >24h
* nits
* fix: sqlx
* nit
* renewal reason
* stats reason
* update ee ref
* Update ee-repo-ref.txt
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
* fix: skip one migration to avoid using md5 for azure support
* all
* all
* Apply automatic changes
* all
* done?
* nit
* nit
* nit
* nit
* nit noAi if prefilter is not all
* fix shadow
* fix error handler
* fix error handler
* Polishing default script settings
* all
* all
* full
* all
* add deno_core as features
* all
* remove warnings
* all
* npm check
* npm check
* new script script
* nits
* nits item 0
* nits item 0
---------
Co-authored-by: Guilhem Le Mouel <guilhem.le-mouel.ext@altran.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: Guilhem <guilhem@mbp-de-windmill.home >
2024-10-03 14:15:01 +02:00
Ruben Fiszel
9e8c9fb1cb
feat: add ability to edit id in flows ( #4364 )
...
* all
* all
* nit mailto
* fix
* fix
2024-09-10 20:16:43 +02:00
Ruben Fiszel
b78249e7f7
improve modularity for whitelabelling
2024-08-21 15:37:26 +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
21db2eb340
whitelabel custom settings
2024-08-02 13:47:28 +02:00
Ruben Fiszel
288b9c8ce4
feat: while loop as new flow primitive
2024-04-02 17:38:11 +02:00
Ruben Fiszel
00fbacdab4
fix: AI copilot available in the vscode flow editor ( #3314 )
...
* all
* foo
* add ai to vscode for flows
* add ai to vscode for flows
* foo
* foo
2024-02-29 20:22:44 +01:00
Ruben Fiszel
9c344605ed
fix: improve approval/prompt helpers
2024-01-20 15:25:49 +01:00
Ruben Fiszel
6d5a547eb6
feat: quick search in flow support workspace scripts
2023-12-22 17:54:44 +01:00
Faton Ramadani
8e4e6703be
fix(frontend): disable active interaction to avoid broken state ( #2675 )
...
* fix(frontend): disable active interaction to avoid broken state
* fix(frontend): id tutorial id
2023-11-22 12:49:50 +01:00
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
Ruben Fiszel
17f85b8f1a
fix: make graph rendering uniform across all rem ( #2553 )
...
* graphfix
* fix graph rendering
* fix graph rendering
2023-11-03 16:00:07 +01:00
Ruben Fiszel
20a6e7414e
improve slow pull metrics
2023-10-30 12:20:40 +01:00
Faton Ramadani
33b1c752ae
feat(frontend): add driverjs ( #2327 )
...
* feat(frontend): add driverjs
* feat(frontend): pipeline done
* feat(frontend): texts updated
* feat(frontend): split tutorials into two
* feat(frontend): Branch one tutorial
* wip
* feat(frontend): flow editor tutorial v0 done
* feat(frontend): flow editor tutorial v0 done
* feat(frontend): fix how tutorials are started
* feat(frontend): fix how tutorials are started
2023-10-04 10:12:07 +02:00
HugoCasa
bf05892a01
fix: ai flow nits ( #2272 )
2023-09-13 16:35:50 +02:00
HugoCasa
6a809bdca0
feat: improve ai flow ( #2270 )
...
* feat: improve ai flow
* fix: copilot status popup placement
* fix: step only approve flow inputs additions + nits
* fix: nits
2023-09-13 14:24:27 +02:00
Ruben Fiszel
e817865f8d
use pointerdown for flow builder menu item
2023-09-07 09:28:10 +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
Ruben Fiszel
b274b43632
add trigger button
2023-03-06 14:11:17 +01:00
Ruben Fiszel
26fd94a8f0
feat(frontend): refactor entire flow builder UX
2023-03-05 23:00:43 +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
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
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
a1519e09a9
feat: implement flow as a flow step
2022-12-06 23:38:06 +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