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:
@@ -127,7 +127,7 @@
|
||||
|
||||
<!-- Show presentations for this LiveQuery -->
|
||||
<ul class="space-y-4 p-4 m-2 rounded-md preset-filled-surface-400-600">
|
||||
{#each lq__event_presentation_obj_li ?? [] as event_presentation_obj}
|
||||
{#each lq__event_presentation_obj_li ?? [] as event_presentation_obj (event_presentation_obj.event_presentation_id)}
|
||||
<li class="space-y-2 border border-gray-200 p-2 rounded-md">
|
||||
<div class="float-right space-2 flex flex-row items-center">
|
||||
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
|
||||
|
||||
Reference in New Issue
Block a user