feat: add /sessions to pre-cache and clarify scan/notes offline coverage
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user