[Observability plugin] Audit new EUI Borealis theme#204234
[Observability plugin] Audit new EUI Borealis theme#204234fkanout wants to merge 10 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
|
/oblt-deploy |
kdelemme
left a comment
There was a problem hiding this comment.
A few questions but otherwise token changes LGTM.
...k/plugins/observability_solution/profiling/public/components/topn_functions/function_row.tsx
Outdated
Show resolved
Hide resolved
...ervability_solution/infra/public/components/asset_details/tabs/processes/processes_table.tsx
Outdated
Show resolved
Hide resolved
...ins/synthetics/public/apps/synthetics/components/common/monitor_test_result/status_badge.tsx
Outdated
Show resolved
Hide resolved
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
| switch (status) { | ||
| case ServiceHealthStatus.healthy: | ||
| return theme.eui.euiColorVis0; | ||
| return theme.colors.vis.euiColorVis0; |
There was a problem hiding this comment.
Fyi, vis colors changed. So especially for severity colors like this it means using the same mapping will change colors in Amsterdam. This might need alignment with a designer (not sure which is responsible here?), if that's expected or not.
See this related conversation about this topic.
There was a problem hiding this comment.
@mgadewoll, thanks for the heads up! @maciejforcone is our designer, but I don't think we can get his feedback soon enough for the PR due to the holiday period.
However, I chose the 1st option in the related conversation you mentioned. a.k.a using euiColorVisSuccess0, euiColorVisWarning0, and euiColorVisDanger0
@jasonrhodes please let me know if you think we need to do otherwise.
There was a problem hiding this comment.
Fyi, we're introducing new severity colors that should cover those cases across Kibana.
We can update to severity colors as follow-up.
x-pack/plugins/observability_solution/apm/public/components/shared/charts/timeseries_chart.tsx
Show resolved
Hide resolved
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
History
cc @fkanout |
|
@kdelemme @mgadewoll This PR seems to overlap with other ones scope-wise. I discussed this with @jasonrhodes, and we agreed to scope this PR to update only the files that are owned by our team. |
|
Hi @fkanout! To make our design review as helpful as possible, could you share from a final user's perspective where they might notice the changes (in case it impacts the user)? |
|
closing this in favor of #204615 |
Summary
It fixes #203338
Note
Some of the tokens have been ignored as they were on the server side or
commonfolder, or they are coming from a shared package likepackages/react/kibana_context