Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Maintain scroll position while navigating through pages #1735

Open
somashekhar161 opened this issue Feb 6, 2025 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@somashekhar161
Copy link

somashekhar161 commented Feb 6, 2025

Title: Maintain Scroll Position When Navigating Between Pages

Description:
When browsing through courses and navigating back from inside a week's page, the user is scrolled to the top and must manually scroll back to their previous position. This makes it a tedious task to navigate between pages.

Problem:
The current implementation does not preserve the scroll position when navigating away from and back to a page, resulting in a poor user experience.

Solution:
Remember the scroll position of the page when the user navigates away, and restore it when they navigate back. This will allow users to pick up where they left off without having to manually scroll back to their previous position.

Expected Behavior:

  • When a user navigates away from a page, the current scroll position is stored.
  • When the user navigates back to the page, the stored scroll position is restored.

References:

Labels:

  • usability
  • navigation
  • scrolling
@somashekhar161 somashekhar161 added the enhancement New feature or request label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant