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.
This commit is contained in:
2025-11-09 21:01:59 +01:00
parent 4ce2e05dc8
commit 30eeaabc5a
2 changed files with 18 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>Judoteam - Stadtlohn</title>
</head>
<body>
<div id="app"></div>