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

@@ -10,7 +10,7 @@ import { highlight_current_page } from "lib/HighlightCurrentPage";
<i class="icon">{bookmark.icon}</i>
<span class="hide_small">{bookmark.label}</span>
</a>
<button on:click={() => bookmark_del(bookmark.id)}>
<button onclick={() => bookmark_del(bookmark.id)}>
<i class="icon">delete</i>
</button>
</div>