Done for the night
This commit is contained in:
@@ -295,7 +295,7 @@ function handle_clear_access() {
|
|||||||
|
|
||||||
<!-- class:hidden={!$ae_sess.show__sign_in_out__fields} -->
|
<!-- class:hidden={!$ae_sess.show__sign_in_out__fields} -->
|
||||||
<header
|
<header
|
||||||
class="ae_header w-64 "
|
class="ae_header w-64 hidden"
|
||||||
>
|
>
|
||||||
<h2 class="text-sm text-center font-semibold">
|
<h2 class="text-sm text-center font-semibold">
|
||||||
Passcode Sign In
|
Passcode Sign In
|
||||||
@@ -318,7 +318,7 @@ function handle_clear_access() {
|
|||||||
|
|
||||||
|
|
||||||
<div class="transition-all">
|
<div class="transition-all">
|
||||||
{#if $ae_loc.trusted_access}
|
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
|
||||||
{#if $ae_loc.manager_access}
|
{#if $ae_loc.manager_access}
|
||||||
{#if $ae_loc?.sync_local_config}
|
{#if $ae_loc?.sync_local_config}
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ max-w-max -->
|
|||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class:hidden={!expand}>
|
<span class:hidden={!expand} class="">
|
||||||
<!-- <ShieldUser /> -->
|
<!-- <ShieldUser /> -->
|
||||||
<ShieldUser class="mx-1 inline-block text-gray-500" />
|
<ShieldUser class="mx-1 inline-block text-gray-500" />
|
||||||
<span>
|
<span>
|
||||||
|
|||||||
Reference in New Issue
Block a user