From 081498168fe25b377f4675637c57a08e4e399f95 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 31 Jan 2026 10:49:39 +0900 Subject: feat(cards): add search filtering to deck cards page Add a debounced (500ms) search input using use-debounce that filters note groups by matching card front/back content (case-insensitive). Pagination resets to page 1 when the search query changes. Co-Authored-By: Claude Opus 4.5 --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 135c898..b8a8f56 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "react": "^19.2.3", "react-dom": "^19.2.3", "ts-fsrs": "^5.2.3", + "use-debounce": "^10.1.0", "uuid": "^13.0.0", "wouter": "^3.9.0", "zod": "^4.3.2" -- cgit v1.3-1-g0d28