aboutsummaryrefslogtreecommitdiffhomepage
path: root/pnpm-lock.yaml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-01-31 10:49:39 +0900
committernsfisis <nsfisis@gmail.com>2026-01-31 10:49:39 +0900
commit081498168fe25b377f4675637c57a08e4e399f95 (patch)
treede0763f1d986b66ac11367fa8553dd178adf933e /pnpm-lock.yaml
parente413768cc08714c76b1546fb089384d6366b95dd (diff)
downloadkioku-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 'pnpm-lock.yaml')
-rw-r--r--pnpm-lock.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 33674b7..8b39ab9 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -65,6 +65,9 @@ importers:
ts-fsrs:
specifier: ^5.2.3
version: 5.2.3
+ use-debounce:
+ specifier: ^10.1.0
+ version: 10.1.0(react@19.2.3)
uuid:
specifier: ^13.0.0
version: 13.0.0
@@ -3171,6 +3174,12 @@ packages:
peerDependencies:
browserslist: '>= 4.21.0'
+ use-debounce@10.1.0:
+ resolution: {integrity: sha512-lu87Za35V3n/MyMoEpD5zJv0k7hCn0p+V/fK2kWD+3k2u3kOCwO593UArbczg1fhfs2rqPEnHpULJ3KmGdDzvg==}
+ engines: {node: '>= 16.0.0'}
+ peerDependencies:
+ react: '*'
+
use-sync-external-store@1.6.0:
resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==}
peerDependencies:
@@ -6352,6 +6361,10 @@ snapshots:
escalade: 3.2.0
picocolors: 1.1.1
+ use-debounce@10.1.0(react@19.2.3):
+ dependencies:
+ react: 19.2.3
+
use-sync-external-store@1.6.0(react@19.2.3):
dependencies:
react: 19.2.3