Working on more streamlined page load process

This commit is contained in:
Scott Idem
2025-04-29 20:15:37 -04:00
parent 007eb4ec9f
commit d256abc9b3
2 changed files with 1059 additions and 1044 deletions

View File

@@ -47,14 +47,16 @@ export let ae_snip = string_snippets;
// };
// Set the version for the app data. Changing this should force a notification and ask the user to clear and reload the page.
let ver = '2025-04-18_1335'; // KEEP: 2025-04-18_1335
let ver = '2025-04-29_1545'; // KEEP: 2025-04-18_1335
let ver_idb = '2025-04-18_1100'; // Not used
// *** BEGIN *** Longer-term app data. This should be stored to local storage.
const ae_app_local_data_defaults: key_val = {
last_page_reload: null,
// last_idb_reload: null,
last_cache_refresh: null,
// last_cache_refresh: null, // Date.now()
last_cache_refresh: Date.now(),
cache_expired: false,
ver: ver, // ver, // '2025-04-18_1100',
ver_idb: ver_idb, // '2025-04-18_1100',
name: 'Aether - App Hub (SvelteKit 2.x Svelte 4.x)',

File diff suppressed because it is too large Load Diff