Skeleton: Add site loading indicator to the main layout

This commit is contained in:
2024-12-16 02:26:45 +01:00
parent 66183d0600
commit b7ca0582f4

View File

@ -5,7 +5,14 @@
import type { LayoutData } from "./$types";
import { page } from "$app/stores";
import { Button, MenuDrawerIcon, UserIcon, Input, PasswordIcon } from "$lib/components";
import {
Button,
MenuDrawerIcon,
UserIcon,
Input,
PasswordIcon,
LoadingIndicator,
} from "$lib/components";
import { get_avatar_preview_event_handler } from "$lib/image";
import {
@ -83,6 +90,8 @@
// };
</script>
<LoadingIndicator />
<Drawer>
{#if $drawerStore.id === "menu_drawer"}
<!-- Menu Drawer -->