chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-01-18 00:30:06 +01:00
parent d7509c8d6f
commit 66c27cbad4
127 changed files with 6557 additions and 2698 deletions

View file

@ -13,9 +13,8 @@
})
</script>
{#if timeoutReached}
<slot />
{:else }
<Loading cls="h-full w-full flex justify-center items-center low-interaction"/>
{:else}
<Loading cls="h-full w-full flex justify-center items-center low-interaction" />
{/if}