Working on update a lot of pages using the ae_loc hub section.

This commit is contained in:
Scott Idem
2025-03-28 14:33:26 -04:00
parent 1059cf5683
commit 8539ccc2f4
21 changed files with 171 additions and 59 deletions

View File

@@ -57,6 +57,8 @@ export let ae_app_local_data_struct: key_val = {
ver_idb: '2024-10-16_1540', // Clear if date IndexedDB version
name: 'Aether - App Hub (SvelteKit 2.x Svelte 4.x)',
theme: 'light',
theme_mode: 'light',
theme_name: 'wintry', // wintry
iframe: false,
title: `OSIT's Æ`, // - Dev SvelteKit`, // Æ
@@ -112,6 +114,18 @@ export let ae_app_local_data_struct: key_val = {
show_element__sql_qry_results: false,
},
app_cfg: {
show_element__access_type: true,
show_element__cfg: true,
show_element__cfg_detail: false,
show_opt__debug: true,
show_opt__permissions: true,
show_opt__reset: true,
show_opt__sync: true,
show_opt__theme: true,
show_opt__utilities: true,
},
files: {
processed_file_kv: {},
uploaded_file_kv: {},
@@ -233,6 +247,14 @@ export let ae_app_session_data_struct: key_val = {
'hub': {
'show_xyz': null,
'account_id_qry_status': null,
'event_badge_id_status_qry__search': null,
'event_presenter_id_qry_status': null,
'site_domain_id_qry_status': null,
'sponsorship_id_qry_status': null,
'sponsorship_cfg_id_qry_status': null,
'qr': {},
},
'mod': {
'archives': {},