Skip to content

Resolved light mode persist issue - #545

Open
Tejashri-Taral wants to merge 1 commit into
JiyaGupta-cs:masterfrom
Tejashri-Taral:master
Open

Resolved light mode persist issue#545
Tejashri-Taral wants to merge 1 commit into
JiyaGupta-cs:masterfrom
Tejashri-Taral:master

Conversation

@Tejashri-Taral

Copy link
Copy Markdown

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.

@vercel

vercel Bot commented Jun 25, 2024

Copy link
Copy Markdown

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