-
Notifications
You must be signed in to change notification settings - Fork 919
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
[BUG] User Theme Selection doesn't retain theme selection #7689
Labels
bug
Something isn't working
Comments
7 tasks
Turn off user based preferences, set another theme in advanced settings as an admin, and then turn on user based preferences - i think you should be able to repro. |
I think the issue is that it treats browser based settings as a default (
|
thanks for the details, i'm able to reproduce now |
7 tasks
ananzh
added a commit
to ananzh/OpenSearch-Dashboards
that referenced
this issue
Aug 23, 2024
Issue Resolve: opensearch-project#7689 Signed-off-by: Anan Zhuang <[email protected]>
ananzh
added a commit
to ananzh/OpenSearch-Dashboards
that referenced
this issue
Aug 23, 2024
Issue Resolve: opensearch-project#7689 Signed-off-by: Anan Zhuang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After selecting a theme from the user themes selector in the header, the theme gets applied, but the popover doesn't retain the setting. This is because browser based settings don't override persisted settings when the component gets the current value of the setting.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The theme selector shows the currently selected theme.
OpenSearch Version
N/A
Dashboards Version
OSD/main (unreleased feature)
Plugins
N/A
Screenshots
N/A
Host/Environment (please complete the following information):
all
Additional context
N/A
The text was updated successfully, but these errors were encountered: