feat: enhance service worker functionality with improved caching strategies, client communication, and service worker registration options
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m42s

This commit is contained in:
Julien Froidefond
2026-01-04 06:48:17 +01:00
parent b497746cfa
commit 2c8c0b5eb0
13 changed files with 1466 additions and 65 deletions

View File

@@ -136,6 +136,32 @@
"title": "Error saving configuration",
"message": "An error occurred while saving the configuration"
}
},
"cache": {
"title": "Cache & Storage",
"description": "Manage local cache for optimal offline experience.",
"notSupported": "Offline cache is not supported by your browser.",
"initializing": "Initializing...",
"totalStorage": "Total storage",
"imagesQuota": "{used}% of images quota used",
"static": "Static resources",
"staticDesc": "Next.js scripts, styles and assets",
"api": "API data",
"apiDesc": "Series, books and library metadata",
"images": "Images",
"imagesDesc": "Covers and thumbnails (100 MB limit)",
"books": "Offline books",
"booksDesc": "Manually downloaded pages",
"clearAll": "Clear all cache",
"cleared": "Cache cleared",
"clearedDesc": "Cache has been cleared successfully",
"clearError": "Error clearing cache",
"unavailable": "Cache statistics unavailable",
"entry": "entry",
"entries": "entries",
"loadingEntries": "Loading entries...",
"noEntries": "No entries in this cache",
"loadError": "Error loading entries"
}
},
"library": {