Wrapping up for the day. The new launcher is partially working. There is a lot of work to do.

This commit is contained in:
Scott Idem
2024-08-02 19:11:35 -04:00
parent 352639e702
commit 0d34f81fa7
16 changed files with 2118 additions and 213 deletions

View File

@@ -19,7 +19,7 @@ export let for_id: null|string = null;
console.log(`ae_e_data_store ${ds_code} for_type=${for_type} for_id=${for_id} account_id=${$ae_loc.account_id}`);
// export let store: string = 'local';
// export let display: string = 'block';
export let display: string = 'block'; // Avoid; Use class list instead
export let class_li: string = ''; // : string[] = [];
export let try_cache: boolean = true;