Just working on select option list and related.

This commit is contained in:
Scott Idem
2024-06-25 14:50:40 -04:00
parent a62ea7dc8d
commit 0090058238
3 changed files with 38 additions and 10 deletions

View File

@@ -36,13 +36,14 @@ export type key_val = {
// *** BEGIN *** Longer-term app data. This should be stored to local storage.
export let ae_app_local_data_struct: key_val = {
'ver': '2024-05-01_15',
'ver': '2024-06-25_14',
'name': 'Aether - App Hub (SvelteKit 2.x Svelte 4.x)',
'theme': 'light',
'iframe': false,
'title': `OSIT's Æ`, // - Dev SvelteKit`, // Æ
'debug': false, // A simple flag to know if we should show debug information.
'edit_mode': false, // A simple flag to know if we should show edit mode options.
'account_id': ae_account_id, // OSIT Demo _XY7DXtc9MY
'account_code': 'not_set',