-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat(TitleBlockZen): allow mobile actions menu auto hide in title block #4471
feat(TitleBlockZen): allow mobile actions menu auto hide in title block #4471
Conversation
🦋 Changeset detectedLatest commit: 0e2759d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I crown you the new TitleBlock expert 👑
@@ -0,0 +1,5 @@ | |||
--- | |||
"@kaizen/components": patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably should have been a minor in hindsight, doesn't matter too much.
Important: Request PR reviews on Slack
Please reach out to the design system team on Slack in
#prod_design_system
for PR reviews. GitHub notifications (e.g. from tagging a person) are not actively monitored.Why
When menu item in mobile menu open a drawer when clicked, the focus will still stay within the mobile menu as the focus lock is still engaged.
Expected behaviour: focus can be released so that it can be moved into opened drawer.
What
<TitleBlockZen />
- autoHideMobileActionsMenu<MobileActions />
- autoHide<StatelessMenu />
: append close menu to children elements' on click event.