Merge master

This commit is contained in:
Pieter Vander Vennet 2025-01-28 16:37:41 +01:00
commit c939d8ea8e
352 changed files with 976 additions and 212534 deletions

View file

@ -1,11 +1,10 @@
<script lang="ts">
import Loading from "./Loading.svelte"
</script>
<div class="relative w-60 h-80">
<div class="animate-pulse w-full h-full bg-gray-400">
</div>
<div class="w-full h-full absolute top-0 flex items-center justify-center">
<div class="relative h-80 w-60">
<div class="h-full w-full animate-pulse bg-gray-400" />
<div class="absolute top-0 flex h-full w-full items-center justify-center">
<Loading />
</div>
</div>