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

Resolved light mode persist issue #545

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

Conversation

Tejashri-Taral
Copy link

Hey @JiyaGupta-cs ,
issue closes #503
I have resolved the issue to persist the light mode preference across page refreshes using localStorage.
The changes ensure that the user's selected mode (dark or light) is maintained even after the page is refreshed.

Changes made are as follows :

Added functionality to check "localStorage" for the user's light mode preference upon page load and set the initial state accordingly.
Updated the event listener for the toggle switch to save the light mode preference in localStorage whenever the user changes the mode.
Now, Whenever user will refresh or log in the page again, The selected mode preference will be the same as chosen.

Screenshot/Video:

shopNex.mp4

Please take a look and review it.
Also, please add the labels.

Copy link

vercel bot commented Jun 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shop-nex ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2024 4:34pm

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.

BUG 🐞: Dark mode gets turned off on refreshing a page
1 participant