-
-
Notifications
You must be signed in to change notification settings - Fork 357
feat: add pagination to blog page (10 posts per page) #1968
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
feat: add pagination to blog page (10 posts per page) #1968
Conversation
|
Hi @Utkarsh-123github I have created the PR for #1946 , Please review it when you're free. |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1968 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 30 30
Lines 633 633
Branches 196 196
=========================================
Hits 633 633 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Utkarsh-123github
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @RitoG09 , your changes looks great. Just one suggestion, keep the previous and next navigation at the end of blog list. Currently it is placed at top.
|
Hi @Utkarsh-123github , I have shifted the pagination control at the end as per your suggestion. Check it out when you are free.
|
Utkarsh-123github
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM🚀

What kind of change does this PR introduce?
This PR introduces a new feature -> Pagination for the Blog page
Issue Number:
Screenshots/videos:
Recording.2025-12-03.183140.mp4
If relevant, did you update the documentation?
Not applicable.
Summary
This PR adds pagination to the blog listing page to improve performance and user experience.
The blog previously displayed all posts on a single page, creating long scrolls and slow load times.
Key changes included:
Does this PR introduce a breaking change?
No.
The existing blog structure remains unchanged. Pagination only enhances the UX.
Checklist
Please ensure the following tasks are completed before submitting this pull request.