-
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
fixed: dev: '0:undefined:' displayed in reaction emoji tooltip #23371
fixed: dev: '0:undefined:' displayed in reaction emoji tooltip #23371
Conversation
@Santhosh-Sellavel 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] |
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
2ca0b1d
to
e87117d
Compare
@Santhosh-Sellavel I need to do extra thing on this PR? |
@jfquevedol2198 Include Test steps |
Moved here #23371 (comment) |
I noticed a couple of issues,
Screen.Recording.2023-07-24.at.1.18.18.AM.mov@stitesExpensify Is these valid bugs to be reported or not thanks? |
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.
Mostly Looks good.
- Waiting for test steps and change from contributor
- Waiting for clarification from @stitesExpensify for this fixed: dev: '0:undefined:' displayed in reaction emoji tooltip #23371 (comment).
@Santhosh-Sellavel Test steps:
|
@Santhosh-Sellavel #2 is done in PR update. |
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.
The code seems to test well online. When offline, however when offline it is not possible to view who has reacted if you are the first. I think if we put this into the optimistic data instead of the success data it will be fixed
@jfquevedol2198 added a review. @Santhosh-Sellavel can you see if you agree with my comments? |
@stitesExpensify @Santhosh-Sellavel |
@Santhosh-Sellavel @stitesExpensify |
@stitesExpensify Initiate workflow |
I just realized on re-review that I don't think that this is the correct solution 😬 Emoji Reactions are no longer going to be stored on the reportAction message as of the PR that caused this bug. They are only going to be stored in the |
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.
Code is looking much better. As soon as @Santhosh-Sellavel makes sure it tests well I'll merge.
@Santhosh-Sellavel can you please check so that I can update if have any issue? |
@jfquevedol2198 Looks good add it to the PR description thanks! Step 5 Verify Emoji & Count & user details are shown correctly, thanks! |
@Santhosh-Sellavel I just added |
Reviewer Checklist
Screenshots/VideosWeb & DesktopScreen.Recording.2023-07-26.at.4.46.05.AM.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.
LGTM tests well!
All yours @stitesExpensify!
@stitesExpensify can we merge tonight this if all good? |
Yes we can :) |
✋ 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 by https://github.com/stitesExpensify in version: 1.3.46-0 🚀
|
🚀 Deployed to staging by https://github.com/stitesExpensify in version: 1.3.47-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 1.3.46-2 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.47-6 🚀
|
@Santhosh-Sellavel @stitesExpensify Whats the next step on this? This was first assignment for me so I am wondering.. |
@jfquevedol2198 Just payment pending, please keep the discussion on the issue for general doubts thanks! |
Details
#23307
Fixed Issues
$ #23307
PROPOSAL: #23307 (comment)
Tests
Offline tests
QA Steps
Web, Desktop, mWeb, Mobile
Long touch on Emoji (Mobile & mWeb)
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
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android