From 22fab94cd9ee48ce108c728c3afba31979ba04a6 Mon Sep 17 00:00:00 2001 From: DeepZone Date: Thu, 21 May 2026 08:22:24 +0100 Subject: [PATCH] Update header and about version label to v0.9.1 --- frontend/src/App.tsx | 2 +- frontend/src/components/Layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 745ab33..cf7e8a4 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -102,6 +102,6 @@ export default function App() { {active === 'system' && canAccess('system') &&
{systemStatusError &&
{systemStatusError}
}{migrationsBlocked &&
Database migrations are required before using RouteForge. Run: alembic current, alembic heads, alembic upgrade head.
}{systemStatus &&
Version: {systemStatus.version}
Mode: {systemStatus.mode}
API Proxy: {proxyStatus}
Migration Status: {migrationStatus}
DB Current Revision: {systemStatus.database?.schema_version || 'unknown'}
DB Head Revision: {systemStatus.database?.migration_head || 'unknown'}
}
} {active === 'users' && canAccess('users') && } {active === 'audit' && canAccess('audit') && } - {active === 'about' &&

Version: v0.8.1-beta

} + {active === 'about' &&

Version: v0.9.1

} } diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index c9d3e7e..748a9ea 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -48,7 +48,7 @@ export function Layout({ children, active, onNav, systemLine, title, demoMode, c {currentUser && Angemeldet als {currentUser.username} ยท {currentUser.role}} {demoMode ? 'DEMO' : 'LIVE'} READ-ONLY - v0.8.1-beta + v0.9.1