The Launcher works pretty well. Except for the native app...

This commit is contained in:
Scott Idem
2025-10-16 16:07:37 -04:00
parent 8d15a5ba0b
commit 8b22c0fc34
7 changed files with 97 additions and 65 deletions

View File

@@ -81,6 +81,7 @@ let lq__event_file_obj_li = $derived(liveQuery(async () => {
event_file_id={event_file_obj.event_file_id_random}
event_file_obj={event_file_obj}
hide_created_on={false}
bind:hide_draft={$events_loc.launcher.hide_content__draft_files}
show_bak_download={$ae_loc.trusted_access}
session_type={event_file_obj?.event_session_type_code ?? 'oral'}
open_method={event_file_obj?.event_session_type_code == 'poster' ? 'modal' : null}