More work on the Launcher and related
This commit is contained in:
@@ -62,11 +62,11 @@ let lq__event_file_obj_li = $derived(liveQuery(async () => {
|
||||
{#if $lq__event_file_obj_li && $lq__event_file_obj_li.length}
|
||||
<section class="event_session_file_list">
|
||||
<div>
|
||||
<div class="text-xs"><strong>
|
||||
<div class="text-xs text-surface-600-400"><strong>
|
||||
<span class="fas fa-file-archive"></span>
|
||||
Presenter Files:
|
||||
{#if $ae_loc.administrator_access}
|
||||
({$lq__event_file_obj_li?.length})
|
||||
{#if $ae_loc.administrator_access && $ae_loc.edit_mode}
|
||||
({$lq__event_file_obj_li?.length}×)
|
||||
{/if}
|
||||
</strong></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user