diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-01-31 10:49:39 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-01-31 10:49:39 +0900 |
| commit | 081498168fe25b377f4675637c57a08e4e399f95 (patch) | |
| tree | de0763f1d986b66ac11367fa8553dd178adf933e /package.json | |
| parent | e413768cc08714c76b1546fb089384d6366b95dd (diff) | |
| download | kioku-081498168fe25b377f4675637c57a08e4e399f95.tar.gz kioku-081498168fe25b377f4675637c57a08e4e399f95.tar.zst kioku-081498168fe25b377f4675637c57a08e4e399f95.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
