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:
committed by
GitHub
parent
e7f17dd34f
commit
dd5219e445
@@ -18,10 +18,10 @@
|
||||
"@kit/supabase": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@makerkit/data-loader-supabase-core": "^0.0.8",
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
|
||||
"@makerkit/data-loader-supabase-core": "^0.0.10",
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
|
||||
"@supabase/supabase-js": "2.49.3",
|
||||
"@tanstack/react-query": "5.69.0",
|
||||
"@tanstack/react-query": "5.69.2",
|
||||
"@tanstack/react-table": "^8.21.2",
|
||||
"@types/react": "19.0.12",
|
||||
"lucide-react": "^0.484.0",
|
||||
|
||||
Reference in New Issue
Block a user