File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
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
Original file line number Diff line number Diff line change 1010 "theme_color" : " #ffffff" ,
1111 "icons" : [
1212 {
13- "src" : " /assest /android-chrome-192x192.png" ,
13+ "src" : " /assets /android-chrome-192x192.png" ,
1414 "sizes" : " 192x192" ,
1515 "type" : " image/png" ,
1616 "purpose" : " any maskable"
1717 },
1818 {
19- "src" : " /assest /android-chrome-512x512.png" ,
19+ "src" : " /assets /android-chrome-512x512.png" ,
2020 "sizes" : " 512x512" ,
2121 "type" : " image/png" ,
2222 "purpose" : " any maskable"
2323 },
2424 {
25- "src" : " /assest /apple-touch-icon.png" ,
25+ "src" : " /assets /apple-touch-icon.png" ,
2626 "sizes" : " 180x180" ,
2727 "type" : " image/png"
2828 },
2929 {
30- "src" : " /assest /favicon-32x32.png" ,
30+ "src" : " /assets /favicon-32x32.png" ,
3131 "sizes" : " 32x32" ,
3232 "type" : " image/png"
3333 },
3434 {
35- "src" : " /assest /favicon-16x16.png" ,
35+ "src" : " /assets /favicon-16x16.png" ,
3636 "sizes" : " 16x16" ,
3737 "type" : " image/png"
3838 }
You can’t perform that action at this time.
0 commit comments