-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Removing shouldKeyReportActionsByID #15583
Conversation
@Santhosh-Sellavel @techievivek 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] |
@roryabraham or @techievivek is this live? |
Yep |
Will continue testing this one, tomorrow! |
Did some testing today, worked well. But I ran into some errors like Split & request api failures not sure whether it's relevant here. Will investigate and update here! May be a temporary failure due to network failures, couldn't reproduce anymore! |
Reviewer Checklist
Screenshots/VideosIncluded web & desktop screens alone here, everything works well across all platforms. No UI is affected, let me know if any screens requireds. Webweb-720p.movDesktopScreen.Recording.2023-03-28.at.1.27.34.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!
🎯 @Santhosh-Sellavel, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #16587. |
✋ 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/techievivek in version: 1.2.91-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.2.91-1 🚀
|
HOLD till https://github.com/Expensify/Web-Expensify/pull/36634 is live.
Details
Removing shouldKeyReportActionsByID since its unnecessary moving forward
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/254606
Tests
Test the following on newDot and confirm the reportActions show up fine,
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
I haven't added screenshots since there isn't much to show. It's just doing simple actions and confirming there are no errors thrown. If some screenshots / videos are still needed let me know.
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android