A lot of little changes everywhere. Sorry...

This commit is contained in:
Scott Idem
2024-03-02 20:09:25 -05:00
parent 0dbf869d5d
commit 4db9e68543
12 changed files with 434 additions and 166 deletions

View File

@@ -189,6 +189,9 @@ ae_api_data_struct['headers'] = ae_api_headers;
console.log(`AE Stores - API Data:`, ae_api_data_struct);
export let ae_api = writable(ae_api_data_struct);
// *** BEGIN *** Trigger to update the slct variables and other things.
let ae_trig_template: key_val = {};
export let ae_trig = writable(ae_trig_template);
/* *** BEGIN *** Initialize slct_trigger and slct variables. The slct variable can be stored with local storage. */
// Updated 2024-02-27