add zustand stores for ephemeral ui state (search queries survive tab switches)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 14:13:52 +01:00
parent c96c24a250
commit 765543920c
6 changed files with 30 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
"react-dom": "^19.1.0",
"tailwind-merge": "^3.5.0",
"zod": "^3.24.3",
"zustand": "^5.0.5",
"zustand": "^5.0.11",
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",