diff --git a/src/lib/e_app_sys_menu.svelte b/src/lib/e_app_sys_menu.svelte index 0c9b8163..e510fc29 100644 --- a/src/lib/e_app_sys_menu.svelte +++ b/src/lib/e_app_sys_menu.svelte @@ -149,46 +149,47 @@ max-w-max --> duration-200 hover:duration-200 ease-in-out " - > - - {#if $ae_loc?.person_id || $ae_loc?.user_id} - -
+ + {#if $ae_loc?.person_id} +
- - + - {$ae_loc?.person?.full_name_override ?? $ae_loc?.person?.full_name} + {$ae_loc?.person?.informal_name ?? $ae_loc?.person?.given_name} - +
+ {/if} - - - - - {$ae_loc?.user?.username ?? '-- not set --'} - + {#if $ae_loc?.user_id} +
+ + + {$ae_loc?.user?.username ?? '-- not set --'}
{/if} - -
+
{#if $ae_loc.access_type && $ae_loc.access_type != 'anonymous'} @@ -268,7 +269,7 @@ max-w-max --> > - + @@ -366,14 +367,15 @@ max-w-max --> preset-outlined-warning-800-200 hover:preset-tonal-success transition-all group + min-w-22 md:min-w-30 w-full max-w-fit gap-1 " - title="Edit mode is currently enabled. Click to disable." + title="Click to turn off edit mode. Edit mode is currently on." > - Edit -