-
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
[Mobile] EmptyList now uses useEditorWrapperStyles
hook and removes ReadableContentView
#50552
[Mobile] EmptyList now uses useEditorWrapperStyles
hook and removes ReadableContentView
#50552
Conversation
Size Change: 0 B Total Size: 1.39 MB ℹ️ View Unchanged
|
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.
Looks good! 🚀
I verified the test plan succeeded on an iPhone 14 Pro simulator and Google Pixel 3 XL emulator.
I imagine it likely makes sense to first merge #50447 and then update this to target the |
Exactly, let's do that 👍 |
bbc3169
to
e345b9a
Compare
Closes wordpress-mobile/gutenberg-mobile#5618
Related PRs:
useEditorWrapperStyles
hook and removesReadableContentView
wordpress-mobile/gutenberg-mobile#5764What?
Follow up of #50447 it updates the last component pending to use the
useEditorWrapperStyles
hook.Why?
The
EmptyList
component in the BlockList was still using theReadableContentView
component.How?
By updating the component to use the
useEditorWrapperStyles
hook. It also removes theReadableContentView
component from the codebase.Testing Instructions
Testing Instructions for Keyboard
N/A
Screenshots or screencast