Diego Imbert
299d32ba82
svelte 5 dispatch fixes ( #5604 )
...
* dispatchIfMounted
* fixed all warnings
* typo
* fix another infinite loop
* buggy date time input on runs page when changing search params
2025-04-11 15:17:42 +00:00
3c99b3fdc7
feat: migrate to svelte5 + vite6 ( #4813 )
...
* runs on svelte 5
* Line component from svelte-chartjs
* Replaced all svelte-chartjs occurrences with custom wrapper
* Fix props mistake
* Fix illegal table structures
* self-closing-tags fix
* aria labels
* Fixed trivial warnings and errors
* @tanstack/svelte-table fix
* upgrade to vite 6
* svelte-kit sync before running svelte-check
* Remove on:clear which is actually on:removeAll and already handled by on:change
* fix worker tags not displaying in Autoscaling
* Try to fix svelte-kit sync not working during CI
* remove warnings
* Fix add flow page crashing
* access worldStore before assignment fix
* fix infinite recursions in App Editor
* Replaced JSON.stringify with proper deepEqual
* component mount api changed (no longer classes)
* fix ci errors
* Fix infinite loops in background runnable panel
* factored effect on deep equal logic in onObjChange
* fix "Add" not working in AgGrid Table
* Replaced legacy component.$set api
* Fix multiselect infinite value reaction
* Fix flow input fields resetting when opening their edit tab
* fix date input resetting when typing year
* Remove !p-0 affecting subgrid dotted borders
* fix missing debounceTemplate causing hundreds of updates
* Fix AgGrid action refreshes and disppearing
* resolve getItems generating random ids every rerun
* fix cannot access items before init
* fix sort lambda arguments being undefined
* Revert "Remove !p-0 affecting subgrid dotted borders"
This reverts commit c62809bb45d682a48376b071680645ed4e1c601b.
* fix input not updating in decision tree editor
* Update frontend/src/lib/components/schema/EditableSchemaWrapper.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Re-added padding affecting subgrid dotted borders (#5479 )
* remove !p-0 in preset components
* removed extra padding on accordion tabs subgrid
* Fix non-reactive SchemaForm
* dirty fix for the oneOf bug
* Fix warnings and update svelte-exmarkdown for svelte 5
* fix dnd not working
* don't mount component like objects
---------
Co-authored-by: Diego Imbert <diegoimbert@protonmail.com >
Co-authored-by: Diego Imbert <70353967+diegoimbert@users.noreply.github.com >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-02 21:33:50 +00:00
Guilhem and Ruben Fiszel
cd440564d2
feat: history for flow inputs ( #5117 )
...
* feat (frontend): improve capture UI
* show schema diff
* add accept reject form
* add diff for first node input
* move update schema button
* change modified properties display
* propagate change through nested components
* allow modification of nested object in schema
* reject nested changes
* clean logic
* clean code
* clean
* nit
* fix first strep input
* fix argument preview
* clean
* restore indentation for nested objects
* ignore undefined field in diff computation
* fix run button disabled update
* nit
* fix update JSON
* fix deletion of nested components
* dark mode
* clean
* replace dropdown with sidebar
* only check type for compatibility
* add shadow
* disbale dnd on edit
* auto-scroll within schema
* fix nested not dnd object diff viewer
* fix captures drawer
* open edit tab on add new arg
* change button label when schema is the same
* ajust padding
* fix arg update
* fix oneof display
* propagate change event through nested schema
* handle oneOf
* fix preview arg sync
* handle s3 object
* fix arg sync
* update schema input compatibility
* clean compatible
* accept empty array items
* clean
* increase of schema args gap
* fix nested schema update
* allow number and int compatibility
* reset args when modifying schema
* open fields on add with addPropertyV2
* feat(frontend): use new saved inputs picker
* add object viewer to saved inputs row
* Display alert info on select saved or historic input
* Allow args edit when using saved/historic inputs
* replace input library drawers with panels
* add captures and saved inputs to arg picker
* polish ui
* nit
* clean
* add json arg editor
* fix escape for deselect input
* bind schema form valid
* nit
* handle big payloads
* nit
* nit
* validity check disabled in json view
* improve infinit list request
* fix json schema inferrence
* nit
* nit
* nit
* nit
* fix tipo
* handle large captures
* fix cancel button shift
* use sideTabBar has a trigger
* nit
* fix everything
* fix
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-30 16:30:56 +01:00
Ruben Fiszel
dc04f6cc30
allow more customisation of frontend ( #4508 )
...
* all
* npm check
2024-10-09 04:34:54 +02:00
Ruben Fiszel
497edd047c
remove frontend warnings
2024-09-03 14:23:22 +02:00
Ruben Fiszel
c62e152d27
feat: service logs ( #4244 )
2024-08-31 14:57:35 +02:00
Ruben Fiszel
c702d4e74f
feat: embeddable apps using jwt ( #4229 )
...
* all
* all
* all
2024-08-13 00:11:54 +02:00
Ruben Fiszel
21db2eb340
whitelabel custom settings
2024-08-02 13:47:28 +02:00
Faton Ramadani and Ruben Fiszel
af940a46fc
fix(frontend): fix full screen mode of the EvalInputEditor ( #3928 )
...
* update datafusion
* fix(frontend): fix full screen mode of the EvalInputEditor
* fix(frontend): improve code
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-06-19 10:19:15 +02:00
Faton Ramadani and Ruben Fiszel
402e7eaa9c
feat(frontend): Generated UI editor + Schema Form complete refactor ( #3835 )
...
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): add type editor
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): dnd
* feat(frontend): add missing error
* feat(frontend): fix build
* feat(frontend): fix build
* feat(frontend): clean up
* feat(frontend): fix layout
* feat(frontend): fix dark mode
* feat(frontend): Fix Dnd + resource s3 and objects
* feat(frontend): handle inner objets
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* fix(frontend): UI nits
* fix(frontend): fix type selection
* fix(frontend): Correctly handle subproperties
* fix(frontend): fix autosize + height
* fix(frontend): replace everywhere
* fix(frontend): fix dnd
* fix(frontend): fix list refresh + height issues
* fix(frontend): fix order
* fix(frontend): restore default behavior
* fix(frontend): Move the rename input
* fix(frontend): Fix rename wrt order array
* fix(frontend): Fix hub
* fix(frontend): Fix renam
* fix(frontend): Fix UI Nits + fix SchemaForm order
* fix(frontend): Handle nested order
* fix(frontend): Fix saving properties
* fix(frontend): Improve approval form
* feat(frontend): done
* feat(frontend): merge main
* feat(frontend): done
* feat(frontend): wip
* feat(frontend): SchemaFormDND
* feat(frontend): SchemaFormDND wip
* feat(frontend): improve displayWebhookWarning
* feat(frontend): DND done
* feat(frontend): DND done
* feat(frontend): improve name
* feat(frontend): improve dnd
* feat(frontend): done
* first batch
* new try
* nits
* all
* drag handle in more places
* push everything
* migrate all
* all
* fix
* fix
* fix henri bug
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-06-12 18:37:18 +02:00
8cb7d29cf8
feat(frontend): Deeply nested Modals and Drawers ( #3565 )
...
* fix(frontend): Support deeply nested drawers and modals
* fix(frontend): Support deeply nested drawers and modals
* fix(frontend): Support deeply nested drawers and modals
* feat(frontend): fix name
* chore(main): release 1.308.2 (#3569 )
* chore(main): release 1.308.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
* feat(frontend): wip
* feat(frontend): wip
* fix(frontend): fix event propagation
* fix(frontend): fix drawers globally
* feat(frontend): Fix all drawers
* feat(frontend): split zIndexes in a new file
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-04-19 18:58:39 +02:00
Faton Ramadani
a56bf3902e
fix(frontend): add truncate to DrawerContent ( #2830 )
2023-12-11 17:19:37 +01:00
Ruben Fiszel
8c51ea99e9
fix: fix selected component switch tab + copyComponent keep layout
2023-11-13 00:27:20 +01:00
Ruben Fiszel
f82e4fa1db
fix: fix drawer escape order
2023-10-22 16:46:07 +02:00
Faton Ramadani
f4abc1f15a
fix(frontend): fix drawer title truncate ( #2429 )
2023-10-11 14:06:59 +02:00
Faton Ramadani and Ruben Fiszel
c4c075d029
feat(frontend): App polish ( #2397 )
...
* fix(frontend): app polish
* wip
* fix(frontend): rework schedule drawer
* fix(frontend): add Label wrapper for consistency
* fix(frontend): fix tab inconstiencies
* fix(frontend): make kbd modifier visible + fix spacings
* fix(frontend): add spinning animation when assistant is loading
* wip
* fix(frontend): add inner border
* feat(frontend): reorganised metadata fields
* feat(frontend): fix merge
* feat(frontend): fix build
* feat(frontend): fix build
* Update CenteredPage.svelte
* feat(frontend): fix inner-border dark
* wip
* feat(frontend): Fix buttons
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-10-08 23:31:53 +02:00
Ruben Fiszel
1ff5bc2f7a
feat: manage cache and init scripts from worker group UI ( #2396 )
...
* cache & inits
* cache & inits
* cache & inits
* all
* fix tests
* improve
2023-10-05 19:42:15 +02:00
Faton Ramadani
8a45891c96
App polish ( #2385 )
...
* wip
* feat(frontend): polish script settings
2023-10-04 14:36:18 +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
0d31452551
fix(frontend): Fix app drawer display + add missing flattent ( #1853 )
2023-07-11 15:06:27 +02:00
Faton Ramadani
f22a09c4ea
fix(frontend): Fix debug runs zIndex ( #1822 )
2023-07-10 13:08:17 +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
Ruben Fiszel
e7c782b288
change drawer truncated for long title
2023-05-09 20:36:50 +02:00
Henri Courdent and Ruben Fiszel
ed61b5a0f0
First wave of tooltips linking to docs ( #1493 )
...
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-28 19:52:30 +02:00
Ruben Fiszel
4c33daaba0
rework ownership permissions
2023-04-15 23:03:16 +02:00
Ádám Kovács and Faton Ramadani
89fc5211e0
feat(frontend): Add runs preview popup ( #1405 )
...
* feat(frontend): Add runs preview popup
* fix(frontend): Remove events from closed drawer
* remove comment
* limit open previews to one
* handle running jobs
* update styling
* position correctly
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2023-04-15 08:02:04 +00:00
Faton Ramadani and Ruben Fiszel
370b26d98d
fix(frontend): Fix button poppup ( #1368 )
...
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-06 16:09:26 +02:00
Ruben Fiszel
31e4b7606b
feat(frontend): make script editor a single page
2023-04-06 01:00:42 +02:00
Ruben Fiszel
aad64c1790
remove all frontend warnings and unused imports
2023-04-02 17:02:57 +02:00
Ruben Fiszel
2e955f51b9
fix lack of suggestions in flow editor
2023-04-01 14:53:45 +02:00
Faton Ramadani and Ruben Fiszel
d604a273ee
feat(frontend): Copy, Cut and Paste ( #1279 )
...
* feat(frontend): add copy, paste and cut
* feat(frontend): simplify code
* feat(frontend): add apple modifiers
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-03-12 20:58:06 +01:00
Ruben Fiszel
f96a4b9814
improve rendering performances for non visible elements
2023-03-08 16:39:16 +01:00
Faton Ramadani
7dea6f30a6
feat(frontend): App drawer ( #1246 )
...
* feat(frontend): app drawer
* feat(frontend): app drawer
* feat(frontend): app drawer
* feat(frontend): app drawer wip
* feat(frontend): drawer wip
* feat(frontend): drawer wip
* feat(frontend): app missing prop
* feat(frontend): revert drawer changes
* feat(frontend): highlight subgrid
2023-02-28 15:49:57 +01:00
Ruben Fiszel
c5f3499962
feat: add resource and resource type from json
2023-01-29 16:27:51 +01:00
Ádám Kovács
9b58a8d236
fix(frontend): Keep pane resizer under open drawer ( #1089 )
2023-01-11 12:06:05 +01:00
Ruben Fiszel
70aa091c86
update to sveltekit 1.0
2022-12-25 08:05:39 +01:00
Ruben Fiszel
fcb466812a
make flow status viewer always open
2022-12-24 06:31:22 +01:00
Ruben Fiszel
bb89e5798c
path improvements v1
2022-12-18 05:55:29 +01:00
Faton Ramadani
66ee05a706
fix(frontend): Fix app InputValue sync ( #994 )
...
* fix(frontend): Fix app InputValue sync
* fix(frontend): Fix drawer
2022-12-05 15:19:12 +01:00
Faton Ramadani
9138cd247c
fix(frontend): Align hub flow list + fix drawer content everywhere ( #991 )
2022-12-05 13:28:06 +01:00
Faton Ramadani
73925b7207
Hub lists ( #989 )
...
* fix(frontend): Adapt hub list design
* fix(frontend): revert changes
2022-12-04 18:06:57 +01:00
Ruben Fiszel
07bbccbf83
fix editor popover for apps
2022-11-28 20:58:30 +01:00
Ádám Kovács
2f7ebe9eab
feat(frontend): Add guard against script overwrite ( #944 )
...
* feat(frontend): Add guard against script overwrite
* fix: Error message flash up
2022-11-24 13:34:26 +01:00
Ruben Fiszel
84bee21a3c
m-1 on drawercontent buttons
2022-11-17 13:09:56 +01:00
Ruben Fiszel
fc2256b3f5
improve flow UX
2022-11-14 23:49:07 +01:00
Ruben Fiszel
16ba1f3f3b
improve flow UX
2022-11-14 23:30:19 +01:00
Ruben Fiszel
7f0e94560f
frontend nits
2022-11-08 11:48:05 +01:00
Ruben Fiszel
1e82dd8229
more spacing in runs page + fix drawer click away
2022-11-08 11:22:40 +01:00
Ruben Fiszel
828cdf6998
drawer nits + logo in top menu
2022-11-06 11:52:16 +01:00
Ruben Fiszel
a747c0060c
fix(backend): tighten security around cookies to avoid csrf ( #859 )
...
* fix(backend): tighten security around cookies to avoid csrf
* everything httponly
* sqlx
* also handle 404
* shoter Windmill v message
* fix chart
2022-11-05 21:21:13 +01:00