perses / perses

The CNCF sandbox for observability visualisation. Already supports Prometheus/Tempo - more data sources to come!
https://perses.dev
Apache License 2.0
878 stars 69 forks source link

Toggle View Mode Button of Dashboard Panel is Broken #2125

Open rasmusvan opened 3 months ago

rasmusvan commented 3 months ago

What did you do?

I have embedded a dashboard into my application.

What did you expect to see?

Dashboard panels that either had no Toggle View Mode button, or a functional verison of it. Ideally you could turn it on and off from the configuration file

What did you see instead? Under which circumstances?

Every time I click the Toggle View Mode button on the top right of any panel, which takes me to the full screen mode of the panel, the button remains clickable, but loses its functionality, leaving me stuck in full screen until refresh

System information

Darwin 23.5.0 arm64

Perses version

0.46.0

Perses configuration file

Here is the minimal reproduction repository for this problem.

Branch "toggle-view-mode-error".

https://github.com/rasmusvan/perses-embedded-dashboard-mrr.git

Logs

No response

Gladorme commented 3 months ago

I will check when I have time