-
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
[SharedUX] Add custom branding to ExitFullScreenButton #150620
[SharedUX] Add custom branding to ExitFullScreenButton #150620
Conversation
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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.
Nice addition thanks for the tests too
@@ -103,6 +104,16 @@ describe('<ExitFullScreenButton />', () => { | |||
expect(kibanaServices.coreStart.chrome.setIsVisible).toHaveBeenCalledTimes(0); | |||
}); | |||
|
|||
test('renders custom logo', () => { |
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.
NICE!
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.
Dashboard plugin changes LGTM!
Summary
This PR replaces the Elastic logo with the custom logo in
ExitFullScreenButton
component.Without custom logo:
With custom logo:
Checklist
Delete any items that are not applicable to this PR.
- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorials- [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list- [ ] This was checked for cross-browser compatibilityFor maintainers