-
Notifications
You must be signed in to change notification settings - Fork 58
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
(OUI Next Theme) Anomaly Detection #572
Comments
@KrooshalUX thanks for taking the time to dig into the plugin components! I will take a look at the issues you've listed :) |
@KrooshalUX after looking into this, there's a few things I'd like to clarify:
I can update the health badge text overrides and use defaults from |
I will merge some of the fixes I have made and we can follow up & discuss on the remaining items. |
For setting font sizes, you should generally use the size prop (e.g.
If you can point me to the source file, I can help provide a solution. Same with the chart styling - point me at the source code and I'll do my best to help. |
If you'd like to sync on this, feel free to sign up for OpenSearch Dashboards developer office hours: https://opensearch.org/events/2023-0921-dev-officehours-dashboards/ |
This issue to be transferred to corresponding repository
I am working on launching new light and dark mode themes provided by OUI component library for a target launch within 2.10. These changes support the vision expressed in Future Vision for Dashboards
I have identified the following front end related issues that prevent the theme from appearing complete and potential solutions within this feature:
Create Detector flow:
xs
- the default and recommended text size ism
.xs
ands
text sizes should be used in limited, special cases (unless otherwise set as a default within a component)Detector details page:
EuiHealth
s
- the default and recommended text size ism
.xs
ands
text sizes should be used in limited, special cases (unless otherwise set as a default within a component)- Option 1 (best): Replace section that utilizes form rows with EuiDescriptionList
- Option 2 (ok for short term): Remove custom coloring
The text was updated successfully, but these errors were encountered: