-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project List missing pagination #4918
Comments
Hi, I would like to take on this issue. Can you please assign it to me? Thank you! |
I would like to take this issue and fix it. Thank you! |
Can I be assigned this issue? |
manthanank
added a commit
to manthanank/up-for-grabs.net
that referenced
this issue
Dec 23, 2024
Related to up-for-grabs#4918 Add pagination to the project list to improve navigation and reduce scroll time. * Add pagination controls (Next, Previous) to `index.html` below the project list. * Add a container for pagination controls in `index.html`. * Add a function to handle pagination logic in `javascripts/app.js`. * Update the `renderProjects` function in `javascripts/app.js` to render the correct page of projects. * Add event listeners for pagination controls in `javascripts/app.js`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/up-for-grabs/up-for-grabs.net/issues/4918?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behaviour :
Currently, project list is not paginated. This makes it difficult to navigate and adds alot of scroll time.
Image :
Expected Behaviour :
A paginated list with a limit of 15 cards (Projects) per page.
I can take it up and make a PR with the necessary changes!
The text was updated successfully, but these errors were encountered: