Deprecate QuickButtonGroup for IconButtonGroup in shared ux#128288
Deprecate QuickButtonGroup for IconButtonGroup in shared ux#128288rshen91 merged 7 commits intoelastic:mainfrom
Conversation
ThomThomson
left a comment
There was a problem hiding this comment.
Deprecation LGTM! Are there any functional or appearance changes in the new IconButtonGroup? Or is it the same component moved?
If it is the same component, I wonder if it would be possible to replace the instances of it from presentation_util with the new component in the same PR - just so we don't have to double up!
If not, no worries!
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @rshen91 |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Summary
This PR is an initial step to deprecate the QuickButtonGroup and replace with the refactored IconButtonGroup. Deprecation markers are added where appropriate the team can refactor in future PRs. Thanks!