yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 150 forks source link

Allow better toolbar interaction #391

Closed rhertogh closed 5 years ago

rhertogh commented 5 years ago
Q A
Is bugfix? no
New feature? yes
Breaks BC? no
Tests pass? yes
Fixed issues -
rhertogh commented 5 years ago

I'm not completely sure about the event name 'yii.debug.toolbar_attached'. If there is a better one, please let me know.

machour commented 5 years ago

Hi @rhertogh and thank you for this PR. Can you explain what use case you had where you need those changes?

rhertogh commented 5 years ago

@machour I'm building a 'quick settings panel' image The idea is to make a panel with customizable options which set different cookies. In the example above it sets a cookie that can be used in the app config to toggle the cache.

samdark commented 5 years ago

Merged. Thank you!