From 215b0c5cb2ff0ef0b2c7b5549704e23d651a4df9 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 10 Oct 2024 21:51:10 -0400 Subject: Hoist the UI one step up further --- ui/routes/(app)/+layout.svelte | 89 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 ui/routes/(app)/+layout.svelte (limited to 'ui/routes/(app)/+layout.svelte') diff --git a/ui/routes/(app)/+layout.svelte b/ui/routes/(app)/+layout.svelte new file mode 100644 index 0000000..f8744c1 --- /dev/null +++ b/ui/routes/(app)/+layout.svelte @@ -0,0 +1,89 @@ + + +{#if loading} +

Loading…

+{:else if user != null} +
+
+ +
+
+ +
+
+ +
+
+ +
+
+{:else} + +{/if} + + -- cgit v1.2.3