Minor bug fix and clean up

This commit is contained in:
Scott Idem
2024-08-13 16:48:35 -04:00
parent 00fcd8e747
commit 3639342356

View File

@@ -146,7 +146,7 @@ let lq_kv__event_session_obj_li = liveQuery(
<strong>{session_obj?.name}</strong>
</span>
{#if session_obj?.file_count_all}
<span class="badge variant-glass-success hover:variant-filled-success" title="{session_obj?.file_count}x files under session">
<span class="badge variant-glass-success hover:variant-filled-success" title="{session_obj?.file_count_all}x files under session">
<span class="fas fa-file-alt mx-1"></span>
{session_obj?.file_count_all}x
</span>
@@ -363,6 +363,7 @@ let lq_kv__event_session_obj_li = liveQuery(
// ae_tmp[$events_slct.event_session_id].show__edit_poc_person = true;
}}
class="btn btn-sm variant-soft-warning hover:variant-ghost-warning"
class:hidden={!$ae_loc.edit_mode}
>
<span class="fas fa-edit mx-1"></span>
Edit