Work on new core person list, view, and edit

This commit is contained in:
Scott Idem
2024-07-17 14:59:15 -04:00
parent ad1e42010a
commit 625169a321
14 changed files with 1360 additions and 89 deletions

View File

@@ -161,6 +161,10 @@ export let ae_app_local_data_struct: key_val = {
'testing': {},
},
'person': {
show_content__person_page_help: false,
},
}
// console.log(`AE Stores - App Local Storage Data:`, ae_app_local_data_struct);
@@ -211,6 +215,11 @@ export let ae_app_session_data_struct: key_val = {
'testing': {},
},
'person': {
show_report__person_li: false,
},
'download': {},
// For API download and upload progress status per file.
'api_download_kv': {},