Enhance: Journal config options and UI result messaging

- Added Query Limit configuration for Journals and Entries in modal settings.
- Refactored +page.svelte to delegate empty-state handling to the entry list component.
- Improved "no results" messaging in ae_comp__journal_entry_obj_li.svelte.
This commit is contained in:
Scott Idem
2026-01-23 11:26:36 -05:00
parent b026a00af5
commit 4d932fcd2c
3 changed files with 31 additions and 5 deletions

View File

@@ -557,6 +557,6 @@
/>
{/if}
{:else}
<p>No &AElig; Journal Entry available to show.</p>
<p>No &AElig; Journal Entry available to show. Please check the query filters or create a new Entry.</p>
{/if}
</section>