BaseSecrete / rorvswild

Performances & exceptions monitoring for Ruby on Rails applications
https://www.rorvswild.com
MIT License
336 stars 9 forks source link

Hide the toggle button #31

Closed basicallydan closed 3 months ago

basicallydan commented 3 months ago

When working on frontend changes while RorVsWild is installed, the little badge showing load time - which is very valuable! - can get in the way of elements, which can make debugging/looking at/selecting them a little tricky.

I can't find any way to configure the gem so that the badge in the can be hidden or moved temporarily. The only solution I can see is to remove the line from my Gemfile while I'm developing, which is a slow-ish process compared to just changing a boolean somewhere that is read at runtime.

I can work on a PR if necessary but I wanted to check whether I'm just missing a config option before I dive into that.

basicallydan commented 3 months ago

Never mind! Someone I work with found the option to add widget: hidden to config :) sorry about the useless issue!