-
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
Remove additional letters #18837
Remove additional letters #18837
Conversation
@johnmlee101 @mollfpr One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
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.
Just need to add comments and fix the spaces.
Requested changes has been done @mollfpr and @johnmlee101 |
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.
Thanks @kaushiktd! So far so good.
@@ -591,6 +592,10 @@ class ReportActionCompose extends React.Component { | |||
const commentAfterColonWithEmojiNameRemoved = this.state.value.slice(this.state.selection.end).replace(CONST.REGEX.EMOJI_REPLACER, CONST.SPACE); | |||
|
|||
this.updateComment(`${commentBeforeColon}${emojiCode} ${commentAfterColonWithEmojiNameRemoved}`, true); | |||
// Clear the contents of a TextInput in some android keyboards | |||
if (RNTextInputReset) { | |||
RNTextInputReset.resetKeyboardInput(findNodeHandle(this.textInput)); |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Reviewer Checklist
Screenshots/VideosWeb18837.Web.movMobile Web - Chrome18837.mWeb.Chrome.movMobile Web - Safari18837.mWeb.Safari.mp4Desktop18837.Desktop.moviOS18837.iOS.mp4Android18837.Android.mov |
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.
Bump @johnmlee101
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.
One minor change then should be g2g 👍
android/app/src/main/java/com/expensify/chat/RNTextInputResetModule.java
Outdated
Show resolved
Hide resolved
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.
One minor change then should be g2g 👍
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Since I'm not fully aware of the system, I was curious to know when I'm going to award the project on upwork! @johnmlee101 @mollfpr |
🚀 Deployed to staging by https://github.com/johnmlee101 in version: 1.3.15-0 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.3.15-12 🚀
|
Details
Remove additional letters after selecting a suggested emoji (in android devices).
Fixed Issues
$ #16106
$ #16106 (comment)
Tests
I've test all the scenario with selected emojis in android and ios platform.
Steps to follow:
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Screen.Recording.2023-05-12.at.10.25.29.AM.mov
Mobile Web - Chrome
Mobile Web - Safari
Desktop
Screen.Recording.2023-05-12.at.10.29.17.AM.mov
iOS
ios.mov
Android
![Screenshot_2023-05-11-10-06-55-56_4f9154176b47c00da84e32064abf1c48](https://github.com/Expensify/App/assets/43398804/4fe7d57c-0c76-40d3-9f83-d664e8890259)Record_2023-05-11-10-07-04.mp4