diff --git a/src/routes/events/[event_id]/(launcher)/launcher/+layout.svelte b/src/routes/events/[event_id]/(launcher)/launcher/+layout.svelte index 55712728..0d1f9059 100644 --- a/src/routes/events/[event_id]/(launcher)/launcher/+layout.svelte +++ b/src/routes/events/[event_id]/(launcher)/launcher/+layout.svelte @@ -590,10 +590,15 @@ $effect(() => { +
@@ -632,7 +637,7 @@ $effect(() => {
@@ -690,12 +695,16 @@ $effect(() => {
diff --git a/src/routes/events/[event_id]/(launcher)/launcher_file_cont.svelte b/src/routes/events/[event_id]/(launcher)/launcher_file_cont.svelte index e732bc0d..337b741f 100644 --- a/src/routes/events/[event_id]/(launcher)/launcher_file_cont.svelte +++ b/src/routes/events/[event_id]/(launcher)/launcher_file_cont.svelte @@ -1,10 +1,47 @@ -
@@ -88,7 +89,7 @@ let ae_promises: key_val = $state({ {#if $lq__event_event_file_obj_li} -
+
+ {#await ae_promises[slct_event_location_id]} + + {:then result} + + {/await} +
+ + {:else} +
+ No locations found. + (Event ID: {$lq__event_obj?.id}) +
{/if} - - {#await ae_promises[slct_event_location_id]} - - {:then result} - - {/await} -
- -{:else} -
- No locations found. - (Event ID: {$lq__event_obj?.id})
{/if} -{/if} {#if $lq__location_event_file_obj_li} -
-{#each $lq__location_event_file_obj_li as event_file_obj, index} - -{/each} +
+ {#each $lq__location_event_file_obj_li as event_file_obj, index} + + {/each}
{/if} -
-
+ {#if $lq__event_session_obj_li} {/if} -
+ {#if $ae_loc.edit_mode} -
+
-
-{/if} \ No newline at end of file +
+{/if} + + +
\ No newline at end of file diff --git a/src/routes/events/[event_id]/(launcher)/launcher_session_view.svelte b/src/routes/events/[event_id]/(launcher)/launcher_session_view.svelte index f2651064..e8514f2c 100644 --- a/src/routes/events/[event_id]/(launcher)/launcher_session_view.svelte +++ b/src/routes/events/[event_id]/(launcher)/launcher_session_view.svelte @@ -144,9 +144,14 @@ ae_promises[$events_slct.event_session_id] = events_func.load_ae_obj_li__event_p - -
+
{#if $lq__event_session_obj && $lq__event_session_obj.event_session_id_random} @@ -377,30 +382,8 @@ ae_promises[$events_slct.event_session_id] = events_func.load_ae_obj_li__event_p No session selected {/if} -
- - +