Problem
Admin requests and reviews render as simple lists. As data grows, pages can become slow and hard to scan.
Suggested fix
Add pagination or cursor-based loading to admin queues and review lists.
Acceptance criteria
- Lists load in bounded pages.
- Users can move through pages or load more.
- Empty, loading, and error states are handled per page.
Problem
Admin requests and reviews render as simple lists. As data grows, pages can become slow and hard to scan.
Suggested fix
Add pagination or cursor-based loading to admin queues and review lists.
Acceptance criteria