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

@@ -37,15 +37,12 @@ let { data }: Props = $props();
// let ae_tmp: key_val = {};
// let ae_triggers: key_val = {};
// Variables
// 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);
}
// For some reason data.params.archive_id (or whatever param) is not being passed to this page when loaded by a link from another page. This seems to be a bug with Svelte or SvelteKit. Hopefully fixed in a future version 5? 2024-11-06
$idaa_slct.archive_id = ae_acct.slct.archive_id;