Demo popup: show on every dashboard visit, add upload notice (v2.2.4)

- Popup now shows every time user visits dashboard (not session-cached)
- Only shows on dashboard, not other pages
- Added upload disabled notice with amber highlight
- Upload listed as first full-version feature
This commit is contained in:
Maurice
2026-03-19 15:17:31 +01:00
parent c582a7b6c8
commit 9b0755debc
4 changed files with 23 additions and 15 deletions

View File

@@ -87,7 +87,6 @@ export default function App() {
return (
<TranslationProvider>
<ToastContainer />
{demoMode && isAuthenticated && <DemoBanner />}
<Routes>
<Route path="/" element={<RootRedirect />} />
<Route path="/login" element={<LoginPage />} />