Work on the new Journals module. Journal entries are now partially viewable.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user