Commit Graph

1024 Commits

Author SHA1 Message Date
Ruben Fiszel a01752641c improve git sync 2024-02-08 19:58:01 +01:00
Faton Ramadani b8ce740a9a fix(frontend): Fix tutorials + Move into itself + Disable app history… (#3181)
* fix(frontend): Fix tutorials + Move into itself + Disable app history for unsaved apps + several toggle fix

* fix(frontend): clean up

* fix(frontend): add missing result for transformer
2024-02-08 15:46:10 +01:00
HugoCasa d938a20a28 fix: graphql web worker (#3177)
* fix: graphql web worker

* fix: id editor unused input
2024-02-07 22:59:42 +01:00
Ruben Fiszel b3f6bf6cf2 smallfix 2024-02-07 18:44:28 +01:00
Guillaume Bouvignies 717ab49ed9 feat: Worker env variables are hidden to developers in the config panel (#3175) 2024-02-07 18:43:17 +01:00
Faton Ramadani 83e0f8e5a4 fix(frontend): fix toggles margins (#3165) 2024-02-06 18:34:35 +01:00
Faton Ramadani fc5a9b3f58 Fix select click outside (#3162)
* feat(frontend): fix clickOutside when using portals

* feat(frontend): fix clickOutside when using portals

* feat(frontend): clean up
2024-02-06 16:35:20 +01:00
Faton Ramadani 840ef626b8 fix(frontend): fix dateslider doclink (#3159) 2024-02-06 11:51:50 +01:00
Faton Ramadani 7af751e557 fix(frontend): Fix operators actions + small UI fixes (#3157)
* feat(frontend): fix tree view expand all button + operator mode actions

* feat(frontend): fix deploy workspace when user have no access to target workspace
2024-02-06 11:37:00 +01:00
Faton Ramadani 7c1243597b feat(frontend): alert component (#3140)
* feat(frontend): add alert component

* feat(frontend): fix build

* feat(frontend): alert styling

* feat(frontend): add initial isCollapsed

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-02-05 17:23:18 +01:00
Faton Ramadani 0546d396f3 feat(frontend): App date slider component (#3146)
* feat(frontend): date slider

* feat(frontend): date slider

* feat(frontend): remove test.json

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-02-05 17:22:33 +01:00
Faton Ramadani f4ef424c37 feat(frontend): add support for toasts in frontend scripts (#3147)
* feat(frontend): add support for toast in frontend scripts

* feat(frontend): add support for toast in frontend scripts

* feat(frontend): fix comment

* Update eval.ts

* Update eval.ts

* Update utils.ts

* Update utils.ts

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-02-05 17:20:47 +01:00
Guillaume Bouvignies bbda7cf268 feat: Support for Azure Blob storage (#3130) 2024-02-02 19:55:07 +01:00
Faton Ramadani 1a1757f9fd fix(frontend): fix vertical prop + add missing disabled prop (#3134) 2024-02-02 19:08:58 +01:00
Faton Ramadani ccb3284d7a fix(frontend): Fix dt branch (#3124)
* fix(frontend): wip

* fix(frontend): fix decision tree + add missing outputs

* fix(frontend): remove console.logs

* feat(frontend): add fallback to go previous when we have no history (manual selection)

* feat(frontend): add a context to keep track of when a decision tree is being debugged

* fix(frontend): fix nameoverride

* fix(frontend): getFirstNode to make sure we correclty select the head

* fix dt beanch

* fix(frontend): remove debugger

* fix(frontend): fix branch names
2024-02-02 10:56:13 +01:00
Faton Ramadani 007fa83d48 fix(frontend): fix DB studio when columns have space in their names (#3126) 2024-02-01 14:08:26 +01:00
Faton Ramadani 17f0f82a6d fix(frontend): fix schema form toolips (#3123) 2024-02-01 08:47:40 +01:00
Faton Ramadani e83e60dfe9 feat(frontend): add support for dynamic default values + enums (#3109) 2024-01-31 23:28:48 +01:00
Henri Courdent def0e219ac DB studio url fix (#3118) 2024-01-31 18:14:44 +01:00
Faton Ramadani 59a9869579 fix(frontend): Fix adding nodes to decision tree (#3107)
* fix(frontend): wip

* fix(frontend): fix decision tree + add missing outputs

* fix(frontend): remove console.logs

* feat(frontend): add fallback to go previous when we have no history (manual selection)

* feat(frontend): add a context to keep track of when a decision tree is being debugged

* fix(frontend): fix nameoverride

* fix(frontend): getFirstNode to make sure we correclty select the head
2024-01-31 16:54:12 +01:00
Ruben Fiszel 19642da7c7 fix: improve array static editor 2024-01-30 20:42:40 +01:00
Faton Ramadani 502e299c1f fix(frontend): expose Filters + Displayed row count in the outputs (#3101)
* fix(frontend): expose Filters + Displayed row count in the outputs

* fix(frontend): expose Filters + Displayed row count in the outputs

* feat(frontend): update wizard to support filters

* Update AppAggridTable.svelte

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-01-30 18:44:11 +01:00
Faton Ramadani 168bbfc5b9 fix(frontend): fix chartjs when resolvedDatasets is not defined (#3106) 2024-01-30 11:07:15 +01:00
Ruben Fiszel 6abf1035f7 improve toggleRow 2024-01-26 17:51:19 +01:00
Faton Ramadani 16cdef8a5e fix(frontend): add missing InitializeComponent (#3088) 2024-01-26 15:37:02 +01:00
Faton Ramadani b2228c19b0 fix(frontend): Fix currency input dark mode (#3085)
* fix(frontend): Fix curreny input dark mode

* fix(frontend): collapsible alert
2024-01-26 12:18:35 +01:00
Ruben Fiszel 630dedcf24 make transformer execution seeable from the job editor panel 2024-01-26 06:36:27 +01:00
Ruben Fiszel f017a77705 fix raw set prior to transformer 2024-01-26 01:14:34 +01:00
Ruben Fiszel d1fab8449f fix setTab expr 2024-01-26 00:53:28 +01:00
Ruben Fiszel 380574f703 fix: add s3 parquet file renderer 2024-01-25 15:45:18 +01:00
Ruben Fiszel 02473dcf68 fix select in table default value 2024-01-24 23:49:54 +01:00
Ruben Fiszel 2b70d91f36 fix(app): improve app reactivity 2024-01-24 22:06:08 +01:00
Faton Ramadani afedbc89ad feat(frontend): app editor right click menu (#3050)
* fix(frontend): app editor right click menu

* feat(frontend): fix actions

* feat(frontend): fix delete

* fix(frontend): Fix menus

* feat(frontend): fix right-click menu

* feat(frontend): fix build

* feat(frontend): correctly delete multiple components
2024-01-24 17:08:30 +01:00
Faton Ramadani 622f3264c9 feat(frontend): Ag Grid compactness (#3052)
* feat(frontend): add support for compactness

* feat(frontend): add support for compactness

* feat(frontend): cleanup

* feat(frontend): rowHeight onMount

* feat(frontend): move rowHeights definition
2024-01-24 11:10:10 +01:00
Faton Ramadani c97fa1bc16 feat(frontend): add support for range area (#3068) 2024-01-24 10:54:48 +01:00
Ruben Fiszel 693cdcca41 improve AgCharts 2024-01-23 12:16:06 +01:00
Ruben Fiszel b0add51af6 fix: improve decision tree 2024-01-23 10:34:36 +01:00
Ruben Fiszel fd1593bdcc clear inline script locks on edit 2024-01-22 23:49:46 +01:00
Ruben Fiszel f822de3b98 improve app tab selection 2024-01-22 23:27:00 +01:00
Ruben Fiszel 1fae69a613 remove extra id on components position 2024-01-22 22:26:03 +01:00
Ruben Fiszel b864bacdcb remove extra modal text 2024-01-22 16:21:18 +01:00
Ruben Fiszel aadf91afad fix: fix initialization callback of AppDbexplorer 2024-01-21 22:20:03 +01:00
Ruben Fiszel 2e9e79dc7a fix: use hash on objects instead of shallow equal comparison to improve trigger reliability of apps 2024-01-21 20:02:36 +01:00
Ruben Fiszel 052c9f6d01 improve quickadd column 2024-01-21 19:09:56 +01:00
Ruben Fiszel 07c38eed79 make appeditor & preview resilient to no css 2024-01-21 18:48:35 +01:00
Ruben Fiszel beb4a6c572 improve modal behavior 2024-01-20 11:42:31 +01:00
Guillaume Bouvignies 326eac46fc feat: File path is option when uploading a file to S3 (#3029)
* feat: File path is option when uploading a file to S3

* Add frontend

* Fix lock

* Drag and drop file upload UI
2024-01-19 14:17:42 +01:00
Ruben Fiszel 1863133e54 fix: improve onDemandOnly runnables 2024-01-19 10:55:17 +01:00
Faton Ramadani 78f80c8b0d feat(frontend): Rich table display (#3028)
* feat(frontend): rich debug table

* feat(frontend): rich debug table

* feat(frontend): rich debug table

* feat(frontend): wip

* feat(frontend): table v0

* feat(frontend): fix layout audit page

* feat(frontend): display rich result by default

* feat(frontend): add selected rows

* feat(frontend): add unique ids

* feat(frontend): restore max-h

* feat(frontend): md support + remove sorting on types that don't support comparaison

* feat(frontend): fix actions

* feat(frontend): fix md

* feat(frontend): fix md

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2024-01-18 17:26:46 +01:00
Ruben Fiszel 51929d2bd7 fix: make some eval onDemandOnly 2024-01-18 08:22:24 +01:00