too many changes, forgot to commit smh

This commit is contained in:
2025-06-29 19:35:32 +02:00
parent 96a8604d4b
commit 60e3102257
17 changed files with 633 additions and 279 deletions

8
src/pages/Loading.svelte Normal file
View File

@@ -0,0 +1,8 @@
<script lang="ts">
import { LoaderCircle } from "lucide-svelte";
</script>
<div class="flex flex-col items-center justify-center mt-[50px] h-[calc(100vh-50px)] w-full">
<LoaderCircle class="animate-spin" size={80} />
<span></span>
</div>