-
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
Un-restrict IOU reactions #16667
Un-restrict IOU reactions #16667
Conversation
@Santhosh-Sellavel @grgia 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] |
IOU Messages get disappeared for me Old IOUScreen.Recording.2023-03-30.at.12.08.03.AM.movNew IOUScreen.Recording.2023-03-30.at.12.10.25.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.
Please check the above
My apologies, I'll put this on hold, this should have been a draft PR. There is a backend change that needs to be deployed before this will work |
hi @Santhosh-Sellavel can you please re-test now that the backend is deployed? |
Will test it later today. |
Reviewer Checklist
Screenshots/VideosWeb & DesktopScreen.Recording.2023-04-07.at.7.35.58.AM.movMobile Web - ChromeScreen_Recording_20230407_222621_Chrome.mp4Mobile Web - SafariSimulator.Screen.Recording.-.iPhone.14.-.2023-04-07.at.22.13.36.mp4iOSSimulator.Screen.Recording.-.iPhone.14.-.2023-04-07.at.22.11.47.mp4AndroidScreen_Recording_20230407_223529_New.Expensify.mp4 |
@stitesExpensify Looks good mostly I noticed two bugs.
Screen_Recording_20230407_222823_Chrome.mp4But this is not specific to IOU alone |
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.
Tests well!
@Santhosh-Sellavel are either of those specific to IOU reactions? I think both will happen with other types of messages as well |
Yes @stitesExpensify |
Can I report it in slack? |
Good to merge? Or waiting until those bugs are handled? |
Sorry, I'm a bit confused. @Santhosh-Sellavel are you saying that:
|
Also, is that bug in your video the same as this one? #15818 |
I think that might be this one #16506 |
@stitesExpensify Yes this one
|
What about (2)? |
Is 2 the same as this bug? #15818 |
I was confused too. But no it was a different bug. |
Sorry, and to clarify, does that happen to all comments? Or only IOU? If it's all comments, then feel free to report it in expensify-bugs. If not, then I should fix it here before we merge |
Cool, I'll check that again it's not happening on latest staging |
Sorry for the delay, I can confirm this occurs for the normal message too. It's reproducible on staging too. So we are good to go! StagingStaging_s.mp4DevScreen_Recording_20230412_015054_Chrome.mp4 |
🚀 Deployed to staging by https://github.com/stitesExpensify in version: 1.2.99-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.2.99-6 🚀
|
Details
When we released emoji reactions there was a backend bug that caused IOU reactions to disappear when being reacted to. To prevent this from appearing in the front end we prevented users from reacting to IOU message.
Now that the backend has been fixed, we can un-restrict the ability to react to IOUs.
Fixed Issues
$ #16549
PROPOSAL: GH_LINK_ISSUE(COMMENT)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
2023-03-29_15-44-47.mp4
Mobile Web - Chrome
2023-03-29_15-43-33.mp4
Mobile Web - Safari
2023-03-29_15-27-27.mp4
Desktop
2023-03-29_15-46-46.mp4
iOS
2023-03-29_15-17-03.mp4
Android
2023-03-29_15-42-33.mp4