chore: minor updates across events, journals, elements, and shared components

Miscellaneous small changes to events (badges, launcher, leads, pres_mgmt,
settings), journals, reusable elements (crud, field editor), app components,
core components, and test README. Mostly 1-2 line changes per file.
This commit is contained in:
Scott Idem
2026-03-06 17:32:53 -05:00
parent 0c9b6a9f5b
commit dd5cf9b63b
51 changed files with 70 additions and 62 deletions

View File

@@ -127,7 +127,7 @@
{/if}
</strong>
</div> -->
{#each $lq__event_event_file_obj_li as event_file_obj, index}
{#each $lq__event_event_file_obj_li as event_file_obj, index (event_file_obj.event_file_id)}
<Event_launcher_file_cont
event_file_id={event_file_obj.event_file_id}
{event_file_obj}
@@ -171,7 +171,7 @@
{#if $lq__location_event_file_obj_li}
<div class="w-full flex flex-col gap-0.5">
{#each $lq__location_event_file_obj_li as event_file_obj, index}
{#each $lq__location_event_file_obj_li as event_file_obj, index (event_file_obj.event_file_id)}
<Event_launcher_file_cont
event_file_id={event_file_obj.event_file_id}
{event_file_obj}

View File

@@ -58,7 +58,7 @@
Presentation Files:
</div>
<ul class="space-y-1">
{#each $lq__event_file_obj_li as event_file_obj}
{#each $lq__event_file_obj_li as event_file_obj (event_file_obj.event_file_id)}
<li
class="flex flex-col md:flex-row flex-wrap gap-1 items-center justify-start"
class:hidden={!$events_loc.launcher

View File

@@ -86,7 +86,7 @@
</div>
</div>
<ul class="space-y-1">
{#each $lq__event_file_obj_li as event_file_obj, index}
{#each $lq__event_file_obj_li as event_file_obj, index (event_file_obj.event_file_id)}
<li
class="flex flex-col md:flex-row flex-wrap gap-1 items-center justify-start"
class:hidden={!$events_loc.launcher

View File

@@ -81,7 +81,7 @@
</strong></div>
</div> -->
<ul class="space-y-1">
{#each $lq__event_file_obj_li as event_file_obj, index}
{#each $lq__event_file_obj_li as event_file_obj, index (event_file_obj.event_file_id)}
<li
class="flex flex-col md:flex-row wrap gap items-center justify-center"
class:hidden={!$events_loc.launcher

View File

@@ -202,7 +202,7 @@
<option value="" class="italic text-surface-800-200">
-- select --
</option>
{#each $lq__event_location_obj_li as event_location_obj}
{#each $lq__event_location_obj_li as event_location_obj (event_location_obj.event_location_id)}
<option value={event_location_obj?.id}>
{event_location_obj?.name}
</option>

View File

@@ -186,7 +186,7 @@
transition-all
"
>
{#each $lq__event_session_obj_li as event_session_obj}
{#each $lq__event_session_obj_li as event_session_obj (event_session_obj.event_session_id)}
<li
class="
p-0 m-0