Commit Graph

5965 Commits

Author SHA1 Message Date
Faton Ramadani
3f4a9e06cf feat(frontend): Stat card improvement (#2709)
* feat(frontend): add class+ style support + added support for custom images

* feat(frontend): add class+ style support + added support for custom images

* feat(frontend): fix styling

* feat(frontend): add quick style buttons

* feat(frontend): fix quick tailwind class

* feat(frontend): add space only if needed

* feat(frontend): fix build

* feat(frontend): fix line heights
2023-11-28 22:37:11 +01:00
HugoCasa
f109dbfbce fix: ai fix popup placement + update edit/fix prompt to return complete code (#2715) 2023-11-28 18:51:30 +01:00
Faton Ramadani
a8737ae686 feat(frontend): add "hide schedules" filter (#2710)
* feat(frontend): add hide schedules filter

* feat(frontend): rework filters

* feat(frontend): fix filters

* feat(frontend): fix filter layout
2023-11-28 16:57:10 +01:00
Faton Ramadani
16f5f34127 fix(frontend): Improve error message + fix overflow when file name is too long (#2691) 2023-11-28 11:31:33 +01:00
Faton Ramadani
e9e6182791 feat(frontend): Added tailwind classes auto-complete (#2712)
* feat(frontend): Added tailwind classes auto-complete

* feat(frontend): handle tailwindcss as a language
2023-11-28 11:13:49 +01:00
Ruben Fiszel
1fb8d9b762 fix: improve autocomplete reactivity 2023-11-27 18:55:41 +01:00
Guillaume Bouvignies
d750f22f7d fix: Error handler now supports flows (#2707)
* fix: Error handler now supports flows

* Update README

* remove unused import
2023-11-27 10:15:46 +00:00
Ruben Fiszel
f2ff03e154 feat: add support for raw query args 2023-11-26 16:47:32 +01:00
Ruben Fiszel
c4e9022b73 ux nits 2023-11-26 14:36:42 +01:00
Ruben Fiszel
49ecb54692 feat: add early return for flows 2023-11-26 14:30:49 +01:00
Ruben Fiszel
17d0daa537 remove transition in component output 2023-11-25 16:00:05 +01:00
Ruben Fiszel
c74e6d2c9d fix: improve multiselect from form 2023-11-25 15:26:05 +01:00
Ruben Fiszel
2b5a47db2e fix: expand enum type narrowing to forms 2023-11-25 11:03:14 +01:00
Faton Ramadani
ea888f5f78 feat(frontend): add currency format + add enum autocomplete + fix run… (#2670)
* feat(frontend): add currency format + add enum autocomplete + fix runs page layout

* feat(frontend): use ArgEnum for array when using enums

* Fix currencies

* feat(frontend): fix currency input

* feat(frontend): fix multiselect

* feat(frontend): fix multiselect
2023-11-25 10:16:06 +01:00
Guillaume Bouvignies
9c2125bb89 fix: S3 bucket browser small improvements and fixes (#2700)
* fix: S3 bucket browser small improvements and fixes

* Bump file limits to 20 in CE and add a message in the FE
2023-11-24 20:18:02 +01:00
Faton Ramadani
4a768c9d6b feat(frontend): add stat card (#2687)
* feat(frontend): add stat card

* feat(frontend): fix layout
2023-11-24 20:17:45 +01:00
HugoCasa
a69eefc62e feat: fill pg resource from string (#2699) 2023-11-24 20:17:17 +01:00
Guillaume Bouvignies
7158e06573 fix: Priority tags FE buggy when missing from config (#2702) 2023-11-24 19:42:27 +01:00
Ruben Fiszel
fbdb319269 fix: improve resource pages 2023-11-23 19:51:34 +01:00
Ruben Fiszel
f9624c57bf use nested flow keys 2023-11-23 19:20:58 +01:00
Faton Ramadani
c5c736c157 fix(frontend): correctly handle when result is undefined (#2693) 2023-11-23 18:21:58 +01:00
Ruben Fiszel
0b809e2668 fix: lighten monaco editor workers (#2690)
* all

* initializeVscode everywhere

* fix: db schema autocompletion

* fix: add missing initialized

---------

Co-authored-by: HugoCasa <hugo@casademont.ch>
2023-11-23 18:19:43 +01:00
HugoCasa
797d7590a5 fix: bigquery schema and date inputs (#2688) 2023-11-23 14:59:33 +01:00
Faton Ramadani
cf1a588b81 fix(frontend): improve tutorial ux (#2677)
* fix(frontend): improve tutorial ux

* fix(frontend): small ui fix

* fix(frontend): prevent tutorial from running when an app is forked from the hub or a template
2023-11-22 17:15:54 +01:00
Faton Ramadani
dc0bcd16b1 fix(frontend): use popover for schedule for later on the runs page (#2678) 2023-11-22 14:52:08 +01:00
Faton Ramadani
8e4e6703be fix(frontend): disable active interaction to avoid broken state (#2675)
* fix(frontend): disable active interaction to avoid broken state

* fix(frontend): id tutorial id
2023-11-22 12:49:50 +01:00
Guillaume Bouvignies
0882279055 fix: Various fixes and improvements for Windmill S3 capabilities (#2674) 2023-11-22 12:29:50 +01:00
Ruben Fiszel
5f31f9b317 fix: add image base64 source kinds 2023-11-22 11:25:36 +01:00
Ruben Fiszel
9ee4ffef39 fix script drawer editor extra config 2023-11-22 00:25:46 +01:00
Ruben Fiszel
050daee33d fix: fix flow primary schedule clearing 2023-11-21 17:58:26 +01:00
HugoCasa
b0ee47a254 feat: hub path scripts + nested inputs glue (#2668) 2023-11-21 17:16:19 +01:00
Ruben Fiszel
00f2ed24b8 fix warning flow changed 2023-11-21 15:46:41 +01:00
Ruben Fiszel
a070bcf6cb fix redirection upon path change for apps 2023-11-21 15:36:05 +01:00
Ruben Fiszel
bc2af672af fix evalClass crash 2023-11-21 14:37:23 +01:00
HugoCasa
ba9a558554 fix: set session code completion to enabled by default (#2664) 2023-11-20 22:53:16 +01:00
Guillaume Bouvignies
90618274bb feat: Expanding an s3object result now opens the S3 file browser (#2656)
* feat: Expanding an s3object result now opens the S3 file browser

* Add s3 explorer link

* Revert changes in ArgInfo
2023-11-20 17:07:52 +01:00
HugoCasa
33d28577a5 fix: ask to return value (#2659) 2023-11-20 16:29:42 +01:00
HugoCasa
cc13189d0c feat: code completion UI + other nits (#2657)
* fix: nits

* feat: add code completion in UI
2023-11-20 16:24:33 +01:00
HugoCasa
3ec77ea9e8 feat: upgrade to gpt-4-turbo (#2655) 2023-11-20 12:54:22 +01:00
Ruben Fiszel
0b60febdb4 feat: test an iteration 2023-11-20 12:26:24 +01:00
Ruben Fiszel
b915e6ff27 use userStore email for Usermenu 2023-11-20 10:53:32 +01:00
Ruben Fiszel
3b2d698481 improve auto-invites 2023-11-20 10:35:38 +01:00
Guillaume Bouvignies
9aea209226 feat: S3 file picker as a drawer (#2640)
* feat: Pick a S3 file drawer

* Add endpoint to generate simple file preview

* FE prototype for file preview

* More info on the preview

* Small fix

* Fix BE compile

* fix BE compile

* remove weird vite.config.js file

* Fix fronte NodeJS.Timer -> NodeJS.Timeout and rename dataset to file for S3

* Add EE restrictions and polish FE

* Fix merge conflicst

* replace dataset with s3 object

* Update wording

* BE throws an error when bucket too large in CE

* regenerate Cargo.lock

* Fix typo in error message
2023-11-20 10:26:36 +01:00
Ruben Fiszel
8ff412acc4 fix: add refresh button to item picker 2023-11-19 18:26:22 +01:00
Ruben Fiszel
992401a77c feat: ai regex 2023-11-19 14:45:25 +01:00
Ruben Fiszel
f543aa5bf9 feat: custom error messages for forms 2023-11-19 13:54:32 +01:00
Ruben Fiszel
6cdd2bceee fix: fix base64 assignment (file input) 2023-11-19 12:36:07 +01:00
Ruben Fiszel
1fc13c8e97 improve flow preview content 2023-11-19 11:51:33 +01:00
Ruben Fiszel
f877ed4e64 improve flow preview content 2023-11-19 11:46:48 +01:00
Ruben Fiszel
ce08b21133 fix svelte-check errors 2023-11-18 15:19:17 +01:00