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

feat: Add persistent sidebar state using localStorage #416

Merged

Conversation

UmakanthKaspa
Copy link
Contributor

Description:

This PR adds persistence for the sidebar state (collapsed or expanded) using localStorage via @vueuse/core. The sidebar will remember its state across sessions, enhancing the user experience.

Changes:

Used useStorage to sync the sidebar state with localStorage.
Defaults to expanded (false) if no value exists in localStorage.

Testing:

Toggle the sidebar and refresh the page to confirm the state persists.
Clear localStorage and reload to verify the default expanded state.

@nextchamp-saqib nextchamp-saqib merged commit 672b68d into frappe:develop Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants