DramLog UI Overhaul: Rebranding, Navigation Improvements, and Scan Workflow Fixes

- Renamed app to DramLog and updated branding to Gold (#C89D46)
- Implemented new BottomNavigation with Floating Scan Button
- Fixed 'black screen' race condition in ScanAndTasteFlow
- Refactored TastingEditor and StatsDashboard for a cleaner editorial look
- Standardized colors and typography across the application
This commit is contained in:
2025-12-21 23:41:33 +01:00
parent d83d2a8873
commit cf491d83b6
11 changed files with 769 additions and 628 deletions

View File

@@ -18,15 +18,15 @@ import { Playfair_Display } from "next/font/google";
export const metadata: Metadata = {
title: {
default: "Whisky Vault",
template: "%s | Whisky Vault"
default: "DramLog",
template: "%s | DramLog"
},
description: "Dein persönlicher Whisky-Begleiter zum Scannen und Verkosten.",
description: "Premium Digitaler Tasting Begleiter für Genießer.",
manifest: "/manifest.webmanifest",
appleWebApp: {
capable: true,
statusBarStyle: "default",
title: "Whisky Vault",
title: "DramLog",
},
formatDetection: {
telephone: false,