-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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: Implemented media options sheet #13656
Conversation
Why do we only show the |
{ __( 'Image' ) } | ||
</Text> | ||
<Text style={ styles.emptyStateDescription }> | ||
{ __( 'UPLOAD IMAGE' ) } |
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.
Maybe change this string to: "Select Image" ?
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.
Hey @SergioEstevao , thanks for the comment.
You are right. I will fix that.
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.
Thank you for this PR @marecar3 !
I agree with @SergioEstevao that the button title should not be Upload
since we are not always uploading images (i.e. WP Media Library).
Do we need extra work to apply these changes to WPiOS? The buttons are not working there.
I left one code comment with a small issue, but the rest looks good. 👍
Working great now on iOS! |
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.
Working great now on iOS!
# Conflicts: # packages/block-library/src/image/edit.native.js
* Implemented media options sheet
* Implemented media options sheet
Introduced media options sheet based on Bottom sheet component.
Test : Gutenberg mobile PR : wordpress-mobile/gutenberg-mobile#539