Guilhem
|
dc32bcb2d6
|
reolace addUser popup with popover
|
2025-02-12 11:01:52 +00:00 |
|
Guilhem
|
7df118e7d6
|
Add new tooltip component
|
2025-02-12 10:59:05 +00:00 |
|
Guilhem
|
335ae41c39
|
remove unused ButtonDropDown
|
2025-02-12 10:47:57 +00:00 |
|
Guilhem
|
6add112a54
|
Merge remote-tracking branch 'origin/main' into glm/use_melt_menu
|
2025-02-12 08:22:39 +00:00 |
|
Guilhem
|
02567839a3
|
replace ButtonDropdown with DropdownV2
|
2025-02-11 21:36:12 +00:00 |
|
Ruben Fiszel
|
4da0fc6918
|
nit
|
2025-02-11 20:47:43 +01:00 |
|
Ruben Fiszel
|
09950fb3fb
|
nit lazy mode
|
2025-02-11 20:41:17 +01:00 |
|
Ruben Fiszel
|
7c4b8a7e1d
|
feat: lazy mode
|
2025-02-11 20:38:13 +01:00 |
|
Ruben Fiszel
|
bb11bfe874
|
clarify frontend draft storage error message
|
2025-02-11 19:43:33 +01:00 |
|
Ruben Fiszel
|
c4b4cc51fc
|
fix nit on conditionnal wrapper in disabled subcomponents
|
2025-02-11 19:38:03 +01:00 |
|
Ruben Fiszel
|
9cdc1a2a34
|
subgrid fix
|
2025-02-11 19:14:22 +01:00 |
|
Ruben Fiszel
|
15a1582f5e
|
subgrid fix
|
2025-02-11 19:13:53 +01:00 |
|
 
