Work on passcodes and encryption

This commit is contained in:
Scott Idem
2025-05-15 13:03:43 -04:00
parent dae482906d
commit 72fb34e3f1
7 changed files with 273 additions and 50 deletions

View File

@@ -195,7 +195,7 @@ async function handle_update_journal() {
</a>
{:else}
<!-- Edit Journal button. Creates a modal to edit the journal. -->
<button
<!-- <button
type="button"
onclick={() => {
$journals_slct.tmp_journal_obj = {
@@ -222,7 +222,7 @@ async function handle_update_journal() {
<span class="hidden md:inline">
Edit Journal
</span>
</button>
</button> -->
{/if}
<!-- Add default journal entry -->