-
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
Revert "Navigation: Refactor mobile overlay breakpoints to JS (#57520)" #59149
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: -148 B (0%) Total Size: 1.7 MB
ℹ️ View Unchanged
|
Flaky tests detected in 2a95460. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7964103166
|
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 can confirm this resolves the issue 👍
I think it makes sense to revert this for now so we can get the issue fixed for 6.5. We can the separately look at alternative new approaches.
Thanks for the quick turnaround ❤️
CleanShot.2024-02-18.at.14.32.38.mp4
@c4rl0sbr4v0 Actually looking at the failed teste it does seem like they might be related. I'm not certain of whether it is simply tests that test implementation vs functionality because in my manual testing it is working fine for me 🤔 |
I'll take a look at them. |
This reverts commit 1b75cf6.
6ca3d8d
to
cd4e8da
Compare
Tests are green now. @fabiankaegy the "always mobile" option was not working. |
Ahhh cool :) All good on my end now 👍 |
@youknowriad @getdave Flagging this one to you for the next round of backports |
…" (#59149) Co-authored-by: c4rl0sbr4v0 <cbravobernal@git.wordpress.org> Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org> Co-authored-by: DAreRodz <darerodz@git.wordpress.org> Co-authored-by: huubl <huubl@git.wordpress.org> Co-authored-by: cbirdsong <cbirdsong@git.wordpress.org> Co-authored-by: tomxygen <tomxygen@git.wordpress.org>
I just cherry-picked this PR to the cherry-pick-beta-2 branch to get it included in the next release: 27da58c |
…" (#59149) Co-authored-by: c4rl0sbr4v0 <cbravobernal@git.wordpress.org> Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org> Co-authored-by: DAreRodz <darerodz@git.wordpress.org> Co-authored-by: huubl <huubl@git.wordpress.org> Co-authored-by: cbirdsong <cbirdsong@git.wordpress.org> Co-authored-by: tomxygen <tomxygen@git.wordpress.org>
This reverts commit 1b75cf6.
What?
Fixes #58724
Why?
Moving the visibility of the navigation menu to JS instead of relying in CSS is causing a flash on slow networks.
How?
Testing Instructions