Minor changes
This commit is contained in:
@@ -324,7 +324,8 @@ async function handle_search__event_session(
|
|||||||
|
|
||||||
$events_trigger = 'loading_search_results';
|
$events_trigger = 'loading_search_results';
|
||||||
$events_sess.pres_mgmt.status_qry__search = 'loading';
|
$events_sess.pres_mgmt.status_qry__search = 'loading';
|
||||||
event_session_id_random_li = [];
|
|
||||||
|
event_session_id_random_li = []; // Resetting this seems to help trigger the new results to show correctly???
|
||||||
|
|
||||||
search_submit_results = events_func.search__event_session({
|
search_submit_results = events_func.search__event_session({
|
||||||
api_cfg: $ae_api,
|
api_cfg: $ae_api,
|
||||||
|
|||||||
@@ -188,7 +188,9 @@ $effect(() => {
|
|||||||
let random_delay = Math.floor(Math.random() * 50);
|
let random_delay = Math.floor(Math.random() * 50);
|
||||||
search_delay += 50+random_delay;
|
search_delay += 50+random_delay;
|
||||||
}
|
}
|
||||||
event_id_random_li = [];
|
|
||||||
|
event_id_random_li = []; // Resetting this seems to help trigger the new results to show correctly??? 2025-07-10
|
||||||
|
|
||||||
let count = 0;
|
let count = 0;
|
||||||
let request_loop = setInterval(() => {
|
let request_loop = setInterval(() => {
|
||||||
count++;
|
count++;
|
||||||
@@ -441,20 +443,7 @@ function add_activity_log(
|
|||||||
</title>
|
</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<!-- <div
|
|
||||||
class="
|
|
||||||
ae_idaa__recovery_meetings
|
|
||||||
container h-full mx-auto
|
|
||||||
flex flex-col flex-wrap gap-1
|
|
||||||
py-1 px-2 pb-16
|
|
||||||
items-center
|
|
||||||
justify-center
|
|
||||||
min-w-full
|
|
||||||
max-w-max
|
|
||||||
"
|
|
||||||
> -->
|
|
||||||
|
|
||||||
<!-- bind:event_id_random_li={event_id_random_li} -->
|
|
||||||
<Comp__event_obj_qry
|
<Comp__event_obj_qry
|
||||||
|
|
||||||
/>
|
/>
|
||||||
@@ -495,8 +484,3 @@ function add_activity_log(
|
|||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
||||||
<!-- </div> -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user