-
Notifications
You must be signed in to change notification settings - Fork 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
Emoji is being deleted by itself fix #42367
Emoji is being deleted by itself fix #42367
Conversation
@hungvu193 Please 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] |
@roitman-g Can you add the screenshots/videos for desktop and Android native please? |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid.movAndroid: mWeb ChromemWebChrome.moviOS: Nativeios.moviOS: mWeb SafarimSafari.movMacOS: Chrome / Safarichrome.movMacOS: Desktopdesktop.mov |
@@ -498,7 +498,7 @@ function ComposerWithSuggestions( | |||
*/ | |||
const replaceSelectionWithText = useCallback( | |||
(text: string) => { | |||
updateComment(ComposerUtils.insertText(commentRef.current, selection, text)); | |||
updateComment(ComposerUtils.insertText(commentRef.current, selection, text), true); |
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.
NAB, can you please add a comment to explain why we should use debounce here?
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.
yes, i will do it later today
Do you still need this or did you cover it in reviewer checklist? |
Added the comment and videos for android native and mac app |
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 🎉
I think Merge freeze is over. This will be ready to merge @iwiznia |
🚀 Deployed to staging by https://github.com/iwiznia in version: 1.4.77-11 🚀
|
🚀 Deployed to staging by https://github.com/iwiznia in version: 1.4.77-11 🚀
|
🚀 Deployed to staging by https://github.com/iwiznia in version: 1.4.78-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/iwiznia in version: 1.4.78-0 🚀
|
🚀 Deployed to staging by https://github.com/iwiznia in version: 1.4.78-2 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/iwiznia in version: 1.4.78-2 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.78-5 🚀
|
Details
When emoji is being selected from the emoji selector of the app, it is not debounced. Which causes emoji being deleted if it is inserted one second before the user finished typing.
Fixed Issues
$#41778
PROPOSAL: $#41778 (comment)
Tests
Same as QA steps
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 methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Android: Native
android-native.mov
Android: mWeb Chrome
android-web.mov
iOS: Native
iphone-native-480.mov
iOS: mWeb Safari
iphone-web.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
mac-native.mov