From 55e681c209dcd17110c01de6c5b4e8c3bb3f05f0 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 30 Mar 2026 22:01:02 +0200 Subject: [PATCH] feat(AuthHeader): slim brand-navy header for auth pages Provides logo + language switcher on brand-navy background with 4px accent strip. Used on login and forgot-password pages in place of the floating language switcher. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/AuthHeader.svelte | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 frontend/src/routes/AuthHeader.svelte diff --git a/frontend/src/routes/AuthHeader.svelte b/frontend/src/routes/AuthHeader.svelte new file mode 100644 index 00000000..1e6a34a9 --- /dev/null +++ b/frontend/src/routes/AuthHeader.svelte @@ -0,0 +1,34 @@ + + +
+
+
+
+ + Familienarchiv + +
+ {#each locales as locale (locale)} + + {/each} +
+
+
+