Finally getting the event session list to use the LiveQuery with a list of IDs to work correctly. Now replacing old version. Well... maybe some more testing tomorrow.

This commit is contained in:
Scott Idem
2025-05-22 18:19:20 -04:00
parent a75f40bf8d
commit 14f4adeafa
3 changed files with 37 additions and 29 deletions

View File

@@ -1,5 +1,6 @@
<script lang="ts">
// *** Import Svelte specific
import type { key_val } from '$lib/ae_stores';
import { ae_util } from '$lib/ae_utils/ae_utils';
@@ -69,7 +70,7 @@ let ae_triggers: key_val = $state({});
<section
class="
ae_comp event_session_obj_li
border border-2 border-dashed border-x-red-500 border-y-white
border-2 border-dashed border-x-red-500 border-y-white
sm:border-x-red-400 md:border-x-yellow-400 lg:border-x-gray-100
px-0.5 py-2 space-y-2
min-w-full