Update to svelte 5

This commit is contained in:
2025-10-13 16:05:50 +02:00
parent f936e4c0f2
commit 6d89c5ddd9
129 changed files with 2443 additions and 2180 deletions

View File

@@ -71,7 +71,7 @@ onMount(async () => {
<span class="hide_small">Admin Panel</span>
</a>
{/if}
<button class="button" on:click={()=> logout_user("/")}>
<button class="button" onclick={()=> logout_user("/")}>
<i class="icon">logout</i>
<span class="hide_small">Log out</span>
</button>