feat: move offline indicator to header, rename to Offline-Modus, and redesign tasting form

This commit is contained in:
2025-12-21 00:13:33 +01:00
parent 74a10b193c
commit 716afce2ae
7 changed files with 148 additions and 122 deletions

View File

@@ -53,7 +53,6 @@ export default function RootLayout({
<MainContentWrapper>
<SyncHandler />
<PWARegistration />
<OfflineIndicator />
<UploadQueue />
{children}
</MainContentWrapper>