-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Feature: Send image with text via composer #3708
Conversation
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.
Tested and works well! Just a couple of requests for the language files
@@ -137,7 +137,7 @@ class AttachmentModal extends PureComponent { | |||
success | |||
style={[styles.buttonConfirm]} | |||
textStyles={[styles.buttonConfirmText]} | |||
text={this.props.translate('common.upload')} | |||
text={this.props.translate('common.send')} |
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.
Can you remove the old upload
const value if it is unused now?
@@ -49,6 +49,7 @@ export default { | |||
invite: 'Invite', | |||
iAcceptThe: 'I accept the ', | |||
passwordCannotBeBlank: 'Password cannot be blank', | |||
send: 'Send', |
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.
Can you also make sure these updates are included in the es.js
file? You can just google translate to Spanish for now
@Jag96 Updated. |
Ready for review |
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.
LGTM
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging in version: 1.0.73-4🚀
|
🚀 Deployed to production in version: 1.0.74-0🚀
|
Details
Fixed Issues
Fixes #2258
Tests | QA Steps
Tested On
Screenshots
Web
image-text-w.mp4
Mobile Web
image-text-m.mp4
Desktop
image-text-d.mp4
iOS
image-text-i.mp4
Android
image-text-a.mp4