-
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
[shared-ux] Migrate solution toolbar quick group buttons as icon button group component #126297
Conversation
enzymeMount(<ServicesProvider {...services}>{element}</ServicesProvider>); | ||
}); | ||
|
||
afterEach(() => { |
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.
nit: is this necessary? I am not seeing any jest mock being set in this test file.
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.
Good call! Removed it in bbd09df thank you!
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.
Just a few last/missed Quick
-> Icon
changes and removing more "Solution" text
src/plugins/shared_ux/public/components/toolbar/buttons/icon_button_group/icon_button_group.mdx
Outdated
Show resolved
Hide resolved
src/plugins/shared_ux/public/components/toolbar/buttons/icon_button_group/icon_button_group.mdx
Outdated
Show resolved
Hide resolved
src/plugins/shared_ux/public/components/toolbar/buttons/icon_button_group/icon_button_group.mdx
Outdated
Show resolved
Hide resolved
.../shared_ux/public/components/toolbar/buttons/icon_button_group/icon_button_group.stories.tsx
Outdated
Show resolved
Hide resolved
.../shared_ux/public/components/toolbar/buttons/icon_button_group/icon_button_group.stories.tsx
Outdated
Show resolved
Hide resolved
src/plugins/shared_ux/public/components/toolbar/buttons/icon_button_group/icon_button_group.tsx
Outdated
Show resolved
Hide resolved
src/plugins/shared_ux/public/components/toolbar/buttons/primary/primary.mdx
Outdated
Show resolved
Hide resolved
src/plugins/shared_ux/public/components/toolbar/buttons/primary/primary.mdx
Outdated
Show resolved
Hide resolved
src/plugins/shared_ux/public/components/toolbar/buttons/primary/primary.stories.tsx
Outdated
Show resolved
Hide resolved
src/plugins/shared_ux/public/components/toolbar/buttons/primary/primary.stories.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Caroline Horn <[email protected]>
.../shared_ux/public/components/toolbar/buttons/icon_button_group/icon_button_group.stories.tsx
Outdated
Show resolved
Hide resolved
.../shared_ux/public/components/toolbar/buttons/icon_button_group/icon_button_group.stories.tsx
Outdated
Show resolved
Hide resolved
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @rshen91 |
…on group component (elastic#126297)
Summary
This PR migrates the solution toolbar quick buttons from the presentation team to the shared UX team.
The quick group buttons are currently used here:
Checklist
Delete any items that are not applicable to this PR.
For maintainers