amay0048 gives Tabular Reviews room to grow
The fork moves search and sorting closer to the data, so large review lists no longer need to arrive all at once.
For teams working through substantial review queues, the practical change is speed and control. Tabular Reviews now fetches records a page at a time, while keeping the search and ordering decisions in the database rather than in the browser.
- Keyword search works across the paged results.
- Sorting stays consistent as reviewers move between pages.
- Filtered results handle first and last pages cleanly.
- Selecting and deleting records continues to work across paginated lists.
amay0048 has deliberately confined the approach to one view first, creating a test case before it is extended elsewhere.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?