More work on the system and debug menus and related info.

This commit is contained in:
Scott Idem
2025-07-16 13:57:12 -04:00
parent 32c3be9983
commit eaffc44772
6 changed files with 320 additions and 72 deletions

View File

@@ -181,6 +181,7 @@ const ae_app_local_data_defaults: key_val = {
debug_menu: {
hide: false,
expand: false,
// hide_quick_info: true
},
app_cfg: {
@@ -334,6 +335,14 @@ let ae_app_session_data_defaults: key_val = {
// 'name': 'Aether App Template',
// 'theme': 'light',
// 'account_id': ae_account_id,
sys_menu: {
},
debug_menu: {
hide_quick_info: true
},
'ds': {
'submit_status': null,
},