Diego Imbert
cfee2b68da
Migrate Writable<App> to StateStore<App>
2025-06-16 23:43:56 +02:00
Ruben Fiszel
babf046871
select click stop immediate propagation
2025-06-16 21:49:49 +02:00
Ruben Fiszel
02a4949fd8
stabilize input specs key
2025-06-16 21:27:30 +02:00
Ruben Fiszel
d2fa2e6464
nit scriptbuilder
2025-06-16 21:10:48 +02:00
Ruben Fiszel
d457bf5c80
nit showExpr
2025-06-16 19:03:02 +02:00
Ruben Fiszel
2bc06b72d2
nit showExpr + badge improvements
2025-06-16 18:29:04 +02:00
Diego Imbert
b106de5438
fix drawer subgrid not selecting ( #5948 )
2025-06-16 17:38:35 +02:00
Ruben Fiszel
ed6d018253
warn for raw scripts
2025-06-16 15:16:56 +02:00
Ruben Fiszel
6c1e7eed51
nit focus modal
2025-06-16 14:42:47 +02:00
Ruben Fiszel
f24894b1a5
fix tab selection on app builder
2025-06-16 14:36:26 +02:00
Diego Imbert
50d78a979b
Fix select not scrolling correctly ( #5946 )
2025-06-16 12:08:59 +02:00
Ruben Fiszel
c75fd751b0
nits app builder
2025-06-15 23:57:55 +02:00
Ruben Fiszel
f0f720f490
partial app svelte 5 migration ( #5945 )
2025-06-15 23:25:34 +02:00
Ruben Fiszel
855571f359
fix history
2025-06-15 04:22:47 +02:00
Ruben Fiszel
41219e1f84
fix app editor reactivity
2025-06-15 03:59:37 +02:00
Ruben Fiszel
499fe7e7fe
field.expr error message
2025-06-15 03:16:04 +02:00
JonasGruenwald
72613f3580
Fix wording in DeployOverrideConfirmationModal.svelte ( #5944 )
2025-06-14 17:07:19 +02:00
Ruben Fiszel
7d4ee825fa
nits
2025-06-14 13:21:45 +02:00
Ruben Fiszel
1cd253405d
nits
2025-06-14 12:33:37 +02:00
Ruben Fiszel
4dab80e24d
fix schemaform default handling
2025-06-14 12:31:46 +02:00
Ruben Fiszel
38bb5e25cb
nit
2025-06-14 12:02:48 +02:00
Ruben Fiszel
3678bf976e
improve redirect behavior
2025-06-14 10:46:39 +02:00
pyranota
6623972ee9
build: correctly build WASM parsers with nix shell ( #5943 )
2025-06-14 09:03:45 +02:00
Diego Imbert
6a4391f616
Fix all structuredClones missing $state.snapshot ( #5941 )
2025-06-13 18:46:04 +02:00
centdix
f7a83c03c1
feat: add api tools to ai chat ( #5921 )
...
* add api tools to ai chat
* cleaning
* cleaning
* refine prompts
* tweaks
* add missing trigger
* cleaning
* cleaning
* fix
2025-06-13 16:29:18 +00:00
Ruben Fiszel
82f541565f
fix reactivity in apps
2025-06-13 18:04:54 +02:00
Ruben Fiszel
44e1ed6c9c
fix search by args
2025-06-13 17:42:06 +02:00
Ruben Fiszel
58ca3a6866
fix reactivity on app form
2025-06-13 17:37:39 +02:00
Ruben Fiszel
0b3a084c81
fix handle default values
2025-06-13 14:10:55 +02:00
HugoCasa
17c8c8a561
fix(frontend): use correct kind for flow insert module btn ( #5938 )
2025-06-13 11:43:09 +02:00
centdix
1a6283b42a
fix: fix input with wrong height on first render ( #5935 )
...
* fix input with wrong height on first render
* better fix
2025-06-13 09:29:57 +00:00
Ruben Fiszel
126b610561
introduce QUIET_LOGS
2025-06-13 11:25:27 +02:00
pyranota
0b89260540
feat(go): local go.mod ( #5929 )
...
* feat(go): local go.mod
* readability refactor
* remove dbg!
* ignore module
* remove space
Signed-off-by: pyranota <pyra@duck.com >
* Update backend/windmill-worker/src/go_executor.rs
---------
Signed-off-by: pyranota <pyra@duck.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-06-13 10:17:31 +02:00
centdix
6c4818259c
use new token for docs ( #5937 )
2025-06-13 10:08:26 +02:00
Ruben Fiszel
283167264e
more svelte 5 migrations
2025-06-13 08:47:27 +02:00
Ruben Fiszel
b3e7a9cb79
more svelte 5 migration ( #5936 )
...
* all
* icons
* svelte2
2025-06-13 08:23:23 +02:00
Ruben Fiszel
c3a54ddd7c
fix path bind
2025-06-13 06:47:05 +02:00
Alexander Petric
ae684d8608
improve teams startup time ( #5931 )
2025-06-12 21:40:18 +02:00
HugoCasa
f077849b8f
fix: flow step missing input warnings ( #5916 )
...
* fix: flow step missing input warnings
* nit
2025-06-12 21:38:26 +02:00
HugoCasa
cf2d09e7a8
fix: audit logs for token refresh + consider refresh for active users ( #5930 )
...
* fix: audit logs for token refresh + consider refresh for active users
* tmp repo ref
2025-06-12 21:37:50 +02:00
Diego Imbert
bb354cfeb8
standardize select auto-complete inputs
...
* Replaced some Autocompletes
* more AutoComplete replace
* usePromise + replace resources with Select
* Select Chevron + changed operation to new Select
* simplified EditableSchemaWrapper
* replace autocompletes
* Replace last autocomplete
* Remove 'simple-svelte-autocomplete' dependency
* re-added some createText
2025-06-12 21:36:55 +02:00
Diego Imbert
bebfa76fc2
remove the 55 ( #5933 )
2025-06-12 21:30:56 +02:00
centdix
b0ac12052a
chore(frontend): convert ai context components to svelte5 ( #5928 )
...
* convert contexttextarea to svelte5
* convert availablecontextlist
* force one line text and add max width to context badge
* cleaning
2025-06-12 16:01:03 +00:00
HugoCasa
f412ede6ed
feat: multiple azure models support ( #5920 )
...
* feat: multiple azure models support
* all
2025-06-12 17:34:33 +02:00
Diego Imbert
f94651115a
worker page ui fixes ( #5927 )
...
* worker page ui fixes
* Update +page.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-06-12 17:33:47 +02:00
centdix
6f907c79b4
fix: ai chat tooltip + user settings autocomplete issue ( #5917 )
...
* use form to avoid issues with chrome autocomplete
* fix tooltip overflowing to the right
* fix missclick on tooltip
* better fix
* dont show expiration on mcp token creation
* add zindexes to safelist
* add autocomplete
2025-06-12 17:00:52 +02:00
centdix
6e7ea4111c
fix-app-drawer-offset ( #5922 )
2025-06-12 14:32:35 +00:00
Diego Imbert
ff9acb4717
remove unnecessary dispatchIfMounted ( #5926 )
2025-06-12 16:21:58 +02:00
centdix
a393c93085
nit: show disabled message when lang not supported ( #5925 )
...
* show disabled message when lang not supported
* remove open effect
2025-06-12 16:20:52 +02:00
Ruben Fiszel
23920aee84
feat: better graph layout algorithm + migrate to svelte 5 almost everywhere + xyflow 1.0
2025-06-12 15:44:35 +02:00