From 30eeaabc5a717f9cedc460c7e2cd1a19cb9d8aaf Mon Sep 17 00:00:00 2001 From: Jonas Date: Sun, 9 Nov 2025 21:01:59 +0100 Subject: [PATCH] Update app title and enhance app bar UI Changed the HTML title to 'Judoteam - Stadtlohn'. Improved the app bar in Layout.vue by replacing search and heart icons with account and theme toggle buttons, each wrapped in tooltips for better user guidance. Added rounded styling to navigation drawer items. --- GUI/index.html | 2 +- GUI/src/Layout.vue | 24 +++++++++++++++++------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/GUI/index.html b/GUI/index.html index ea9a6e6..e885e92 100644 --- a/GUI/index.html +++ b/GUI/index.html @@ -4,7 +4,7 @@ - Vite App + Judoteam - Stadtlohn
diff --git a/GUI/src/Layout.vue b/GUI/src/Layout.vue index fbfe62e..5642d7f 100644 --- a/GUI/src/Layout.vue +++ b/GUI/src/Layout.vue @@ -40,13 +40,22 @@ onMounted(() => { Judoteam - Stadtlohn - - mdi-magnify - - - mdi-heart - - + + + Account + + + + {{ theme.name.value === 'dark' ? 'Dunklen Modus aktivieren' : 'Hellen Modus aktivieren' }} + { link :prepend-icon="item.icon" :title="item.name" + class="rounded-lg mr-1 ml-1" >