-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
HardAdvanced level taskAdvanced level taskSWOCPart of Social Winter of CodePart of Social Winter of CodeSWoC26Social Winter of Code 2026Social Winter of Code 2026enhancementNew feature or requestNew feature or request
Description
Feature Description
Description
Currently, the search results page loads all matching GitHub issues at once.
This leads to:
Long loading times
High number of API requests
Performance issues for large result sets
I would like to work on this issue as a part of SwoC'26 , pls assign it to me.
Looking forward to your response..
Problem Statement
Problem
Currently, the search results load all matching GitHub issues at once.
When a user retrieves many issues, this causes:
Long scroll lists
Slower rendering
Higher memory usage
Proposed Solution
Add pagination to limit number of items fetched and displayed at a time.
Suggested options:
Page numbers (Prev / Next)
Load More button
Infinite Scroll (load next batch automatically.
Component
Backend
Alternative Solutions
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
HardAdvanced level taskAdvanced level taskSWOCPart of Social Winter of CodePart of Social Winter of CodeSWoC26Social Winter of Code 2026Social Winter of Code 2026enhancementNew feature or requestNew feature or request