NewtonFernandis / IssueHunter

IssueHunter is the ultimate GitHub issue search wizard! It's like having your own personal issue-hunting sidekick, here to help you search for GitHub issues with ninja-like efficiency. Whether you're a coding wizard or a project management sorcerer, IssueHunter's got your back!
https://issue-hunter-seven.vercel.app
MIT License
2 stars 5 forks source link

Implement Scroll-to-Top Functionality on Pagination Next Button Click #4

Closed NewtonFernandis closed 1 year ago

NewtonFernandis commented 1 year ago

Issue Description: Currently, when users navigate through paginated content and click the "Next" button, there is no automatic scroll to the top of the page. This can lead to a less-than-optimal user experience, especially on pages with long content. To enhance user navigation and readability, we should implement a scroll-to-top feature that triggers when the "Next" button is clicked.

Expected Behavior:

Actual Behavior:

thesloppyguy commented 1 year ago

@NewtonFernandis created a PR to resolve this issue and it also resolves #1 , please review when possible.

NewtonFernandis commented 1 year ago

Thanks for your contribution ❤️