From 689bd61ae5b76868cb0485222195a2ebcc0ac252 Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Thu, 1 May 2025 08:22:14 -0500 Subject: [PATCH] Add a "construction" banner to the base layout --- src/routes/+layout.svelte | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 4cac70e..b7593c3 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -3,6 +3,8 @@ import Navigation from "$lib/components/Navigation.svelte"; import { onMount } from "svelte"; import { page } from "$app/stores"; + import { Alert } from "flowbite-svelte"; + import { HammerSolid } from "flowbite-svelte-icons"; // Compute viewport height. $: displayHeight = window.innerHeight; @@ -42,5 +44,11 @@
+ + + + Pardon our dust! The publication view is currently using an experimental loader, and may be unstable. + +