6 Commits

Author SHA1 Message Date
topsinoty
13322e11cb refactor(vue): migrate app, routes, and tooling from Svelte
Replace the Svelte runtime, Vite plugin, Storybook adapter, and component files with Vue 3 equivalents while preserving the existing route table, page markup, styling, assets, deployment shape, and npm workflows.

Move shared and page-level state onto Vue refs, computed values, lifecycle hooks, and script setup components. Recreate the custom async router and translation composable as Vue-native modules so navigation and bilingual content continue to work without introducing a router or state-management dependency.

Adopt the maintained @lucide/vue package, remove the Svelte icon and map wrappers, and initialize MapLibre directly on the Helpdesk page. Replace the Svelte CSF story with a Vue Storybook story, remove obsolete aliases and generation/config files, and update the audited lockfile with no known vulnerabilities.
2026-07-04 15:51:11 +03:00
Henri
aae22efcaa navbar fixes 2025-11-21 20:10:05 +02:00
Henri
8c18827dc5 initial stuff 2025-11-21 08:15:07 +02:00
Henri
7dfb5adda1 transfer to PC 2025-11-21 01:58:01 +02:00
44f586cb66 Second commit because first was to initialize 2025-07-11 20:39:35 +03:00
cbbe43a691 New sveltekit version of page 2025-07-11 20:38:06 +03:00