-
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
[APM] UI filters: Change transaction type selector from dropdown to radio buttons #75625
[APM] UI filters: Change transaction type selector from dropdown to radio buttons #75625
Conversation
Pinging @elastic/apm-ui (Team:apm) |
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.
@elasticmachine merge upstream |
@cauemarcondes I noticed one thing (not sure it has anything to do with this specific PR) where the EuiBadge with the close icon doesn't show a link cursor, that I'd expect. Shall I open another bug report? |
It's not related, but I'll take a look and fix it in this PR too. |
@formgeist 8e113d1, fix to add the link cursor to the badges |
Looks good 👍 |
x-pack/plugins/apm/public/components/shared/LocalUIFilters/Filter/FilterBadgeList.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.
Looks good. Requesting changes to add i18n for the ARIA labels.
.../plugins/apm/public/components/app/TransactionOverview/__jest__/TransactionOverview.test.tsx
Outdated
Show resolved
Hide resolved
.../plugins/apm/public/components/app/TransactionOverview/__jest__/TransactionOverview.test.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.
lgtm
💚 Build SucceededBuild metricsasync chunks size
History
To update your PR or re-run it, just comment with: |
…adio buttons (#75625) * changing transaction type filter to radio group * fixing unit test * changing transaction type filter to radio group * adding onclick to the badge component * adding onclick to the badge component * adding i18n to aria Co-authored-by: Elastic Machine <[email protected]>
💚 Backport successfulThe PR was backported to the following branches:
|
…adio buttons (#75625) (#75877) * changing transaction type filter to radio group * fixing unit test * changing transaction type filter to radio group * adding onclick to the badge component * adding onclick to the badge component * adding i18n to aria Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Cauê Marcondes <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
closes #75427