General clean up. Show menu instead of link to all journals list. For now it just includes the most recent Entries loaded.

This commit is contained in:
Scott Idem
2025-09-03 18:27:24 -04:00
parent 66510c8ff1
commit 9869c695f7
5 changed files with 154 additions and 13 deletions

View File

@@ -28,6 +28,9 @@ let journals_local_data_struct: key_val = {
qry__offset: 0,
qry__journal_id: null,
journal_view_history_li: [], // Appended each time the journal is loaded.
entry_view_history_li: [], // Appended each time the entry is loaded.
journal: {
edit: false,
edit_kv: {},