fix: show offline status in pwa
All checks were successful
CI / Lint, test, typecheck and build (push) Successful in 11m21s

This commit is contained in:
zv
2026-07-04 20:53:13 +02:00
parent 6bec7060e0
commit 2c2515abba
3 changed files with 26 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ const ACTIVE_CACHES = new Set([SHELL_CACHE, RUNTIME_CACHE, API_CACHE]);
const SHELL = [
"/",
"/warnings",
"/hydro",
"/settings",
"/offline",
"/manifest.json",