feat(journals): implement auto-save toggle and visual status

- Added 'auto_save' preference to journals store
- Added toggle and status indicators (Check/X/Loader) to JournalEntry_Header
- Implemented auto-save logic with debounce in Journal Entry view
This commit is contained in:
Scott Idem
2026-01-13 23:52:42 -05:00
parent b1e9902285
commit 0143f18ebb
3 changed files with 62 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ const journals_local_data_struct: key_val = {
llm__frequency_penalty: 0.0,
llm__presence_penalty: 0.0,
auto_save: false,
edit: false,
edit_kv: {}
}