-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Add option for always visible action buttons in side panels. #41414
Add option for always visible action buttons in side panels. #41414
Conversation
Touches many files because I needed to inject an |
I am not sure why these changes would cause this test:
to fail with
which also fails for me on master. |
Added some comments and now it works. Is the build server known to be a bit temperamental? |
@JacksonKearl Great job. Yeah, unfortunately there's no way to get around touching all those subclasses. I took care of the merge conflicts and did minor refactoring in the PanelViewlet. Thanks! 🍻 |
Renamed setting to |
Fixes #37714 by adding a settings config option to keep side menu title bar action buttons visible whenever their panel is expanded.