Finally working on the Launcher piece again. Getting it updated to match the standards for everything else.

This commit is contained in:
Scott Idem
2025-09-17 13:40:57 -04:00
parent b1aae55900
commit 186923671d
4 changed files with 212 additions and 31 deletions

View File

@@ -667,18 +667,21 @@ $effect(() => {
<!-- {#if $lq__event_obj && $lq__event_location_obj_li && $lq__event_session_obj_li && event_location_obj_li && event_location_obj_li.length > 0} -->
<!-- {#if $lq__event_obj && $lq__event_location_obj_li} -->
<Launcher_menu
bind:data_url={data.url}
data_url={data.url}
lq__event_obj={lq__event_obj}
lq__event_event_file_obj_li={lq__event_event_file_obj_li}
lq__location_event_file_obj_li={lq__location_event_file_obj_li}
slct__event_file_id={$events_slct.event_file_id}
lq__event_location_obj={lq__event_location_obj}
lq__event_location_obj_li={lq__event_location_obj_li}
lq__event_location_obj={lq__event_location_obj}
slct__event_location_id={$events_slct.event_location_id}
lq__event_session_obj={lq__event_session_obj}
lq__event_session_obj_li={lq__event_session_obj_li}
lq__event_session_obj={lq__event_session_obj}
slct__event_session_id={$events_slct.event_session_id}
>
</Launcher_menu>
<!-- {:else}