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
{{ message }}
This repository was archived by the owner on May 11, 2026. It is now read-only.
Current behavior
Currently by default we serve the system theme. user can switch between dark and cupcake theme .
Problem
Suppose the users system default theme is dark and switched it to cupcake in our website but if reloaded the website it switch back to the default dark theme. Screencast from 28-04-24 08:20:46 PM IST.webm
Expected solution
Users choice should be stored.
We are using daisyui cupcake , dark themes as light and dark theme for out website.
I suggest using theme-change, so user can switch themes and save selected theme in local storage.
Current behavior
Currently by default we serve the system theme. user can switch between dark and cupcake theme .
Problem
Suppose the users system default theme is dark and switched it to cupcake in our website but if reloaded the website it switch back to the default dark theme.
Screencast from 28-04-24 08:20:46 PM IST.webm
Expected solution
Users choice should be stored.
We are using daisyui cupcake , dark themes as light and dark theme for out website.
I suggest using theme-change, so user can switch themes and save selected theme in local storage.