|
57cfa4045b
|
feat: add postgres trigger captures (#5165)
* feat: 🚧 add postgres trigger config in back
* feat: add capture section for postgres
* feat: update postgres trigger panel, update capture migration
* fix: ci and casing style
* feat: capture done
* fix: update sqlx
* fix: remove unused
* feat: handle persisting data
* fix: add feature flag
* feat: capture done
* fix: feature flag
* feat: capture done
* nits: add plus into postgres capture label
* feat: trigger done
* Update PostgresTriggerEditorInner.svelte
* Update script_helpers.ts
* nit
* chore: update to meet pr comment requirement
* refactor:
* fix:
* fix: miss closing curly braces
* fix:
* fix: ci
* Update mod.rs
* polishing postgres trigger
* update minor changes on UI
* nits: remove log and update function parameters
* fix: remove wrong name
* nits: change icon
* fix: nit migration
* nits: refacto and remove alert
* nits: change variable name
* update workspaces_export
* fix: ci
---------
Co-authored-by: HugoCasa <hugo@casademont.ch>
Co-authored-by: Guilhem <guilhemlemouel@gmail.com>
|
2025-02-11 18:16:12 +01:00 |
|
Ruben Fiszel
|
aae3683fe9
|
feat: improve large apps performances (#5265)
|
2025-02-11 18:08:15 +01:00 |
|
Guilhem
|
8ef175e77b
|
fix action arg type
|
2025-02-11 14:59:52 +00:00 |
|
Guilhem
|
e2de8f43ee
|
Merge branch 'glm/replace_menuV2' into glm/use_melt_menu
# Conflicts:
# frontend/src/lib/components/apps/components/display/AppMenu.svelte
# frontend/src/lib/components/flows/map/FlowJobsMenu.svelte
# frontend/src/lib/components/meltComponents/Menu.svelte
# frontend/src/lib/components/meltComponents/MenuItem.svelte
# frontend/src/lib/components/meltComponents/index.ts
|
2025-02-11 13:47:47 +00:00 |
|
Guilhem
|
e19c24224c
|
put conditionalMelt as utility function
|
2025-02-11 13:37:28 +00:00 |
|
Guilhem
|
17279bf83e
|
clean code
|
2025-02-11 11:44:22 +00:00 |
|
Guilhem
|
1f159dd212
|
nit
|
2025-02-11 09:45:52 +00:00 |
|
Guilhem
|
7a64644b9f
|
Merge remote-tracking branch 'origin/main' into glm/replace_menuV2
|
2025-02-11 08:48:25 +00:00 |
|
Guilhem
|
0c395ed4d1
|
clean
|
2025-02-11 08:48:00 +00:00 |
|
Alexander Petric
|
5c7930a4af
|
fix typo in open drawer helper doc (#5258)
|
2025-02-10 21:57:32 +01:00 |
|
Ruben Fiszel
|
deb18615c2
|
fix: if user is authed, no need to use anonymous path for display result in apps
|
2025-02-10 21:50:59 +01:00 |
|
Guilhem
|
0594838c36
|
add a MenuItem component
|
2025-02-10 20:09:26 +00:00 |
|
Ruben Fiszel
|
41e542900f
|
whileloop flow inputs show correct flow_input
|
2025-02-10 20:57:07 +01:00 |
|
Ruben Fiszel
|
f29492492e
|
clarify resume on suspend
|
2025-02-10 20:53:31 +01:00 |
|
Guilhem
|
805478790c
|
keep more open in operator menu
|
2025-02-10 17:17:56 +00:00 |
|
Guilhem
|
47fdcc126f
|
Merge remote-tracking branch 'origin/main' into glm/replace_menuV2
|
2025-02-10 16:43:23 +00:00 |
|
Guilhem
|
27ba2f72a0
|
add max-h to app dropdown menu
|
2025-02-10 16:37:39 +00:00 |
|
Guilhem
|
987990ee41
|
use pointerdown in menus
|
2025-02-10 15:32:29 +00:00 |
|
Guilhem
|
b728b0ec01
|
use pointerdown_outside
# Conflicts:
# frontend/src/lib/components/meltComponents/Menu.svelte
|
2025-02-10 15:32:10 +00:00 |
|
Guilhem
|
cae8f5bbd4
|
use pointerdown_outside
|
2025-02-10 14:57:30 +00:00 |
|
 HugoCasaandRuben Fiszel
|
df62925894
|
feat: triggers cli sync (#5243)
* feat: triggers cli sync
* fix build
* update ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
|
2025-02-10 15:14:28 +01:00 |
|
Guilhem
|
f383f62ab6
|
fix(frontend) clear date-time format when changing string subtype
|
2025-02-10 14:14:24 +01:00 |
|
Guilhem
|
e10e5e74d1
|
Merge remote-tracking branch 'origin/main' into glm/replace_menuV2
|
2025-02-10 09:21:24 +00:00 |
|
Ruben Fiszel
|
d2fe25d1ce
|
fix flow input failing on schema change
|
2025-02-10 05:40:08 +01:00 |
|
Rudo Kemper
|
3d8dee9e6a
|
fix: Support authentication with auth0 (#5249)
|
2025-02-10 04:54:55 +01:00 |
|
Ruben Fiszel
|
bf7f67e42f
|
load previous flow steps even for just test this steps
|
2025-02-10 04:38:29 +01:00 |
|
Guilhem
|
70b44528bb
|
add use clickOutside option to Menu
|
2025-02-09 23:35:16 +00:00 |
|
Ruben Fiszel
|
403826fca9
|
fix: worker name in job + better timeout handling for same_worker jobs (#5248)
|
2025-02-08 22:20:06 +01:00 |
|
Alexander Petric
|
32298e5bfc
|
fix(frontend): accordion list header on eval / background function (#5244)
|
2025-02-07 22:55:16 +01:00 |
|
Ruben Fiszel
|
d8961449b8
|
improve password handling of resource editor
|
2025-02-06 20:06:21 +01:00 |
|
HugoCasa
|
48e4ae6561
|
feat: serve static websites (#5218)
* feat: serve static websites
* nit
* sqlx
* nit
* nits
* nits
* nits
* nits
|
2025-02-06 17:38:12 +01:00 |
|
Alexander Petric
|
f81437a5aa
|
button icon size should be proportional to button size (#5233)
|
2025-02-06 16:33:32 +01:00 |
|
Lucas Abel
|
d51c3080f7
|
backend: use v2 tables through views where possible (v2 phase 3) (#5119)
|
2025-02-06 12:43:24 +01:00 |
|
Guilhem
|
1e5cd282d7
|
fix height refresh for flows (#5215)
|
2025-02-05 17:27:11 +01:00 |
|
Guilhem
|
7a178c7fc7
|
clean code
|
2025-02-05 11:17:57 +00:00 |
|
Guilhem
|
c770fab977
|
Merge remote-tracking branch 'origin/main' into glm/replace_menuV2
# Conflicts:
# frontend/src/lib/components/sidebar/WorkspaceMenu.svelte
|
2025-02-05 10:39:58 +00:00 |
|
Guilhem
|
d886f59cd3
|
clean code
|
2025-02-05 10:29:07 +00:00 |
|
Guilhem
|
5c3ea422e9
|
nit
|
2025-02-05 10:18:50 +00:00 |
|