You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a scroll-to-top button that becomes visible when users scroll down the page. This feature will help users navigate and improve the overall user experience on long pages.
Feature Behaviour:
Initial State: The button is hidden at page load.
On Scroll: Once the user scrolls beyond 300px, the button fades into view.
On Click: The page smoothly scrolls back to the top.
Back to Top: Once scrolled to the top, the button fades out.
Proposed Implementation
Should have a boolean flag for optional use
The text was updated successfully, but these errors were encountered:
Hi @SalihuDickson - I’m not sure this feature can be built externally either - but it’s a good feature request so I’m going to keep this one open as well
For future reference though, are there any particular criteria that are considered when deciding if an issue can only be worked on internally, or should I just ask for each one I'm interested in working on?
I'm asking cause I'd like to contribute, but I don't wanna start working on a PR just to have to abandon it.
Description:
Introduce a scroll-to-top button that becomes visible when users scroll down the page. This feature will help users navigate and improve the overall user experience on long pages.
Feature Behaviour:
Proposed Implementation
The text was updated successfully, but these errors were encountered: