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

HDDS-12084. Persist currently selected UI type after refresh #7705

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devabhishekpal
Copy link
Contributor

What changes were proposed in this pull request?

HDDS-12084. Persist currently selected UI type after refresh

Please describe your PR in detail:

  • Currently the state of the UI that is selected i.e old or new is lost if we refresh the page.
  • This PR uses the session storage to store the selection state and persist it across refresh.
  • Session storage will persist the state for existing session (i.e when page is visited) and clear when page is closed ensuring we do keep the data even after we close the page.

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-12084

How was this patch tested?

Patch was tested manually.

Screen.Recording.2025-01-15.at.14.38.55.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants