The new new new version of the system menu seems to be working pretty well. Wrapping up for the day.

This commit is contained in:
Scott Idem
2025-07-15 20:36:13 -04:00
parent 7b853ede8c
commit a52cc3808b
6 changed files with 404 additions and 271 deletions

View File

@@ -947,8 +947,8 @@ $effect(() => {
{#if !$ae_loc?.iframe || $ae_loc?.trusted_access}
<E_app_sys_menu
data={data}
hide={$ae_loc.sys_menu.hide}
expand={$ae_loc.sys_menu.expand}
bind:hide={$ae_loc.sys_menu.hide}
bind:expand={$ae_loc.sys_menu.expand}
/>
<!-- The app debug menu -->