Fix text-only empty state view layout#19820
Merged
salimbraksa merged 3 commits intotrunkfrom Jan 9, 2023
Merged
Conversation
Contributor
You can test the changes in WordPress from this Pull Request by:
|
Contributor
You can test the changes in Jetpack from this Pull Request by:
|
twstokes
approved these changes
Jan 3, 2023
Contributor
twstokes
left a comment
There was a problem hiding this comment.
LGTM @salimbraksa! 🚀 The testing steps passed for me.
I was curious why this check existed in the first place and saw that it was added in #11550 due to a crash. I failed to reproduce it (although they couldn't in the PR either) and noticed that the stack trace in the issue included the call to traitCollectionDidChange which was replaced semi-recently in #19555. Perhaps that's no longer a risk.
I tested a few other views that use the NRV and didn't spot any issues:
- Site Tags
- Themes
- Stock Photos
- Pages
- Posts
…o task/19620-fix-media-no-results-layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #19620
Description
This PR resolves a layout issue impacting the "No media matching your search" message of the Media Picker screen.
CleanShot.2022-12-29.at.14.23.06.mp4
CleanShot.2022-12-29.at.13.58.46.mp4
Test Instructions
Regression Notes
The
NoResultsViewControllercode was slightly modified and shouldn't cause unintended bugs. But it would be great to double check the empty state of other screen looks normal ( e.g. Notifications screen ).What I did to test those areas of impact (or what existing automated tests I relied on)
Manual testing.
What automated tests I added (or what prevented me from doing so)
None.
PR submission checklist:
RELEASE-NOTES.txtif necessary.