Skip to content

[PERFORMANCE] Fix #1300: Add pagination to project listing page#1303

Open
Siddh2024 wants to merge 1 commit into
JiyaBatra:mainfrom
Siddh2024:feat/pagination-1300
Open

[PERFORMANCE] Fix #1300: Add pagination to project listing page#1303
Siddh2024 wants to merge 1 commit into
JiyaBatra:mainfrom
Siddh2024:feat/pagination-1300

Conversation

@Siddh2024

Copy link
Copy Markdown
Contributor

fixes #1300

Added pagination to the project suggestion listing page to improve performance as project data scales.

Changes Made

  • Integrated the existing common Pagination component into ProjectSuggestions component
  • Limited project cards to 2 items per page with Previous/Next and page number navigation
  • Page automatically resets to 1 when user switches skill level
  • Shows 'Showing X–Y of Z entries' info text
  • Uses the existing reusable Pagination component (no duplicate code)

- Add pagination to ProjectSuggestions component
- Reset to page 1 when skill level changes
- Limit to 2 projects per page with navigation controls
@vercel

vercel Bot commented Jun 21, 2026

Copy link
Copy Markdown

@Siddh2024 is attempting to deploy a commit to the jiya's projects Team on Vercel.

A member of the Team first needs to authorize it.

@netlify

netlify Bot commented Jun 21, 2026

Copy link
Copy Markdown

Deploy Preview for codevibeforyou ready!

Name Link
🔨 Latest commit 5f7863c
🔍 Latest deploy log https://app.netlify.com/projects/codevibeforyou/deploys/6a37a5003c9dcc00081e0681
😎 Deploy Preview https://deploy-preview-1303--codevibeforyou.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[PERFORMANCE] No pagination on project listing - performance degrades with scale

1 participant