-
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
Fix: emojis not getting fetched again after pressing enter #9147
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.
You need to assign yourself to the PR and assign the C+ member as a reviewer as well (@Santhosh-Sellavel in this case). :-)
@Luke9389, I think I can't assign someone in the PR and melvin requests the review from CME and C+ but for some reason it only requested the review from you. |
Yes, you’re right |
Huh, it seems we've got some funky behavior on GH today. |
Is there a problem going on? I just checked other issues the PR isn't getting mentioned in the issues. |
Yes, you’re right you can’t assign anyone. I just know the reason why pullbear doesn’t request review from me. I am taking time off from Jun 01, so I asked to remove from C+ assigning temporarily. |
PR Reviewer Checklist
|
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.
Looks good and tests well!
We're missing mobile platform tests. |
@Luke9389 We have emoji search only on Web/Desktop |
@Puneet-here Add steps for other platforms too & what to expect in PR Description. So that it is easy to follow for QA. Thanks! |
✋ 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 production by @Julesssss in version: 1.1.67-0 🚀
|
Details
After entering an invalid search term if you press enter and press backspace the emoji won't be fetched again. This PR fixes that.
Note: The PR is only for desktop and Web
Fixed Issues
$ #8287
Tests
Note: The PR is only for desktop and Web
PR Review Checklist
Contributor (PR Author) Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
displayName
propertythis
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)PR Reviewer Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesSTYLE.md
) were followed/** comment above it */
displayName
propertythis
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)QA Steps
Note: The PR is only for desktop and Web
Screenshots
Web
Screen.Recording.2022-05-24.at.9.08.55.PM.mov
Desktop
Screen.Recording.2022-05-24.at.9.11.26.PM.mov
We can only use search in desktop and web