From dc532d384881b4fab5e152dc3fd5695996c98b77 Mon Sep 17 00:00:00 2001 From: "johannes.vos" Date: Wed, 20 May 2026 20:31:45 +0200 Subject: [PATCH] implement switch button --- .../components/LanguageSwitchButton.vue | 153 ++++++++++++++++++ src/features/nav/components/Navbar.vue | 68 ++++++++ 2 files changed, 221 insertions(+) diff --git a/src/features/language/components/LanguageSwitchButton.vue b/src/features/language/components/LanguageSwitchButton.vue index e69de29..a0be248 100644 --- a/src/features/language/components/LanguageSwitchButton.vue +++ b/src/features/language/components/LanguageSwitchButton.vue @@ -0,0 +1,153 @@ + + + + + + + \ No newline at end of file diff --git a/src/features/nav/components/Navbar.vue b/src/features/nav/components/Navbar.vue index e69de29..3219a6c 100644 --- a/src/features/nav/components/Navbar.vue +++ b/src/features/nav/components/Navbar.vue @@ -0,0 +1,68 @@ + + + + + + + \ No newline at end of file