-
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
Clean Up Comments in PaymentMethods.js #12297
Conversation
A straight forward change. @Justicea83 Here's the attached screenshots and checklist.
ScreenshotsWebMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
We got a c+ to test. Thanks @mananjadhav |
🚀 Deployed to staging by @ctkochan22 in version: 1.2.22-1 🚀
|
🚀 Deployed to production by @Julesssss in version: 1.2.22-3 🚀
|
@ctkochan22 @joelbettner @Justicea83 This is deployed on production and eligible for C+ Review payment. Can someone please help with this? |
Yes, let me follow up about that. Sorry @mananjadhav |
Reopening and the issue to get payment sorted |
@ctkochan22 Did you get a chance to get someone on this? |
@ctkochan22 Quick bump on this one? |
Details
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/233288
Tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting 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)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting 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
have been tested & I retested again)/** 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)Screenshots
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android
Could not run emulator because the deprecated Jcenter has been shutdown.