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:
@@ -307,7 +307,7 @@
|
||||
bind:value={tmp__journal_obj.type_code}
|
||||
class="select variant-form-material"
|
||||
>
|
||||
{#each $journals_loc.journal.type_code_li as type}
|
||||
{#each $journals_loc.journal.type_code_li as type (type.code)}
|
||||
<option value={type.code}
|
||||
>{type.name}</option
|
||||
>
|
||||
@@ -339,7 +339,7 @@
|
||||
<div
|
||||
class="space-y-2 bg-surface-500/5 p-4 rounded-lg border border-surface-500/10"
|
||||
>
|
||||
{#each tmp__journal_obj?.cfg_json?.category_li ?? [] as category, i}
|
||||
{#each tmp__journal_obj?.cfg_json?.category_li ?? [] as category, i (category.code ?? i)}
|
||||
<div class="flex gap-2 items-center">
|
||||
<input
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user