grafana / explore-logs

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

Collapsable log volume #386

Open zizzpudding opened 1 month ago

zizzpudding commented 1 month ago

Would it be possible to collapse the Log volume so there is more room on the page for other data. Can we remove the "Logs" label above the logs table. It's redundant. The tab has the same name (see images below) markup

remove log label and collapse log volume collapsed_no_label

collapsed log volume on patterns tab

collapsed_volume_patterns

matryer commented 1 month ago

@@zizzpudding we've just done some tweaks including some of these, please do a hard refresh.

gtk-grafana commented 2 weeks ago

Doesn't look like scenes lets us pass the collapsible, collapsed, and onToggleCollapse props to the panel chrome. I'll take a quick look and see if we can propose a PR to add this to scenes.

gtk-grafana commented 2 weeks ago

Proposing allowing passthrough of PanelChrome props: https://github.com/grafana/scenes/pull/808