Work on making the Journal Entry saving better.

This commit is contained in:
Scott Idem
2025-05-08 19:37:15 -04:00
parent 0e249b2e6d
commit 8c81f6f65e
5 changed files with 437 additions and 133 deletions

View File

@@ -88,6 +88,7 @@ let journals_session_data_struct: key_val = {
tmp_obj: {},
},
entry: {
decrypt_kv: {}, // Essentially flag that the entry (content and history) can be decrypted.
edit: false,
edit_kv: {},