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

@@ -91,11 +91,3 @@
</div>
</div>
</div>
<style>
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
</style>