grafana / explore-logs

Repo for the Loki log exploration app
GNU Affero General Public License v3.0
236 stars 7 forks source link

UX: add search icon to field/label autocomplete dropdown #495

Closed gtk-grafana closed 3 days ago

gtk-grafana commented 4 days ago

Just a small helper in the UI to let users know they can search by label name.

Main:

image

This PR:

image

This PR:

image image

We don't have a lot of flexibility with the search icon already in the base select component, I would like to always show the search icon so users know it's searchable and not just a dropdown. This PR suggests adding the search icon as a prefix that is only visible when the select isn't open.

Also making the dropdown a bit bigger, the ALL value is selected by default and it's easy to miss this element in this state.

Main:

image

This PR:

image