File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -281,9 +281,9 @@ Here’s what’s coming up next in **Ollama Client**—grouped by priority:
281281
282282### High Priority
283283
284- - [ ] Migrate state management to ** Zustand** for cleaner logic and global state control
285- - [ ] Add ** Export / Import Chat History** (JSON, txt or PDF format)
286- - [ ] Add ** Reset App Data** button (“Start Fresh ”) under ** Options → Advanced ** (clears IndexedDB + localStorage)
284+ - [x ] Migrate state management to ** Zustand** for cleaner logic and global state control
285+ - [x ] Add ** Export / Import Chat History** (JSON, txt or PDF format)
286+ - [x ] Add ** Reset App Data** button (“Reset All ”) under ** Options → Reset ** (clears IndexedDB + localStorage)
287287
288288### Embeddings & Semantic Search
289289
@@ -307,7 +307,7 @@ Here’s what’s coming up next in **Ollama Client**—grouped by priority:
307307
308308- [ ] Track ** Per-Session Token Usage** and display in chat metadata (duration, token count)
309309- [ ] Enable ** Semantic Chat Search / Filter** once embeddings are in place
310- - [ ] Add ** Export/Import UI Buttons** next to Reset App Data under advanced settings
310+ - [x ] Add ** Export/Import UI Buttons** in chat selector ui
311311
312312---
313313
You can’t perform that action at this time.
0 commit comments