-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UX Improvements list #1654
Comments
What about CacheCollector : |
CacheCollector I'll look into, but want to minimize performance impact. Additionally, that popup from previous reply could also be used to toggle options. |
I was thinking about that too. But common eloquent queries with multiple |
Yes I wanted to do it more like the 'Explain' button. So either Open and prettify when not collapsed, or open + button to prettify. |
maybe a popup window, like emails preview |
When a page containing further Ajax calls is loaded, the debug bar detects these requests and displays the latest one which I find often not the one I am working on. Having the ability to disable auto-preselecting new requests would be handy. Every time, after the page load I need to go to the list of requests and select i.e the first one (as I am working on the main document) |
@azgooon hi, that is not the point of this thread, laravel-debugbar/config/debugbar.php Line 128 in 16a13cc
|
@parallels999 and @barryvdh thanks for this. My bad, in my config, published a while ago I've not even had this option available so I assumed that this could not be toggled on/off. In ref to the "autoshow" checkbox sorry but I wouldn't connect the dots... maybe "autoshow the latest request" would be more meaningful? Just a thought. |
+1 for the pop up, |
I did made a popup PoC on maximebf/php-debugbar#690, this would be the result: |
The text was updated successfully, but these errors were encountered: