swarooppatilx / scruter

Scruter is a local classifieds and community site designed to bring people together for buying, selling, and exchanging goods and services.
https://scruter.vercel.app
GNU General Public License v3.0
28 stars 135 forks source link

fixed scroll to the top #553

Closed KasAgg21 closed 1 week ago

KasAgg21 commented 1 week ago

What does this PR do? This PR introduces a reusable JavaScript plugin for a scroll-to-top button that appears when the user scrolls down a certain threshold on the page. This improves navigation and user experience by allowing quick access back to the top of the page with a single click. The button is initially hidden and only appears after the user has scrolled down 200 pixels from the top of the document. This feature has been implemented across all pages by including it in a common EJS partial.

Fixes #527 Video Screencast from 2024-11-10 14-49-04.webm

Type of change Bug fix (non-breaking change which fixes an issue) How should this be tested? To ensure the scroll-to-top button functions correctly, the following steps should be taken:

Scroll down on any page to see if the button appears after approximately 200 pixels. Click the button to ensure it returns the page to the top smoothly. Verify the button is hidden when the page is loaded and reappears upon scrolling down again.

vercel[bot] commented 1 week ago

@KasAgg21 is attempting to deploy a commit to the Piyush's projects Team on Vercel.

A member of the Team first needs to authorize it.

KasAgg21 commented 1 week ago

@swarooppatilx please check now