Skip to content

Commit 7d9b24e

Browse files
committed
feat: update roadmap with completed tasks for state management, chat history export/import, and reset app data
1 parent 0aa0292 commit 7d9b24e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)