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:
@@ -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: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user