Keep the Pull Request navigation tabs (Conversation, Commits, Checks, Files changed) sticky while scrolling #200747
Unanswered
bipin-mandoti-sage
asked this question in
Accessibility
Replies: 1 comment
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
UI/UX
Body
I'd like to suggest a small UI improvement that could significantly enhance the Pull Request review experience.
Currently, when reviewing a large Pull Request with many changed files, the top navigation tabs (Conversation, Commits, Checks, and Files changed) scroll out of view. If I need to switch between these tabs, I have to scroll all the way back to the top of the page.
This becomes especially inconvenient for large PRs containing dozens or hundreds of files, where reviewers frequently need to move between Files changed, Conversation, and Checks.
Suggested improvement:
Make the Pull Request navigation bar sticky (fixed) once the user starts scrolling.
Keep the tabs visible at the top of the viewport until the user reaches the end of the page.
Ensure the sticky header doesn't interfere with the existing file diff toolbar.
Benefits:
Faster navigation between PR sections.
Improved reviewer productivity, especially for large PRs.
Reduced unnecessary scrolling.
Better overall user experience during code reviews.
I've attached a screenshot highlighting the navigation bar that could remain visible while scrolling.
All reactions