julienbourdeau / debugbar

Powerful devtools for Ruby on Rails. Inspired by the Laravel Debugbar.
https://debugbar.dev
MIT License
486 stars 7 forks source link

feature request: configuration to have it minimized by default #29

Closed andreynering closed 6 months ago

andreynering commented 7 months ago

_debugbarConfigOptions should have a configuration so the bar is minimized by default, showing that ruby icon to click if I want to open it:

Screenshot 2024-04-05 at 14 04 35

julienbourdeau commented 6 months ago

Yeah, good idea. I like keeping an eye on it but people could find this useful. I added it here, it will be in the next release: https://github.com/julienbourdeau/debugbar/commit/2046b0540178443d268d2a740a0d73b4039a03dd

andreynering commented 6 months ago

Thanks @julienbourdeau!