-
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
[Obs AI Assistant] Borealis theme integration #200814
Conversation
Hi @elastic/eui-team Line 120 in 8e7799a
Line 81 in 8e7799a
However, I'm not sure about the approach I should follow for this. Would you be able to clarify how I should replace |
b9a7eb7
to
02fe1ad
Compare
@viduni94 Thanks for asking about it! That's why they were not mentioned directly as changes in this document and we noted:
|
...ervability_solution/observability_ai_assistant/public/components/chat/chat_item_controls.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 🦄
7beecbf
to
2714969
Compare
Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant) |
2714969
to
c8e5f24
Compare
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
The changes from my end are complete for all files owned by However, I noticed one issue with the Obs AI Assistant UI which is related to files in In Amsterdam, the comment list items have a darker border. The Borealis theme shows it correctly. This issue was mentioned by another team in the |
@viduni94 We're aware of the issue and already have a fix on EUI side for it. |
Thank you @mgadewoll |
c8e5f24
to
756a735
Compare
/oblt-deploy |
756a735
to
1fc2487
Compare
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.
Hi, @viduni94! Overall, it looks pretty good to me, but I noticed:
AI logo icon
To ensure a correct transition between themes, it's recommended (Slack conversation) to use the euiTheme.colors.title
token instead of fill="#343741"
Note: The logo might change to be monochromatic in the future, so if updating it is a considerable effort, we can reevaluate.
Chart
Backgrounds look a bit off, but that's expected currently, as Charts have not been updated yet. No changes are needed!
e64a3a6
to
4b2247a
Compare
Hi @patpscal I tried adding Therefore I added |
@viduni94 we were planning to use Just a note. That is correct, we have |
Sounds good! Let's use |
I've made the change and updated the deployment. |
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.
Looks good to me! 🎉
21f081d
to
6579011
Compare
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Page load bundle
History
cc @viduni94 |
## Summary Integrates changes from the Borealis theme to the components owned by `obs-ai-assistant`, `obs-knowledge` teams and for files related to `kbn-ai-assistant`. ### Checklist - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <[email protected]>
Summary
Integrates changes from the Borealis theme to the components owned by
obs-ai-assistant
,obs-knowledge
teams and for files related tokbn-ai-assistant
.Checklist
release_note:*
label is applied per the guidelines