Bug fixes and clean up for the recent history of Journal Entries.
This commit is contained in:
@@ -29,7 +29,9 @@ let journals_local_data_struct: key_val = {
|
||||
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.
|
||||
entry_view_history_li: [], // NO LONGER USED: Appended each time the entry is loaded.
|
||||
entry_view_history_kv: {}, // Keyed by journal_entry_id for quick lookup.
|
||||
entry_view_history_max: 15, // Maximum number of journal entries to keep in history.
|
||||
|
||||
journal: {
|
||||
edit: false,
|
||||
|
||||
Reference in New Issue
Block a user