-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Library click through to template part focus mode hides sidebar and Navigation editing feature #51839
Comments
cc @talldan for visibility |
Thanks. I don't know much about the sidebar specifics. It might have been a design choice or an accidental inclusion where we didn't spot the regression. It's quite a subtle difference, so when testing I personally wouldn't have considered this a bug. @SaxonF @kevin940726 or @aaronrobertshaw may know more. |
I noticed this too when I was fixing the routing issue for mobile. I thought it was a deliberate change so I retained the behavior. I agree that landing the FWIW, due to how the sidebar animation is working now, landing directly to the edit mode might cause some unwanted flickering. It's not impossible to fix, but landing to the view mode first might make it easier. |
Ok I raised a PR in #51897 and folks can approve or reject as we determine. Thanks all 🙇 |
As part of Navigation on Browse Mode it was agreed that in focus mode for Template Parts it would be useful to display any Navigation Menus present in the blocks within in the browse mode sidebar.
However with the change to Library, when you click on a Template Part you now get taken to the focus mode in "edit" mode (
canvas=edit
) which hides the sidebar.Given the value of #51492, we should retain the sidebar. If necessary this can be done conditionally by detecting whether a Navigation block is present in the blocks.
Screen.Capture.on.2023-06-23.at.11-09-15.mp4
The text was updated successfully, but these errors were encountered: