-
Notifications
You must be signed in to change notification settings - Fork 8.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
[Logs UX][EUI Visual Refresh] Update theme usage #202746
[Logs UX][EUI Visual Refresh] Update theme usage #202746
Conversation
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Hi @tonyghiani, Could you please provide a direct link to the environment running with Borealis? It would be super helpful for our review. Thank you so much, we really appreciate it! c/ @kkurstak |
/oblt-deploy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Infra changes LGTM
/oblt-deploy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code only review, Data Discovery changes LGTM 👍
packages/core/ui-settings/core-ui-settings-server-internal/src/settings/theme.ts
Outdated
Show resolved
Hide resolved
This reverts commit 14767d3.
Tested using I wasn't able to see any log data in logs-explorer - but other areas are correct. dataset-quality There is one discrepancy pending; I'm checking with EUI to see if it will be fixed on their end. More context Solved - Will be fixed in EUI's end. |
...ied_doc_viewer/public/components/doc_viewer_logs_overview/sub_components/highlight_field.tsx
Outdated
Show resolved
Hide resolved
...ck/plugins/observability_solution/dataset_quality/public/components/common/vertical_rule.tsx
Outdated
Show resolved
Hide resolved
...bservability_solution/logs_shared/public/components/logging/log_text_stream/highlighting.tsx
Outdated
Show resolved
Hide resolved
...bility_solution/observability_logs_explorer/public/components/logs_explorer_top_nav_menu.tsx
Outdated
Show resolved
Hide resolved
...solution/dataset_quality/public/components/dataset_quality/filters/integrations_selector.tsx
Outdated
Show resolved
Hide resolved
...tion/logs_explorer/public/components/data_source_selector/sub_components/selector_footer.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM from EUI side 👍
💛 Build succeeded, but was flaky
Failed CI StepsTest FailuresMetrics [docs]Module Count
Async chunks
Page load bundle
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
## 📓 Summary Closes elastic#202652 Closes elastic#202653 Closes elastic#202654 Closes elastic#202656 Closes elastic#202657 Closes elastic#202658 Closes elastic#202660 These changes close issues as part of a bigger effort to integrate the EUI changes. This takes into account renaming `success` colour token to the more appropriate `accentSecondary` as specified by the guidelines, and updating legacy naming for tokens to the new respective names. Also, it removes usages of the static `euiThemeVars` tokens and check for usages `vis` tokens. @patpscal Let me know if something feels off, I checked how the colour render in the 4 theme combination (amsterdam/borealis + light/dark) and it looks good to me. --------- Co-authored-by: Marco Antonio Ghiani <[email protected]> Co-authored-by: kibanamachine <[email protected]>
📓 Summary
Closes #202652
Closes #202653
Closes #202654
Closes #202656
Closes #202657
Closes #202658
Closes #202660
These changes close issues as part of a bigger effort to integrate the EUI changes.
This takes into account renaming
success
colour token to the more appropriateaccentSecondary
as specified by the guidelines, and updating legacy naming for tokens to the new respective names.Also, it removes usages of the static
euiThemeVars
tokens and check for usagesvis
tokens.@patpscal Let me know if something feels off, I checked how the colour render in the 4 theme combination (amsterdam/borealis + light/dark) and it looks good to me.