More pages updated to Runes mode

This commit is contained in:
Scott Idem
2024-12-03 17:45:31 -05:00
parent aaa6eaa433
commit 90c5b9414f
11 changed files with 81 additions and 97 deletions

View File

@@ -17,14 +17,14 @@ interface Props {
let { data, children }: Props = $props();
// Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other.
$slct.account_id = data.account_id;
// console.log(`$slct.account_id = `, $slct.account_id);
// *** Quickly pull out data from parent(s)
let ae_acct = data[$slct.account_id];
console.log(`ae_acct = `, ae_acct);
if (log_lvl) {
console.log(`ae_acct = `, ae_acct);
}
$idaa_slct.archive_obj_li = ae_acct.slct.archive_obj_li;
// $idaa_slct.archive_id = ae_acct.slct.archive_id; // Not set here yet.
// *** Set initial variables
// if (browser) {