Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[WebProfilerBundle] Update main menu to display active panels first#54420
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedMar 28, 2024
Thank you@javiereguiluz. |
ghost commentedMay 12, 2024 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
I would like to give my feedback on this. I don't think this change was a good decision. The sidebar items order is now just random so developer never knows at which position the given item will be displayed. So it requires going through all the items from top to bottom to find the desired one (or ctrl+f and typing the panel name but it requires to know all the panel names). Greyed out items are enough IMO What I think would be a good change is to display panels in alphabetical order on the sidebar so I know that Twig will be somewhere at the bottom and Doctrine at the top and my eyes can automatically head in this direction. |
Uh oh!
There was an error while loading.Please reload this page.
I propose to reorder the main menu items to always display first the active panels, which are the ones that users will click.