-
-
Notifications
You must be signed in to change notification settings - Fork 281
feat: Updated add "Go Back" and "Up Next" buttons for specification navig… #1743
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
base: main
Are you sure you want to change the base?
feat: Updated add "Go Back" and "Up Next" buttons for specification navig… #1743
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1743 +/- ##
========================================
Coverage ? 100.00%
========================================
Files ? 29
Lines ? 548
Branches ? 158
========================================
Hits ? 548
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Great job ! @vtushar06 .
Just some small extra changes are to be reverted in the formatting part which I have suggested in the attached video, fixing those changes will make this PR ready to be merged.
Please refer to it.
Thank you !
2025-06-28.20-46-38.mp4
hey @Utkarsh-123github sir, I reverted changes which you pointed out, Thanks for detail guidance |
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.
Good work @vtushar06 !
LGTM 🚀
Thanks a lot @Utkarsh-123github, Please can you suggest me others challenging issues where i can spend good amount of time in solving that. |
You're most welcome! @vtushar06 I'd suggest exploring the open issues in the repo , there are quite a few that might match your interest and skills. If you find any that you feel are challenging and you'd enjoy working on, feel free to drop a comment on the issue or let me know directly. If it's unassigned and fits well, we can definitely get it assigned to you! 🚀 |
Thank you so much @Utkarsh-123github for this humble response, |
… versions (#1618)
What kind of change does this PR introduce?
Bugfix — improves UI/UX through enhanced navigation between Specification version pages.
Issue Number:
• Closes #1618
Screenshots/videos:
https://github.com/user-attachments/assets/7815d73e-23ed-4cb0-9b75-693a8bb183b1
If relevant, did you update the documentation?
Not applicable — changes are limited to component-level enhancements.
Summary
This pull request addresses the missing "Go Back" and "Up Next" navigation buttons across the Specification version pages, as discussed in issue #1618.
As part of this contribution:
• I implemented a reusable navigation component for consistency.
• Integrated the component into five Specification version pages to ensure seamless traversal across document versions.
• Validated the functionality across all affected routes for correct previous/next link logic.
• Ensured the code adheres to existing linting and styling standards.
These enhancements improve overall documentation navigation flow and accessibility for users referring to different spec versions.
Does this PR introduce a breaking change?
No — the implementation is fully backward compatible and isolated to specific pages.
Checklist
Please ensure the following tasks are completed before submitting this pull request.
ScreenRecording.mp4