Skip to content

feature: Maintain scroll position while navigating through pages #1735

@somashekhar161

Description

@somashekhar161

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions