fix(repo): paginate user repositories in repo explorer#3136
fix(repo): paginate user repositories in repo explorer#3136desireddymohithreddy0925 wants to merge 12 commits into
Conversation
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
bd26066 to
ca42755
Compare
|
The repo-explorer pagination idea is in scope and welcome, but this PR is bundled with the same milestones + goal-category changes as #3135 ( |
Summary
Fixes a bug where the
repo-explorerdashboard widget only fetched the first 100 repositories.Closes #2902, Closes #2903
Type of Change
What Changed
src/app/api/metrics/repo-explorer/route.tsto utilize thefetchUserReposutility.How to Test
Expected result: The application fetches and displays the complete list of repositories accurately.
Checklist
console.log, debug code, or commented-out blocksnpm run lintpasses locallynpm run type-check)