Wrapping up for the night. Lots of work on encryption related.

This commit is contained in:
Scott Idem
2025-09-10 20:58:10 -04:00
parent cc6186467a
commit 084e52be15
3 changed files with 171 additions and 184 deletions

View File

@@ -187,7 +187,7 @@ let lq__journal_entry_obj = $derived(liveQuery(async () => {
$effect(() => {
if (browser && $lq__journal_entry_obj?.journal_entry_id) {
log_lvl = 2;
// log_lvl = 2;
// Start with the current KV or convert the LI to a KV if needed
let history_kv = { ...( $journals_loc?.entry_view_history_kv ?? {} ) };