-
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 close message #26662
fix close message #26662
Conversation
@abdulrahuman5196 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] |
@abdulrahuman5196 @mountiny The PR already review. |
@abdulrahuman5196 can you prioritize this PR by any chance? Thank you very much! 🙇 |
@mountiny Yes. I am planning to test it out tomorrow morning. Code looks fine. But this PR won't move through merge freeze right? If this PR is something urgent, I can re-shuffle and review it sooner. |
I actually think this could go through the merge freeze, I have found that clearing the error just to get it back after going back to the report is really bad ux so I would prefer to prioritize this one |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-09-04.at.10.51.36.PM.mp4Screen.Recording.2023-09-04.at.11.19.04.PM.movMobile Web - Chromeaz_recorder_20230904_225913.mp4az_recorder_20230904_232623.mp4Mobile Web - SafariUntitled.mp4Untitled.mp4DesktopScreen.Recording.2023-09-04.at.11.07.47.PM.mp4Screen.Recording.2023-09-04.at.11.34.17.PM.mp4iOSScreen.Recording.2023-09-04.at.11.04.11.PM.mp4Screen.Recording.2023-09-04.at.11.29.09.PM.mp4AndroidScreen.Recording.2023-09-04.at.11.05.25.PM.mp4Screen.Recording.2023-09-04.at.11.30.56.PM.mp4 |
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.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @mountiny
🎀 👀 🎀
C+ Reviewed
NAB: @namhihi237 Kindly mark "Offline tests" as N/A on the author's checklist |
Updated @abdulrahuman5196 |
Appreacite the urgency on this one, I have gone back to Slack to discuss with the team and while this is valuable addition its actually not that common to get these errors in produciton so nobody found this issue, hence its not critical and we wont merge this so we dont distract from the main goals |
@mountiny I have a question for the PRs that are held merged eligible to receive urgency bonuses or not? Thanks |
it was discussed in slack, but this time around we are going to not consider bonuses or penalties, its easier and this was the information at the beginning so its the most fair, you can focus on more prs at the same time, until monday the bonuses are not important |
@namhihi237 Could you do a merge from main as suggested here https://expensify.slack.com/archives/C01GTK53T8Q/p1694405959277169 |
Merge main and retest work well Screen.Recording.2023-09-12.at.01.37.28.mov |
I did re-test after merge from main. Changes looks good and works well. All yours. @mountiny Good to merge. 🎀 👀 🎀 |
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!
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.68-7 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.68-17 🚀
|
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.70-0 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 1.3.70-8 🚀
|
Details
clearReportActionErrors
use correct originalReportIDFixed Issues
$ #23066
PROPOSAL: #23066 (comment)
Tests
Offline tests
N/A
QA Steps
The same test
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
web.mov
Mobile Web - Chrome
mweb.mov
Mobile Web - Safari
safari.mov
Desktop
desktop.mov
iOS
ios.mov
Android
and.mov