Files
windmill/frontend/src/lib
86b5fab4dc [Claude PR] Fix incorrect $props generic syntax in Svelte 5 components (#5975)
* fix: correct $props generic syntax in Svelte 5 components

Replace incorrect `$props<T>()` syntax with correct `let x: T = $props()` syntax
to ensure proper TypeScript typing instead of falling back to `any` types.

This affects 11 Svelte 5 components throughout the frontend codebase.

Fixes #5974

Co-authored-by: Diego Imbert <diegoimbert@users.noreply.github.com>

* fix claude pr

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Diego Imbert <diegoimbert@users.noreply.github.com>
Co-authored-by: Diego Imbert <diego@windmill.dev>
Co-authored-by: Diego Imbert <70353967+diegoimbert@users.noreply.github.com>
2025-06-18 18:21:20 +02:00
..
2025-04-28 19:29:56 +02:00
2024-08-21 15:37:26 +02:00
2024-09-20 15:38:38 +02:00
2025-03-14 12:44:52 +01:00
2024-08-14 02:09:22 +02:00
2025-05-19 18:16:04 +02:00
2025-05-27 15:52:57 +02:00
2025-06-14 10:46:39 +02:00
2024-08-07 11:05:45 +02:00
2025-06-14 10:46:39 +02:00
2025-03-04 15:41:25 +01:00
2025-04-23 12:18:36 +02:00