-
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
Show close button in List View on mobile #49200
Conversation
Size Change: +11 B (0%) Total Size: 1.34 MB
ℹ️ View Unchanged
|
Flaky tests detected in 655d9df. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4467473720
|
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 just cherry-picked this PR to the wp/6.2 branch to get it included in the next release: 66c1adc |
Updates the `@wordpress` packages to include the fixes for these regressions introduced in the 6.2 cycle: * [Regression] Navigation Block: Category/Custom taxonomy links are not searchable in the Link inserter [WordPress/gutenberg#49126 Gutenberg PR 49126]. See #57929 ✅ * [Regression] Post Editor: List View has no close button on mobile viewports [WordPress/gutenberg#49200 Gutenberg PR 49200] ✅ References: * [WordPress/gutenberg@811da1a Packages x.3.11 publish commit]. Follow-up to [55548]. Props andraganescu, costdev, get_dave, hellofromTonya, mamaduka, ntsekouras, scruffian, talldanwp, thomask. See #57471. Fixes #57929. git-svn-id: https://develop.svn.wordpress.org/trunk@55568 602fd350-edb4-49c9-b593-d223f7449a82
Updates the `@wordpress` packages to include the fixes for these regressions introduced in the 6.2 cycle: * [Regression] Navigation Block: Category/Custom taxonomy links are not searchable in the Link inserter [WordPress/gutenberg#49126 Gutenberg PR 49126]. See #57929 ✅ * [Regression] Post Editor: List View has no close button on mobile viewports [WordPress/gutenberg#49200 Gutenberg PR 49200] ✅ References: * [WordPress/gutenberg@811da1a Packages x.3.11 publish commit]. Follow-up to [55548]. Props andraganescu, costdev, get_dave, hellofromTonya, mamaduka, ntsekouras, scruffian, talldanwp, thomask. See #57471. Fixes #57929. Built from https://develop.svn.wordpress.org/trunk@55568 git-svn-id: http://core.svn.wordpress.org/trunk@55080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Updates the `@wordpress` packages to include the fixes for these regressions introduced in the 6.2 cycle: * [Regression] Navigation Block: Category/Custom taxonomy links are not searchable in the Link inserter [WordPress/gutenberg#49126 Gutenberg PR 49126]. See #57929 ✅ * [Regression] Post Editor: List View has no close button on mobile viewports [WordPress/gutenberg#49200 Gutenberg PR 49200] ✅ References: * [WordPress/gutenberg@811da1a Packages x.3.11 publish commit]. Follow-up to [55548]. Props andraganescu, costdev, get_dave, hellofromTonya, mamaduka, ntsekouras, scruffian, talldanwp, thomask. See #57471. Fixes #57929. Built from https://develop.svn.wordpress.org/trunk@55568 git-svn-id: https://core.svn.wordpress.org/trunk@55080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Updates the `@wordpress` packages to include the fixes for these regressions introduced in the 6.2 cycle: * [Regression] Navigation Block: Category/Custom taxonomy links are not searchable in the Link inserter [WordPress/gutenberg#49126 Gutenberg PR 49126]. See #57929 ✅ * [Regression] Post Editor: List View has no close button on mobile viewports [WordPress/gutenberg#49200 Gutenberg PR 49200] ✅ References: * [WordPress/gutenberg@811da1a Packages x.3.11 publish commit]. Follow-up to [55548]. Props andraganescu, costdev, get_dave, hellofromTonya, mamaduka, ntsekouras, scruffian, talldanwp, thomask. Reviewed by SergeyBiryukov, audrasjb. Merges [55568] to the 6.2 branch. See #57471. Fixes #57929. git-svn-id: https://develop.svn.wordpress.org/branches/6.2@55570 602fd350-edb4-49c9-b593-d223f7449a82
Updates the `@wordpress` packages to include the fixes for these regressions introduced in the 6.2 cycle: * [Regression] Navigation Block: Category/Custom taxonomy links are not searchable in the Link inserter [WordPress/gutenberg#49126 Gutenberg PR 49126]. See #57929 ✅ * [Regression] Post Editor: List View has no close button on mobile viewports [WordPress/gutenberg#49200 Gutenberg PR 49200] ✅ References: * [WordPress/gutenberg@811da1a Packages x.3.11 publish commit]. Follow-up to [55548]. Props andraganescu, costdev, get_dave, hellofromTonya, mamaduka, ntsekouras, scruffian, talldanwp, thomask. Reviewed by SergeyBiryukov, audrasjb. Merges [55568] to the 6.2 branch. See #57471. Fixes #57929. Built from https://develop.svn.wordpress.org/branches/6.2@55570 git-svn-id: http://core.svn.wordpress.org/branches/6.2@55082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
What?
Fixes: #48982
This is hot fix for showing the
close
button in List View when we inadvertently end up with the full screen list in mobile. This is not intended right now as he hide theList View
toggle in smaller viewports, but we can end up with it by having the respectivepreference
set(always open list view) or by having it open and resize the viewport.I've made the minimum changes here in order to add it in
6.2
. We probably need to evaluate this in more depth about the similar Tab Panel implementations in the code base, and also probably hiding it in mobile or updating how it works there in conjunction with the clarification of the preference that has not the effect expected in mobile.