Lots of work on the Launcher. Still mostly just cleaning things up.
This commit is contained in:
@@ -12,9 +12,12 @@ interface Props {
|
||||
lq__event_location_obj?: any;
|
||||
slct__event_location_id?: string|null;
|
||||
|
||||
loading__session_li_status?: null|boolean|string;
|
||||
lq__event_session_obj_li: any;
|
||||
loading__session_id_status?: null|boolean|string;
|
||||
lq__event_session_obj?: any;
|
||||
slct__event_session_id?: string|null;
|
||||
|
||||
log_lvl?: number;
|
||||
}
|
||||
|
||||
@@ -31,9 +34,12 @@ let {
|
||||
lq__event_location_obj,
|
||||
slct__event_location_id = $bindable(null),
|
||||
|
||||
loading__session_li_status = $bindable(null),
|
||||
lq__event_session_obj_li,
|
||||
loading__session_id_status = $bindable(null),
|
||||
lq__event_session_obj,
|
||||
slct__event_session_id = $bindable(null),
|
||||
|
||||
log_lvl = $bindable(0),
|
||||
}: Props = $props();
|
||||
|
||||
@@ -146,6 +152,7 @@ let ae_promises: key_val = $state({
|
||||
data_url={data_url}
|
||||
lq__event_location_obj_li={lq__event_location_obj_li}
|
||||
slct_event_location_id={$events_slct.event_location_id}
|
||||
bind:loading__session_li_status={loading__session_li_status}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user