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.
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.