Commit Graph
1675 Commits
Author SHA1 Message Date
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
Ruben Fiszel 800813759d fix: improve app icon renderer and app html renderer 2024-04-12 09:51:54 +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 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
Ruben Fiszel 9efcb79b03 fix: improve order dragndrop for json editor in app 2024-04-09 10:53:04 +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 Ramadani 97f1bcae32 fix(frontend): Fix selectFirstRowByDefault on AgGrids (#3450) 2024-04-06 23:25:46 +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 8fcfbf79be improve validate signature 2024-04-05 17:54:27 +02:00
HugoCasa 9b6ed95ef2 feat: private hub (#3491)
* feat: private hub v0

* feat: add UI setting

* Update ee.rs

* Update ee.rs

* fix: remove ee symlink

* fix: add back CE ee.rs

* feat: disable s3 embedding loading when private hub

* feat: reload embeddings on hub url change

* fix: only reload embeddings db on server mode

* patch: set default hub url const

* fix: nit
2024-04-04 04:16:53 +02:00
HugoCasa dbde94888c fix: date-fns tooltip info again (#3498) 2024-04-02 21:32:51 +02:00
Faton Ramadani 7ad4d1ffe4 fix(frontend): Fix updateCellValue (#3497)
* fix(frontend): Fix updateCellValue

* fix(frontend): Fix updateCellValue
2024-04-02 11:23:07 +02:00
HugoCasa e59bb7ada6 fix: date-fns tooltip format info (#3496)
* fix: date-fns tooltip

* fix: date-fns docs version
2024-04-02 10:41:09 +02:00
Faton Ramadani f2c20baf90 feat(frontend): Add an onRecompute callback to handle recompute side … (#3493)
* feat(frontend): Add an onRecompute callback to handle recompute side effects

* feat(frontend): use cb array

* feat(frontend): use cb array

* feat(frontend): clean up

* feat(frontend): clean up

* feat(frontend): code improvement
2024-04-02 09:44:53 +02:00
Ruben Fiszel 57932cf839 fix: make submit form order static 2024-03-30 15:00:52 +01:00
Ruben Fiszel fcbcd4a514 improve runnable picker of app 2024-03-29 18:30:44 +01:00
Ruben Fiszel 387946f536 display result nits 2024-03-29 17:08:13 +01:00
Faton Ramadani e3512b3eac feat(frontend): add a refresh component control to the DB Studio (#3490)
* feat(frontend): add a refresh component control to the DB Studio

* feat(frontend): add a refresh component control to the DB Studio

* feat(frontend): clean up

* feat(frontend): improve recompute to handle sub runnable

* feat(frontend): clean up
2024-03-29 12:40:58 +01:00
Faton Ramadani 953b0396a6 feat(frontend): Add support for clearFiles in the file input component (#3483) 2024-03-28 11:44:10 +01:00
Faton Ramadani 4e07d6cad6 fix(frontend): Fix the pane delete button (#3482) 2024-03-28 11:43:45 +01:00
HugoCasa ff2f24a013 fix: db studio multiple schemas support (#3479)
* fix: db studio multiple schemas support

* fix: frontend check (unused urlize flow)
2024-03-27 23:56:05 +01:00
Ruben Fiszel 933f24a3ea improve autosize + add markdown support for scripts and workflows 2024-03-27 18:19:37 +01:00
Henri Courdent a509986947 Template frontend script (#3476) 2024-03-27 14:25:52 +01:00
HugoCasa 10d2cd41de fix: ai prevent python async + max db schema length (#3440) 2024-03-19 08:17:51 +01:00
HugoCasa a24e561c83 fix: db studio include tables of all schemas (#3418) 2024-03-15 08:16:08 +00:00
Faton Ramadani 8b188035c9 fix(frontend): fix oneOf configuration (#3414) 2024-03-14 16:48:31 +01:00
Faton Ramadani c8962d4dc2 fix(frontend): Fix color picker layout (#3411) 2024-03-14 10:40:09 +01:00
Ruben Fiszel 696b69b7a1 fix: tabs can now be moved within apps 2024-03-13 19:27:37 +01:00
Ruben Fiszel 1affe1db41 nit static inputs 2024-03-13 18:56:46 +01:00
Ruben Fiszel b612d78d84 fix: fix static inputs in apps 2024-03-13 18:50:55 +01:00
Henri Courdent 36c7ac0557 End of script ugly logo and Delete button for mac (#3370)
* End of script ugly logo and Delete button for mac

* Del command for Mac

* Non-mac test
2024-03-12 23:45:49 +01:00
Ruben Fiszel 16c615e038 feat: configurable languages and orders 2024-03-12 21:50:24 +01:00
Faton Ramadani 853bb844d9 feat(frontend): DB Studio improvements (#3389)
* fix(frontend): wip

* fix(frontend): validate column def

* fix(frontend): add column definition loading sate

* fix(frontend): only reload columns if static

* fix(frontend): improve validation

* fix(frontend): improve reactivity

* fix(frontend): fix colum defs sync

* fix(frontend): fix colum defs sync + insert

* fix(frontend): fix insert

* fix(frontend): fix

* fix(frontend): fix insert

* fix(frontend): fix insert

* fix(frontend): fix hideSearch + hideInsert

* fix(frontend): fix early return

* fix(frontend): fix delete + policy

* fix(frontend): fix delete

* fix(frontend): restrict resource + table to static only
2024-03-12 17:42:32 +01:00
Faton Ramadani cc05ec419d fix(frontend): Disabled delete node + correctly update debug menu when nodes are deleted (#3387)
* fix(frontend): Disabled delete node + correctly handle debug menu

* fix(frontend): improve reactivity
2024-03-11 09:58:07 +01:00