New Data Loader + Improvement to accounts filtering in admin

1. Update data loaders (#223)
2. Use new data loader functionality to allow filtering by both name and email in Super Admin
3. Update test to use email filtering
This commit is contained in:
Giancarlo Buomprisco
2025-03-28 16:23:05 +07:00
committed by GitHub
parent e7f17dd34f
commit dd5219e445
13 changed files with 80 additions and 93 deletions

View File

@@ -9,7 +9,7 @@
},
"dependencies": {
"@hookform/resolvers": "^4.1.3",
"@tanstack/react-query": "5.69.0",
"@tanstack/react-query": "5.69.2",
"lucide-react": "^0.484.0",
"next": "15.2.4",
"nodemailer": "^6.10.0",