Lots of work on the Launcher and configuration. Looks pretty good and useful.

This commit is contained in:
Scott Idem
2025-10-15 19:01:30 -04:00
parent a6058efaf0
commit 9678c5620d
16 changed files with 446 additions and 155 deletions

View File

@@ -503,9 +503,10 @@ max-w-max -->
onchange={() => {
$events_trigger = 'load__event_session_obj_li';
}}
title="Select to filter based on the location/room name"
>
{#if $lq__event_location_obj_li}
<option value="">Location?</option>
<option value="">Location / Room</option>
{#each $lq__event_location_obj_li as event_location_obj}
<option value={event_location_obj?.name}>{event_location_obj.name}</option>
{/each}