Trying to improve the sign in and passcode logic. Also related bug fixes with focus. Made Journal Entries marked as public visible to others.
This commit is contained in:
@@ -141,7 +141,7 @@ let lq__journal_entry_obj = $derived(liveQuery(async () => {
|
||||
</svelte:head> -->
|
||||
|
||||
|
||||
{#if $ae_loc.person_id == $lq__journal_obj?.person_id}
|
||||
{#if $ae_loc.person_id == $lq__journal_obj?.person_id || $lq__journal_entry_obj?.public}
|
||||
<section
|
||||
class="
|
||||
ae_journals__journal_entry
|
||||
|
||||
Reference in New Issue
Block a user