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

@@ -238,7 +238,7 @@
</tr>
</thead>
<tbody>
{#each parsed_entries as entry}
{#each parsed_entries as entry, i (i)}
<tr>
<td
class="truncate max-w-[200px]"
@@ -266,7 +266,7 @@
<div
class="bg-black text-green-400 p-2 rounded text-xs font-mono max-h-32 overflow-y-auto"
>
{#each import_log as log}
{#each import_log as log, i (i)}
<div>{log}</div>
{/each}
</div>