aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/admin/BookmarkDebugger.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove unused trpc files from web and mobileMohamed Bassem10 days1-1/+1
|
* refactor: migrate trpc to the new react query integration mode (#2438)Mohamed Bassem10 days1-52/+64
| | | | | | | | | * refactor: migrate trpc to the new react query integration mode * more fixes * more migrations * upgrade trpc client
* feat: privacy-respecting bookmark debugger admin tool (#2373)Mohamed Bassem2026-01-111-0/+649
* fix: parallelize queue enqueues in bookmark routes * fix: guard meilisearch client init with mutex * feat: add bookmark debugging admin tool * more fixes * more fixes * more fixes