Show offline mode UI: hide online-only nav items, show offline label

When offline, hide Files and Admin from the bottom nav and display
"Offline Mode" next to the status dot. The SW offline fallback page
also only shows Capture and Queue nav items. Online-only pages
(browser, admin, reviewer) are never cached and go straight to the
offline fallback when the network is unavailable.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 23:00:34 -06:00
parent e88308a622
commit 36a53301a7
4 changed files with 78 additions and 10 deletions

View File

@@ -766,3 +766,10 @@ textarea,
select {
transition-property: all;
}
/* Offline mode label */
.offline-label {
font-size: 0.75rem;
color: var(--offline, #888);
font-weight: 600;
}