grafana / explore-logs

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

nit: clicking Detected Fields tab should jump back to first view #492

Closed matryer closed 2 months ago

matryer commented 3 months ago

Steps to reproduce:

  1. Open Explore > Logs and go to Detected Fields (like here)
  2. Select a value - you will go into the value view
  3. Click Detected fields tab to go back - but you don't go back
  4. Select another tab, and then choose Detected fields - this is the place we should go to from the value view
gtk-grafana commented 2 months ago

This was fixed with the recent routing addition: https://github.com/grafana/explore-logs/pull/606 (ignore the fact that PR is closed, github was having an incident when it was merged, but it is indeed merged)