You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(admin): show server version in sidebar, login and setup screens
The sidebar pill was hardcoded to "v0.9.1" and the setup wizard to
"v0.1.0", both of which were stale. Login displayed nothing.
Expose the server version via /api/health (already public, rate-limit
exempt) and add a small useVersion() hook with one cached fetch
shared across mounts. Sidebar, Login and Setup pull the live value;
the pill renders nothing until the first response lands so we never
flash a wrong number.
0 commit comments