Skip to content

Commit d6691ff

Browse files
committed
Merge branch 'main' of github.com:Shishir435/ollama-client
2 parents df837ec + 6d5bc15 commit d6691ff

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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

docs/assets/site.webmanifest

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@
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
}

0 commit comments

Comments
 (0)