feat: add pagination to blog page (10 posts per page)#1968
Merged
Utkarsh-123github merged 2 commits intojson-schema-org:mainfrom Dec 8, 2025
Merged
feat: add pagination to blog page (10 posts per page)#1968Utkarsh-123github merged 2 commits intojson-schema-org:mainfrom
Utkarsh-123github merged 2 commits intojson-schema-org:mainfrom
Conversation
Contributor
Author
|
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
requested changes
Dec 6, 2025
Member
Utkarsh-123github
left a comment
There was a problem hiding this comment.
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.
Contributor
Author
|
Hi @Utkarsh-123github , I have shifted the pagination control at the end as per your suggestion. Check it out when you are free.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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.