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
Description:
The current implementation of the scroll-to-top button on the platform doesn't have dynamic behaviour, leading to its constant visibility irrespective of the user's scrolling activity. This can clutter the user interface unnecessarily. Implementing a dynamic behaviour for the scroll-to-top button will optimize screen space and improve the overall user experience.
Approach
To achieve this, we propose modifying the behavior of the scroll-to-top button so that it is displayed only when the user has scrolled down the page. When the user scrolls back to the top of the page, the button should disappear, reducing visual clutter and providing a cleaner interface.
Given my experience in implementing similar features in previous projects, please assign this issue to me under GSSoC'24.
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Description:
The current implementation of the scroll-to-top button on the platform doesn't have dynamic behaviour, leading to its constant visibility irrespective of the user's scrolling activity. This can clutter the user interface unnecessarily. Implementing a dynamic behaviour for the scroll-to-top button will optimize screen space and improve the overall user experience.
Approach
To achieve this, we propose modifying the behavior of the scroll-to-top button so that it is displayed only when the user has scrolled down the page. When the user scrolls back to the top of the page, the button should disappear, reducing visual clutter and providing a cleaner interface.
Given my experience in implementing similar features in previous projects, please assign this issue to me under GSSoC'24.
The text was updated successfully, but these errors were encountered: