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

@@ -53,12 +53,10 @@ type key_val = {
import { api } from '$lib/api';
import { ae_loc, ae_sess, ae_api, slct, slct_trigger } from '$lib/ae_stores';
console.log(api);
// console.log(api);
console.log($ae_loc, $ae_sess, $ae_api);
import Edit_sponsorship_obj from './sponsorships/10_edit__sponsorship_obj.svelte';
// const ae_loc_test_store: Writable<string> = localStorageStore('ae_loc_test', {'test': 'This is a test'});
// // Subscribe to the store
// ae_loc_test_store.subscribe(() => {});
@@ -81,7 +79,7 @@ let get_ds_hub_site_footer_promise = handle_get_data_store_obj_w_code({code: 'hu
async function handle_get_data_store_obj_w_code({code, data_type='text'}) {
console.log('*** handle_get_data_store_obj_w_code() ***');
console.log(`*** handle_get_data_store_obj_w_code() *** code=${code}`);
// let get_item_result = window.localStorage.getItem(code);
// localStorage.getItem(code);