From ced66c5807575cd29f6aa5632e8ad02b38c8448a Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 28 Apr 2024 22:37:30 +0200 Subject: WIP new frontend --- .../src/routes/(main)/(app)/+layout.svelte | 379 +++++++++++++++++++++ 1 file changed, 379 insertions(+) create mode 100644 code/frontend/src/routes/(main)/(app)/+layout.svelte (limited to 'code/frontend/src/routes/(main)/(app)/+layout.svelte') diff --git a/code/frontend/src/routes/(main)/(app)/+layout.svelte b/code/frontend/src/routes/(main)/(app)/+layout.svelte new file mode 100644 index 0000000..3141931 --- /dev/null +++ b/code/frontend/src/routes/(main)/(app)/+layout.svelte @@ -0,0 +1,379 @@ + + +{#if showEmailValidatedNotif} + +{/if} + +
+ + + (sidebarOpen = false)} + > + +
+ + +
+ + + +
+ +
+
+ +
+
+ +
+
+
+ + + + + +
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + +
+ + Open user menu + +
+ + +
+ + + View profile + + + + + Settings + + +
+ + sign_out()} + class="text-gray-700 block px-4 py-2 text-sm" + > + Sign out + + +
+
+
+
+
+
+
+
+
+ +
+
+
-- cgit v1.3