Add dashboard shell with sidebar nav and version header.

Replace the health-check stub UI with a left menu and content panel so section navigation and frontend/backend versions are visible in the shell.
This commit is contained in:
2026-07-16 20:57:47 +02:00
parent 38b4e8fd43
commit d2b92401f1
7 changed files with 351 additions and 70 deletions
+2
View File
@@ -1,5 +1,7 @@
/// <reference types="vite/client" />
declare const __FRONTEND_VERSION__: string
interface ImportMetaEnv {
readonly VITE_API_BASE_URL?: string
}