Should have saved my work earlier... General clean up of initial API calls and saving to IDB. Other fixes and updates.
This commit is contained in:
@@ -47,8 +47,8 @@ export let ae_snip = string_snippets;
|
||||
|
||||
// *** BEGIN *** Longer-term app data. This should be stored to local storage.
|
||||
export let ae_app_local_data_struct: key_val = {
|
||||
'ver': '2024-06-26_13',
|
||||
'ver_idb': '2024-06-26_1625', // Clear if date IndexedDB version
|
||||
'ver': '2024-08-07_1504',
|
||||
'ver_idb': '2024-08-07_1505', // Clear if date IndexedDB version
|
||||
'name': 'Aether - App Hub (SvelteKit 2.x Svelte 4.x)',
|
||||
'theme': 'light',
|
||||
'iframe': false,
|
||||
|
||||
Reference in New Issue
Block a user