-
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
[Integrations UI] Add updated integrations subtitle #102738
[Integrations UI] Add updated integrations subtitle #102738
Conversation
Pinging @elastic/fleet (Team:Fleet) |
const HeroImage = memo(() => { | ||
const { toAssets } = useLinks(); | ||
const { uiSettings } = useStartServices(); | ||
const IS_DARK_THEME = uiSettings.get('theme:darkMode'); |
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.
I am wondering what is the best way to get that settings, you can also get it like this useTheme().darkMode
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.
I copied this component from the previous header.tsx
file which was unused. I will update this to use the hook approach.
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.
🚀
💚 Build SucceededMetrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: cc @kpollich |
* Add updated integrations subtitle * Fix header image declarations * Use theme hook for dark mode setting
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
* Add updated integrations subtitle * Fix header image declarations * Use theme hook for dark mode setting Co-authored-by: Kyle Pollich <[email protected]>
Hi @EricDavisX
Thanks |
Summary
Adds an updated subtitle for the Integrations UI per @hbharding's direction in #102317 (comment)
Screenshot
Closes #102317