Skip to content
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

Merged
merged 2 commits into from
Jun 22, 2021

Conversation

parasharrajat
Copy link
Member

@parasharrajat parasharrajat commented Jun 21, 2021

Details

Fixed Issues

Fixes #2258

Tests | QA Steps

  1. Open E.cash.
  2. Open any conversation.
  3. Type any message in the composer but don't send it.
  4. Add an attachment from the plus menu.
  5. Button should say send and After clicking send text should be posted followed by that image.
  6. Repeat all the above steps in each platform.

Tested On

  • Web
  • Mobile Web
  • Desktop
  • iOS
  • Android

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

@parasharrajat parasharrajat requested a review from a team as a code owner June 21, 2021 17:17
@MelvinBot MelvinBot requested review from Jag96 and removed request for a team June 21, 2021 17:18
Copy link
Contributor

@Jag96 Jag96 left a 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')}
Copy link
Contributor

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',
Copy link
Contributor

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

@parasharrajat parasharrajat requested a review from Jag96 June 22, 2021 06:33
@parasharrajat
Copy link
Member Author

@Jag96 Updated.

@parasharrajat
Copy link
Member Author

Ready for review

Copy link
Contributor

@Jag96 Jag96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Jag96 Jag96 merged commit 1669c45 into Expensify:main Jun 22, 2021
@OSBotify
Copy link
Contributor

✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release.

@OSBotify
Copy link
Contributor

🚀 Deployed to staging in version: 1.0.73-4🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

@OSBotify
Copy link
Contributor

🚀 Deployed to production in version: 1.0.74-0🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

@parasharrajat parasharrajat deleted the composer-image branch November 4, 2022 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[HOLD for payment June 29] Update compose box to send photos and text in one message
3 participants