Diego Imbert
|
c394a47aba
|
feat: UX improvements (all inputs)
* Monaco transparent bg
* started improving input transform form
* always show static/f selector
* fix connecting btn changing size
* pretty Fill Inputs button
* ResizeTransitionWrapper
* Prettier TemplateEditor
* prevent double onpointerdown when clicking button to close
* text hint
* force focus border for TemplateEditor
* styling in js mode
* update select style
* fix jittery fake monaco placeholder
* select nits
* aiproviderpicker + nits
* smaller ${...} badge
* no-default-style
* select dropdown slide
* nit
* Refresh button in flow picker quick
* jsonEditor pretty
* ai provider toggle button more
* change resource edit button pos
* ResourcePicker Add and Refresh btn
* fix scrollbar
* Fix FileInput and S3 Arg Input
* fix textarea styling
* nicer refresh button in Test This Step
* fix togglebutton border in darkmode
* rounded nit
* Fix multiselect styling
* Prevent crash when selecting dyn-multiselect
* missing $derived and $state => reactivity issue when switching between DynSelect and DynMultiselect
* forgot $effect.pre
* fix nested objects
* nits
* prettier json toggle and array inputs
* array input nits
* nit
* fix json toggle appearing in fileinputs
* nit
* started updating PropertyEditor
* (stash) fix select dropdown animation teleporting from bottom to top
* nit
* nit
* resize transition in schemaform
* nit
* nit typo
* nit enableFlyTransition
* shadow nit
* small consistency changes
* user setting nit
* resize transition in module preview form
* more space
* nit readability on hover
* DateTimeInput new style
* nit fix
* remove yPadding in template and simple editor
* nits
* Revert "remove yPadding in template and simple editor"
This reverts commit 8f27c8d0b8.
* nit
* Fix proppicker border
* fix inconsistent spacing btw arginput and input transform form field headers
* consistent add item button
* nit
* s3 settings nits
* RunsFilter fix
* gray ${...} badge
* border fix darkmode
* nit
* nit app editor consistency
* fix step input gen style
* nit fix
* nits
* toggle border
* nit toggle button
* nit font-medium
* nit font-medium
* nit font-medium
* nit font-medium
* nit
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
|
2025-09-27 21:52:13 +00:00 |
|
Ruben Fiszel
|
917382836c
|
fix: add support for previous result as expression in the flow
|
2025-01-16 13:27:51 +01: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 |
|
Henri Courdent
|
01051bad21
|
JavaScript spelling (#4206)
|
2024-08-07 12:04:26 +02: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 |
|
Faton Ramadani
|
0d0c3ebb70
|
fix(frontend): Fix Dark mode in the sleep helpbox (#2072)
|
2023-08-14 17:40:00 +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
|
42a73bd701
|
re-allow multiple statements but must use a return
|
2023-05-14 15:02:22 +02:00 |
|
Ruben Fiszel
|
7fb71fafdb
|
fix: transform_inputs now only support single line expressions
|
2023-05-14 14:46:54 +02:00 |
|
Ruben Fiszel
|
4fc2cfc1be
|
remove all frontend warnings
|
2023-04-02 13:52:15 +02:00 |
|
Ruben Fiszel
|
222b732b20
|
add autosave for apps
|
2022-12-31 07:36:05 +01:00 |
|
Ruben Fiszel
|
9929cdde22
|
feat(frontend): overhaul the whole flow UX
|
2022-11-21 17:28:55 +01:00 |
|
Ádám Kovács
|
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 |
|
Faton Ramadani
|
c9ae5905a8
|
feat(frontend): Flow UX entire rework (#552)
* feature(frontend): Flow rework WIP
* feature(frontend): Right panel behavior done
* feature(frontend): Split panel working
* feature(frontend): Flows working
* feature(frontend): Add inputs + adapt style + remove duplicate library
* feature(frontend): remove old implementation
* feature(frontend): revert package-lock
* feature(frontend): revert old FlowBuilder component
* feature(frontend): Fix margins + add remove button on the minimap
* feature(frontend): Fix wording
* feature(frontend): add PR UI comments
* feature(frontend): Display the module title
* feature(frontend): Previews working
* feature(frontend): Fix schedule load + update
* feature(frontend): fix build
* feature(frontend): UI fix
* fix just this step
* feature(frontend): for loop iterator and skip failures
* just this step
* script helpers
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
|
2022-09-14 12:34:51 +02:00 |
|