feat: add /sessions to pre-cache and clarify scan/notes offline coverage

This commit is contained in:
2025-12-20 23:12:45 +01:00
parent ceb964a07d
commit a92b75891a
2 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
const CACHE_NAME = 'whisky-vault-v4'; // Increment version for "Ironclad" strategy
const CACHE_NAME = 'whisky-vault-v5'; // Increment version for refined strategy
// CONFIG: Core pages and assets to pre-cache immediately on install
const CORE_PAGES = [
'/', // Dashboard / Home (Includes Scan and Tasting features)
'/sessions', // Tasting Sessions overview
];
const STATIC_ASSETS = [