upgrade frontend toolchain to a coherent Svelte 5 stack

This commit is contained in:
alex wiesner
2026-03-15 16:12:44 +00:00
parent 7f03da23dd
commit 33cf6de6ac
19 changed files with 618 additions and 1695 deletions

View File

@@ -220,7 +220,7 @@
</ul>
<!-- Close Button -->
<button class="btn btn-ghost btn-square" on:click={close}>
<button class="btn btn-ghost btn-square" on:click={close} aria-label={$t('about.close')}>
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path
stroke-linecap="round"