This is the first commit of the day. It is probably the last. Lots of general prep for a demo.

This commit is contained in:
Scott Idem
2024-02-19 18:28:55 -05:00
parent 6f0680f282
commit 3403210efd
10 changed files with 851 additions and 100 deletions

View File

@@ -26,12 +26,12 @@ onMount(() => {
if ($ae_loc.account_id) {
$slct.account_id = $ae_loc.account_id;
// handle_load_ae_account_id_obj({account_id: $slct.account_id, try_cache: false});
// handle_load_ae_account_obj_id({account_id: $slct.account_id, try_cache: false});
handle_load_ae_sponsorship_obj_li({account_id: $slct.account_id, try_cache: false});
}
async function handle_load_ae_account_id_obj({account_id, try_cache=false}) {
console.log('*** handle_load_account_id_obj() ***');
async function handle_load_ae_account_obj_id({account_id, try_cache=false}) {
console.log('*** handle_load_account_obj_id() ***');
let params = {};