-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Site Editor: Navigation panel placement #25701
Comments
Quoting @shaunandrews' comment for context:
|
Note: Moving the panel and toggle button, however, seems like it's still worth exploring to potentially solve two remaining issues: 1. Unintuitive keyboard navigation (@shaunandrews do we want Shift + Tab to focus the toggle button?)
2. Animation issues (@vindl could you confirm this? I'm not seeing syncing issues locally)
|
|
@Copons Thanks for the context! Much appreciated 🙂 The reasoning makes sense, and I'm currently working on implementing what you're describing in a draft PR. |
As pointed out in #25622 (comment) by @shaunandrews, we should investigate whether it would make sense to render
navigation-panel
as the first element within the theinterface-skeleton
, and potentially movingnavigation-toggle__button
outside ofskeleton__header
too.This might help with transition animations, tab ordering, and fixing alignment issues of other elements in the header.
The text was updated successfully, but these errors were encountered: