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:
@@ -151,7 +151,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#each visible_journal_entry_obj_li as journals_journal_entry_obj, index}
|
||||
{#each visible_journal_entry_obj_li as journals_journal_entry_obj, index (journals_journal_entry_obj.journal_entry_id)}
|
||||
<div
|
||||
class="
|
||||
container journal journal_entry_obj
|
||||
@@ -499,7 +499,7 @@
|
||||
>Tags:</span
|
||||
>
|
||||
|
||||
{#each journals_journal_entry_obj.tags.split(',') as tag}
|
||||
{#each journals_journal_entry_obj.tags.split(',') as tag (tag)}
|
||||
<span
|
||||
class="btn btn-sm preset-tonal-tertiary hover:preset-tonal-tertiary border border-tertiary-500 transition py-1 px-2"
|
||||
title={`Tag: ${tag.trim()}`}
|
||||
|
||||
Reference in New Issue
Block a user