Commit Graph

7 Commits

Author SHA1 Message Date
30eeaabc5a 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.
2025-11-09 21:01:59 +01:00
4ce2e05dc8 Add persistent navigation drawer to layout
Introduces a navigation drawer that can be toggled and persists its state in localStorage. The drawer displays route items and adapts its location and permanence based on device type. Also refactors initial drawer visibility and updates the app bar navigation icon to toggle the drawer.
2025-11-09 20:15:07 +01:00
2b139495a3 feat: update layout and routing structure with theme toggle functionality 2025-11-09 13:11:59 +01:00
75393940b4 feat: add app bar with theme toggle and remove weather forecast demo code 2025-10-19 21:28:11 +02:00
74cfa283a1 Add basic routing and layout structure
Replaced App.vue with Layout.vue to serve as the main layout. Added Home and 404NotFound route components and configured router to handle home and fallback routes. Updated main.ts to use the new layout component.
2025-10-04 16:43:09 +02:00
9ccfd2e526 Remove GUI README documentation
Deleted the GUI/README.md file, removing setup and usage instructions for the Vue 3 project. This may be part of a cleanup or migration effort.
2025-10-04 16:26:50 +02:00
94d4cb3087 Init 2025-10-04 14:09:35 +02:00