feat(22-01): add UIStore modal states, AddToCollectionModal, and sonner toasts

- Extend UIStore with addToCollectionModal, addToThreadModal, catalogSessionThreadId
- Create AddToCollectionModal with category dropdown, notes, purchase price
- Install sonner and add Toaster + AddToCollectionModal to root layout
- closeCatalogSearch now resets catalogSessionThreadId

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 15:55:44 +02:00
parent 576c59a460
commit f309c73304
5 changed files with 221 additions and 1 deletions

View File

@@ -51,6 +51,7 @@
"react": "^19.2.4",
"react-dom": "^19.2.4",
"recharts": "^3.8.0",
"sonner": "^2.0.7",
"tailwindcss": "^4.2.1",
"zod": "^4.3.6",
"zustand": "^5.0.11"