Lots of updates....
This commit is contained in:
@@ -44,6 +44,8 @@ let events_local_data_struct: key_val = {
|
||||
|
||||
// Lead Retrievals (Exhibit)
|
||||
'leads': {
|
||||
show_content__scan_requirements: true,
|
||||
|
||||
auto_view: true,
|
||||
|
||||
// The entered_passcode is the exhibit booths shared passcode for staff. This is used to initially access the lead retrieval service.
|
||||
|
||||
@@ -68,6 +68,8 @@ export let ae_app_local_data_struct: key_val = {
|
||||
'theme_name': 'wintry',
|
||||
|
||||
'classes__form': 'border border-surface-200 p-4 space-y-4 rounded-container-token',
|
||||
|
||||
'qr': {},
|
||||
},
|
||||
'mod': {
|
||||
'archives': {},
|
||||
|
||||
@@ -61,7 +61,7 @@ let ds_code_obj =
|
||||
};
|
||||
|
||||
let ae_ds_loc: Writable<key_val> = localStorageStore(`ae_ds__${ds_code}`, ds_code_obj);
|
||||
console.log(`ae_ Data Store ${ds_code} = `, $ae_ds_loc);
|
||||
// console.log(`ae_ Data Store ${ds_code} = `, $ae_ds_loc);
|
||||
|
||||
if (!$ae_ds_loc.id) {
|
||||
ds_loading_status = '-- loading --';
|
||||
@@ -115,7 +115,7 @@ async function load_data_store({
|
||||
log_lvl: 1
|
||||
})
|
||||
.then( function (ds_results) {
|
||||
console.log(`ae_ Data Store ${code} = `, ds_results);
|
||||
// console.log(`ae_ Data Store ${code} = `, ds_results);
|
||||
if (ds_results) {
|
||||
console.log(`Got a result for code ${code}`);
|
||||
if (!ds_results.data_store_id_random) {
|
||||
|
||||
Reference in New Issue
Block a user