open-webui/src
Classic298 c111fa0837
fix: add lang="ts" to Svelte script tags using TypeScript syntax (#21001)
fix: add lang="ts" to Svelte script tags using

TypeScript syntax
Two Svelte components were using TypeScript type annotations (ReturnType<typeof setTimeout>)
but their script tags were missing the lang="ts" attribute. This caused Vite/Svelte to parse
them as plain JavaScript, resulting in parse errors.

Fixed files:
- src/lib/components/admin/Users/UserList.svelte
- src/lib/components/channel/ChannelInfoModal/UserList.svelte
2026-01-29 20:49:25 +04:00
..
lib fix: add lang="ts" to Svelte script tags using TypeScript syntax (#21001) 2026-01-29 20:49:25 +04:00
routes enh: prompt tags 2026-01-26 16:11:10 +04:00
app.css refac/fix: rtl support 2026-01-01 01:58:53 +04:00
app.d.ts chat feature added 2023-10-08 15:38:42 -07:00
app.html chore: format 2025-11-23 22:16:06 -05:00
tailwind.css refac: checkbox styling 2025-07-09 00:34:03 +04:00