-
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
[RNMobile] Small refinements to upload error message #38951
Conversation
With this commit, the error message's copy is tweaked to make it as clear as possible that users need to tap for more information about the error.
The text in the error message is aligned to the centre for various blocks with this commit. This follows design feedback.
Size Change: 0 B Total Size: 1.16 MB ℹ️ View Unchanged
|
👋 @iamthomasbishop, this has the tweaks you suggested in wordpress-mobile/gutenberg-mobile#2448 (comment). Looking forward to hearing whether this matches what you were thinking or if you have any further ideas! |
@SiobhyB The copy looks good, thanks for that! Just want to confirm one thing: we're still showing the ActionSheet/Dialog (the one that contains the "Retry" and "Cancel"/"Remove" buttons) when you tap on the error message, correct? |
Thank you @iamthomasbishop!
That's right, this PR doesn't make any changes to the ActionSheet/Dialog, which will continue to have the "Retry" and "Cancel" options. 👍 |
gutenberg-mobile
: wordpress-mobile/gutenberg-mobile#4597Addresses design tweaks that were requested here: wordpress-mobile/gutenberg-mobile#2448 (comment)
Description
This PR includes a couple of small refinements to upload errors that display within media upload blocks. Those refinements include the following:
Failed to insert media. Please tap for options.
toFailed to insert media. Tap for more info.
The purpose of this change is to make it clearer that a more verbose, specific error message can be found by tapping on the failed upload.Testing Instructions
Steps to test:
Screenshots
Types of changes
Small, non-breaking changes to an error message's copy and text alignment.
Checklist:
*.native.js
files for terms that need renaming or removal).