fix: improve service worker offline flow and dev toggle UX

This commit is contained in:
2026-03-01 12:47:58 +01:00
parent 844cd3f58e
commit 5a3b0ace61
9 changed files with 176 additions and 22 deletions

View File

@@ -161,6 +161,12 @@
"unavailable": "Cache statistics unavailable",
"reinstall": "Reinstall Service Worker",
"reinstallError": "Error reinstalling Service Worker",
"devServiceWorker": {
"label": "Service Worker in development",
"description": "Enable Service Worker in dev mode to test cache/offline behavior. A reload is applied.",
"saved": "Dev Service Worker preference updated",
"error": "Failed to update dev Service Worker preference"
},
"entry": "entry",
"entries": "entries",
"loadingEntries": "Loading entries...",