Is your feature request related to a problem?
In the Dev Dashboard, the plugin list currently loads all repos across all GitHub orgs the user belongs to. For users in many orgs, this consumes excessive resources (API calls, memory, load time).
Describe the solution you'd like
Add an org selector/filter to the Dev Dashboard so users can choose which GitHub org to load plugins from, instead of loading everything at once.
Describe alternatives you've considered
- Paginate the full repo list (still loads all orgs)
- Lazy-load repos per org on scroll (complex UX)
Additional context
This affects users who belong to multiple GitHub organizations with many repositories. Loading all at once is slow and wastes bandwidth/API quota.
Is your feature request related to a problem?
In the Dev Dashboard, the plugin list currently loads all repos across all GitHub orgs the user belongs to. For users in many orgs, this consumes excessive resources (API calls, memory, load time).
Describe the solution you'd like
Add an org selector/filter to the Dev Dashboard so users can choose which GitHub org to load plugins from, instead of loading everything at once.
Describe alternatives you've considered
Additional context
This affects users who belong to multiple GitHub organizations with many repositories. Loading all at once is slow and wastes bandwidth/API quota.