Commit Graph
3291 Commits
Author SHA1 Message Date
Faton Ramadani d92df3f3cd feat(frontend): Add actions to Database Studio (#3556)
* feat(frontend): Add actions to Database Studio

* feat(frontend): Add actions to Database Studio
2024-04-15 14:07:35 +02:00
Faton Ramadani 0895238f31 fix(frontend): fix the initial dimension of the markdown component (#3554) 2024-04-15 09:05:51 +02:00
Ruben Fiszel ca6d1093af nits 2024-04-15 01:12:24 +02:00
Ruben Fiszel 30b962e2b8 fix: improve unsaved confirmation modal on flow draft 2024-04-14 23:17:06 +02:00
Ruben Fiszel 662de85b2f fix: fix actions buttons error 2024-04-12 19:52:13 +02:00
Ruben Fiszel 38f7468724 fix: fix actions buttons error 2024-04-12 19:36:28 +02:00
Faton Ramadani 51abd01b8c Fix aggrid 2 (#3548)
* fix(frontend): Correctly handle undefined actions

* fix(frontend): Correctly handle undefined actions

* fix(frontend): Correctly handle undefined actions

* fix(frontend): add missinng migration code
2024-04-12 16:25:30 +02:00
Faton Ramadani 54986fa225 fix(frontend): Correctly handle undefined actions (#3546)
* fix(frontend): Correctly handle undefined actions

* fix(frontend): Correctly handle undefined actions

* fix(frontend): Correctly handle undefined actions
2024-04-12 16:20:49 +02:00
Faton Ramadani 47f04f79f3 fix(frontend): Correctly handle undefined actions (#3545) 2024-04-12 15:58:12 +02:00
Faton Ramadani 093f6d7dc3 feat(frontend): add maplock + properly display marker title (#3544) 2024-04-12 13:50:26 +02:00
Faton Ramadani c8f79cd56c fix(frontend): Fix AgGrid action selection (#3543) 2024-04-12 13:05:24 +02:00
Faton RamadaniandRuben Fiszel e053f270a8 feat(frontend): Ag grid actions (#3535)
* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): implement cellRenderer

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): Fix actions width

* feat(frontend): Fix interactions

* feat(frontend): Fix styling

* feat(frontend): Correctly handleAgGrid EE

* feat(frontend): Fix select

* feat(frontend): Fix select

* feat(frontend): Fix how row is passed

* feat(frontend): Fix update

* feat(frontend): Correctly implement cache

* feat(frontend): Correctly implement cache

* feat(frontend): simplify how refreshActions work

* feat(frontend): improve comparaison

* feat(frontend): simplify refreshactins

* feat(frontend): clean up

* feat(frontend): clean up

* feat(frontend): add inputs output + fix row eval

* feat(frontend): add config to wrap actions

* feat(frontend): add config to wrap actions

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-04-12 11:45:24 +02:00
Faton Ramadani 7a3590fb84 fix(frontend): Fix s3 uploader (#3539)
* fix(frontend): Correctly handle multiple files

* fix(frontend): Correctly handle multiple files

* fix(frontend): improve comparaison

* feat(frontend): fix drag and drop
2024-04-12 11:45:11 +02:00
Ruben Fiszel 800813759d fix: improve app icon renderer and app html renderer 2024-04-12 09:51:54 +02:00
Ruben Fiszel fdfacba0f1 nits 2024-04-11 20:40:34 +02:00
Ruben Fiszel aad1bbe47b fix: unsaved changes on deploy of flow 2024-04-11 20:03:29 +02:00
Ruben Fiszel f0b2e8cdb0 fix: improve goto behavior 2024-04-11 17:58:22 +02:00
Ruben Fiszel 61d3037de7 fix intempestive settings reload on selectedComponent change 2024-04-11 17:52:22 +02:00
Ruben Fiszel cc3c1c4074 nit invert icon logo 2024-04-11 17:27:38 +02:00
Ruben Fiszel b6e966f3d8 fix: load lazily the app icons 2024-04-11 14:57:48 +02:00
Ruben Fiszel ca9a2221ce nit for whitelabelling 2024-04-11 10:14:36 +02:00
Ruben Fiszel bc759d1f05 nits 2024-04-11 09:48:34 +02:00
Ruben Fiszel 9dd66cdbf8 fix: update monaco configurations 2024-04-11 09:29:25 +02:00
Ruben Fiszel c08eb0abc8 fix: remove requirement on full wasm parser for row insert of db studio 2024-04-11 01:12:41 +02:00
Ruben Fiszel 3228147058 add webpackIgnore annotations 2024-04-10 22:01:30 +02:00
Ruben Fiszel 80a5d6ed6a fix: fix plug connection for apps with array items 2024-04-10 16:02:45 +02:00
Faton Ramadani dedd815770 fix(frontend): fix text alignement (#3533) 2024-04-10 15:27:39 +02:00
Faton Ramadani f267357594 fix(frontend): add missing darkModeObserver in CronInput (#3531) 2024-04-10 14:54:33 +02:00
Ruben Fiszel add1f1be88 fix: add ability to cancel flows directly from operator modal 2024-04-09 22:51:15 +02:00
Ruben Fiszel a1d2c59fce feat: flow concurrency limits support custom concurrency key 2024-04-09 22:03:39 +02:00
Ruben Fiszel b04c665582 nits 2024-04-09 19:50:55 +02:00
Ruben Fiszel c7c2272f22 add default state store to flow status viewer 2024-04-09 18:43:50 +02:00
Ruben Fiszel ac238db765 fix: improve handling of very large iterator on frontend 2024-04-09 18:26:09 +02:00
Ruben Fiszel a78857b433 nits 2024-04-09 14:15:12 +02:00
Ruben Fiszel 9efcb79b03 fix: improve order dragndrop for json editor in app 2024-04-09 10:53:04 +02:00
Ruben Fiszel 34fd745b2f more error messages 2024-04-09 10:27:14 +02:00
Faton Ramadani 6aef7b4fe5 fix(frontend): Improve theme editor (#3525)
* fix(frontend): Improve theme editor

* feat(frontend): improve theme editor
2024-04-09 10:21:26 +02:00
Ruben Fiszel 0471bf84f9 improve default script for frontend apps 2024-04-09 01:53:19 +02:00
Faton RamadaniandRuben Fiszel dfb1c51167 fix(frontend): Fix bypass confirmation shortcut (#3527)
* fix(frontend): Fix bypass confirmation shortcut

* Update Item.svelte

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-04-08 14:43:31 +02:00
Faton Ramadani 97f1bcae32 fix(frontend): Fix selectFirstRowByDefault on AgGrids (#3450) 2024-04-06 23:25:46 +02:00
Ruben Fiszel b437df97f6 add whileloop flow to id orders 2024-04-06 22:58:20 +02:00
Henri Courdent c3da37b1f7 Fixed links and components descriptions (#3515)
* Fixed links and components descriptions

* Forgot on doc
2024-04-06 21:39:56 +02:00
Ruben Fiszel e81459c302 reduce large file detected alert 2024-04-06 21:38:58 +02:00
Ruben Fiszel 81dbb0bf82 reduce large file detected alert 2024-04-06 21:37:56 +02:00
Faton Ramadani 551e449b0e fix(frontend): Fix simple flow tutorial (#3518) 2024-04-06 18:55:28 +02:00
Ruben Fiszel e9011b23cd frontend fix 2024-04-06 16:13:44 +02:00
Ruben Fiszel a969a73a17 fix: improve list static input 2024-04-06 15:00:49 +02:00
Ruben Fiszel bdf1bef2bd improve flow preview logs 2024-04-06 13:52:49 +02:00
HugoCasa b168256a90 feat: git sync group changes by folder (#3517)
* feat: git sync group changes by folder

* chore: update ee ref
2024-04-05 23:07:27 +02:00
Ruben Fiszel a49b9ce367 fix: make autodatatable more resilient 2024-04-05 20:55:11 +02:00