You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @piug-07 ,
The Dark mode function gets turned off on refreshing a page or if we try to navigate to other pages . (You may check that)
To fix this, we can store the theme state in the browser's local storage so that it persists across page reloads.
themeee.mp4
I believe by storing the theme state in the browser's local storage, we ensure that:
The theme persists across page reloads and navigations
Even when the user navigates away from the page, the theme persist
This provides a seamless experience for users who prefer a specific theme setting. (for example, social media and our IDEs stay on the theme mode that we have selected)
Could you please assign this issue to me under GSSoC 24?
Record
I agree to follow this project's Code of Conduct
I'm a GSSoC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
Hey @piug-07 ,
The Dark mode function gets turned off on refreshing a page or if we try to navigate to other pages . (You may check that)
To fix this, we can store the theme state in the browser's local storage so that it persists across page reloads.
themeee.mp4
I believe by storing the theme state in the browser's local storage, we ensure that:
Could you please assign this issue to me under GSSoC 24?
Record
The text was updated successfully, but these errors were encountered: