-
Notifications
You must be signed in to change notification settings - Fork 254
feat: hide sidebar globally #943
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
Comments
What is the expected outcome of this flag? Are we going to completely hide the sidebar if the |
That's correct and i think it's fine given the apps are listed on the app index page. This is almost the case of the sidebar being completely hidden. Changing this flag to True currently hides the sidebar, however clicking on the dock_to_right icon while on the changeform page still shifts the footer (but not the page content) towards the right 72pts, as if the sidebar were still there but invisible. |
Okay, so if the |
Yes it should be global as originally intended |
Just to verify, setting If so, attached PR fixes that. |
@SukiCZ that's correct. |
Describe your feature request
Django's default setting
admin.site.enable_nav_sidebar = False
should hide the sidebar collapse icon in the titleThe text was updated successfully, but these errors were encountered: