Release v0.1.23

This commit is contained in:
2026-06-15 11:59:04 +12:00
parent 250d6ab6a9
commit 8f9a7b8193
18 changed files with 3725 additions and 3298 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
import '$lib/theme';
import { beforeNavigate, afterNavigate } from '$app/navigation';
import { page } from '$app/state';
import ClientShell from '$lib/components/ClientShell.svelte';
import AppShell from '$lib/components/AppShell.svelte';
import CustomerPortalShell from '$lib/components/CustomerPortalShell.svelte';
import Toast from '$lib/components/Toast.svelte';
import { clientSession } from '$lib/session';
@@ -50,9 +50,9 @@
{@render children()}
</CustomerPortalShell>
{:else}
<ClientShell>
<AppShell>
{@render children()}
</ClientShell>
</AppShell>
{/if}
<Toast />
File diff suppressed because it is too large Load Diff