-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
WebUI not changing theme to Light #3881
Comments
Do we use |
Found the cause. |
One more thing - we can reuse chrome's api to get current theme and event notification instead of adding our api. WDYT? @petemill |
@simonhong this proble |
@petemill I think that problem can be fixed by notifying both theme (native/dark aura). |
@simonhong it's possible we can use that, certainly now whilst there is only 'light' and 'dark' vs more (not sure if there will ever be more choices, probably not!). It would need to be available from extensions panel and I don't believe the chromium variable is? |
@petemill ah.. they are webui messages. I think it's not available for extension.. |
Verification passed on
Used test plan from the description. Verification passed on
Verification PASSED on
|
If you have a WebUI open, it is in dark mode, and then you change to light mode, the webui will not change theme to light mode until it is closed and re-opened.
However, switching from light to dark seems to be fine.
Assigning to 0.63.x for now since this is a bug with webui themeing which is introduced with 0.63.x
Steps to reproduce:
Explicit theme
Actual: Browser chrome changes to Light, but Settings remains as Dark
Expected: Settings changes to Light too
Same as macOS theme
Actual: Browser chrome changes to Light, but Settings remains as Dark
Expected: Settings changes to Light too
The text was updated successfully, but these errors were encountered: