Commit Graph
2959 Commits
Author SHA1 Message Date
Windmill 0dc576a352 darkmode_new 2024-04-11 18:21:07 +02:00
Ruben Fiszel 16c9535256 improve default script for frontend apps 2024-04-09 01:53:19 +02:00
Faton RamadaniandRuben Fiszel db5abd37cd 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 a52d6b30b2 fix(frontend): Fix selectFirstRowByDefault on AgGrids (#3450) 2024-04-06 23:25:46 +02:00
Ruben Fiszel a4385231f8 add whileloop flow to id orders 2024-04-06 22:58:20 +02:00
Henri Courdent 2c9af9903d Fixed links and components descriptions (#3515)
* Fixed links and components descriptions

* Forgot on doc
2024-04-06 21:39:56 +02:00
Ruben Fiszel 67c21f3837 reduce large file detected alert 2024-04-06 21:38:58 +02:00
Ruben Fiszel 192e47222f reduce large file detected alert 2024-04-06 21:37:56 +02:00
Faton Ramadani 139bc38ddc fix(frontend): Fix simple flow tutorial (#3518) 2024-04-06 18:55:28 +02:00
Ruben Fiszel e062f5413f frontend fix 2024-04-06 16:13:44 +02:00
Ruben Fiszel d61d6f520b fix: improve list static input 2024-04-06 15:00:49 +02:00
Ruben Fiszel 458dea2930 improve flow preview logs 2024-04-06 13:52:49 +02:00
Ruben Fiszel fba1ea7d54 fix: make autodatatable more resilient 2024-04-05 20:55:11 +02:00
Ruben Fiszel 632c9fb2aa fix: make autodatatable more resilient 2024-04-05 20:40:18 +02:00
Ruben Fiszel 205d02c703 improve renderer for large html 2024-04-05 20:23:18 +02:00
Ruben Fiszel 06c6d1023e improve validate signature 2024-04-05 17:54:27 +02:00
Ruben Fiszel 2ec1add494 fix: make date time input more resilient 2024-04-05 17:10:03 +02:00
Ruben Fiszel 78b8c3edc9 fix: fix lightweight arg input min size 2024-04-05 16:51:13 +02:00
Ruben Fiszel 7c4eece009 fix: show flow user states in flow state preview 2024-04-05 16:43:38 +02:00
Ruben Fiszel 72f4247983 fix: prevent operators from loading secrets through toggle 2024-04-05 09:53:42 +02:00
Ruben Fiszel 9b88bf0758 prevent operators from loading secrets through toggle 2024-04-05 09:03:16 +02:00
Ruben Fiszel 18e7e9449e fix: improve multiselect for approval steps 2024-04-05 00:04:51 +02:00
Henri Courdent 3e00f8070b Changelog frontend (#3510) 2024-04-04 17:26:41 +02:00
Ruben Fiszel 96bc7c5c5c nit fix metadatagen 2024-04-04 15:09:21 +02:00
HugoCasa 1d7bab075b 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
Henri Courdent 92e8b07c17 While loop clarification (#3501) 2024-04-04 04:16:42 +02:00
Ruben Fiszel 72c61953f5 ux nits 2024-04-03 12:31:11 +02:00
HugoCasa 71d98b9025 fix: date-fns tooltip info again (#3498) 2024-04-02 21:32:51 +02:00
Ruben Fiszel 648accd268 fix: add access to the schedules page to operators 2024-04-02 21:27:40 +02:00
Ruben Fiszel f4f56b8455 improve upload progress bar 2024-04-02 21:16:30 +02:00
Ruben Fiszel ff26c8e42d feat: while loop as new flow primitive 2024-04-02 17:38:11 +02:00
Faton Ramadani e4d8de80ef fix(frontend): Fix updateCellValue (#3497)
* fix(frontend): Fix updateCellValue

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

* fix: date-fns docs version
2024-04-02 10:41:09 +02:00
Ruben Fiszel cc5d1b405e continue on error option for steps 2024-04-02 10:32:47 +02:00
Faton Ramadani 3afa975270 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 a61b14cfd4 fix: tree view show more 2024-03-30 15:53:54 +01:00
Ruben Fiszel 951758ffb6 fix: make submit form order static 2024-03-30 15:00:52 +01:00
Ruben Fiszel d8a9ee4945 increase max concurrent run demo workspace 2024-03-30 13:47:03 +01:00
Ruben Fiszel c0aaa920b9 improve runnable picker of app 2024-03-29 18:30:44 +01:00
Ruben Fiszel f4daef389c display result nits 2024-03-29 17:08:13 +01:00
Ruben Fiszel 44d812f95b exclude demo from per workspace restrictions 2024-03-29 13:38:36 +01:00
Ruben Fiszel 09844d630a fix recognize email in error handler 2024-03-29 12:50:12 +01:00
Faton Ramadani d71356695f 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
HugoCasa b4ffb500ba feat: add workspace free-tier usage (#3489)
* feat: separate workspace and user usage

* fix: sqlx build
2024-03-29 10:56:44 +01:00
Ruben Fiszel 0291f624e1 fix View Logs 2024-03-28 17:49:29 +01:00
HugoCasa e3a636ab17 fix: show start to finish time for flows instead of cumulative (#3486)
* fix: show start to finish time for flows instead of cumulative

* fix: build
2024-03-28 15:50:18 +01:00
Faton Ramadani f9a5bcee4c feat(frontend): Add support for clearFiles in the file input component (#3483) 2024-03-28 11:44:10 +01:00
Faton Ramadani 7b3b96ea08 fix(frontend): Fix the pane delete button (#3482) 2024-03-28 11:43:45 +01:00
HugoCasa 64896971bb 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 8f9787fdc4 support gh markdown for script, flows, resource description 2024-03-27 23:04:19 +01:00