Work on the new Journals module. Journal entries are now partially viewable.

This commit is contained in:
Scott Idem
2025-03-20 11:59:48 -04:00
parent 7fde0abb16
commit 596986afb7
8 changed files with 454 additions and 9 deletions

View File

@@ -54,6 +54,7 @@ let lq__journal_obj = $derived(liveQuery(async () => {
}
let results = await db_journals.journal
.get($journals_slct?.journal_id ?? ''); // null or undefined does not reset things like '' does
console.log(`lq__journal_obj: results = `, results);
return results;
}));
@@ -170,7 +171,7 @@ if (browser) {
<section
class="
ae_journals__bb
ae_journals__journal
container h-full mx-auto
flex flex-col gap-1
py-1 px-2 pb-16
@@ -188,7 +189,8 @@ if (browser) {
transition
">
<!-- <span class="fas fa-arrow-left m-1"></span> Back to Journals -->
<span class="fas fa-times m-1"></span> View Other Journals
<span class="fas fa-arrow-left m-1"></span>
View Other Journals
</a>