-
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: Design enhancements #49153
Comments
Pinging @elastic/apm-ui (Team:apm) |
As part of this redesign implementation, we'd also like to explore a way to show/hide the entire filters sidebar in order to provide an option for the users who don't want to see it or want to disable it temporarily. #50143 |
Not happening in 7.7. Moving to backlog |
@formgeist We've received feedback that the transaction type selector (dropdown) is easy to miss because all the transaction types are not immediately visible. If we convert it to a radio button component, and use your new design it would resolve that issue. |
@elastic/apm-ui I've updated the issue description with a new mock of changing the Transaction type selector to a radio button group instead of a link list as previously proposed. Since we've also kicked off a discovery/exploration (#72778) into enhancing the filters experience, but have yet to figure out what that entails, I would propose at the very least, we separate the issue of changing the current transaction type picker from a dropdown list to radio buttons to follow the proposed design above. Thoughts? |
I've chosen to separate out the issue of changing the Transaction type selector from a dropdown to a radio button form group (#75427) which is more pressing than the other UI filter improvements at this time. I'll suggest that we move this entire UI improvements issue back in the backlog and wait for the exploration to conclude. |
Blocked by: #72778
Summary
Related design issue #45503
➡️ Marvel prototype
Suggested changes to the current implementation
EuiPopover
to using theEuiForm
checkbox for the immediate selection of filter values per filter.Collapsed filters show selected values count in a badge
Show helpful suggestion to use the query bar for specific values
The text was updated successfully, but these errors were encountered: