Trying to improve the sign in and passcode logic. Also related bug fixes with focus. Made Journal Entries marked as public visible to others.

This commit is contained in:
Scott Idem
2025-08-21 13:55:23 -04:00
parent edfe9dee7a
commit 33c6cb862e
7 changed files with 48 additions and 27 deletions

View File

@@ -114,7 +114,7 @@ let flag_denied: boolean = $state(false); // Access Denied
if (!$ae_loc?.sys_menu) {
$ae_loc.sys_menu = {
hide: false,
expand: false,
// expand: false,
hide_access_type: false,
expand_access_type: false,
hide_edit_mode: false,
@@ -1136,7 +1136,7 @@ email = ${$ae_loc?.email}
<E_app_sys_menu
data={data}
bind:hide={$ae_loc.sys_menu.hide}
bind:expand={$ae_loc.sys_menu.expand}
bind:expand={$ae_sess.sys_menu.expand}
/>
<!-- The app debug menu -->