-
Notifications
You must be signed in to change notification settings - Fork 27
Feature: to add pagination #35
Copy link
Copy link
Open
Labels
FrontendTask mainly involving frontendTask mainly involving frontendlevel:intermediateIndicates the difficultyIndicates the difficultytype:featureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
FrontendTask mainly involving frontendTask mainly involving frontendlevel:intermediateIndicates the difficultyIndicates the difficultytype:featureNew feature or requestNew feature or request
Hi,
Add Pagination to Ranking System
The current ranking system displays all ranked entries on a single page, which can become cluttered and difficult to navigate when the number of users/items increases. Adding pagination will improve readability, organization, and overall user experience.
Implement pagination in the ranking/leaderboard section with:
Previous and Next navigation buttons
Numbered page controls
Configurable number of rankings displayed per page
Active page highlighting
Responsive design for mobile and desktop screens
Makes large ranking lists easier to browse
Improves page performance by reducing DOM load
Enhances UI clarity and user navigation
Provides better scalability for future growth