Lots of work on getting the Launcher actually working well.

This commit is contained in:
Scott Idem
2025-09-24 16:56:32 -04:00
parent 4220a354be
commit 1ba9cd1c03
17 changed files with 453 additions and 344 deletions

View File

@@ -372,6 +372,11 @@ let events_session_data_struct: key_val = {
loading__session_li_status: null,
loading__session_id_status: null,
trigger_reload__event_session_obj_id: null,
trigger_reload__event_session_obj_li: null,
trigger_reload__event_location_obj_id: null,
trigger_reload__event_location_obj_li: null,
},
// Lead Retrievals (Exhibit)

View File

@@ -10,7 +10,7 @@ import { ae_util } from '$lib/ae_utils/ae_utils';
import type { key_val } from '$lib/ae_stores';
export let log_lvl: number = 0;
export let expire_minutes: number = 10;
export let expire_minutes: number = 15;
export let mount_reload_sec: number = 0;
export let ds_code: string;