[Internal QA] Fix the way the reviewer checklist is found#12936
[Internal QA] Fix the way the reviewer checklist is found#12936sketchydroide merged 23 commits intomainfrom
Conversation
… login form span the full vertical height of the page
|
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
|
@sobitneupane @sketchydroide 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] |
|
Oops, I based this branch off of the wrong parent and it has extra changes. Let me clean it up |
Reviewer Checklist
|
|
@sketchydroide Filled Reviewer Checklist for the checks to pass. But it is not passing. Will test after it hits production. |
|
Triggered auto assignment to @NikkiWines ( |
|
✋ 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 @sketchydroide in version: 1.2.31-0 🚀
|


cc @dangrous
Details
Problem was spotted here: #12771 (comment)
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/239866
Tests
None. This can only be tested in production.
Offline tests
NA
QA Steps
This will be tested internally as soon as the PR is merged (we don't have to wait for a deploy)
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*filesWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)Avataris modified, I verified thatAvataris 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 Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick).src/languages/*filesWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarhave been tested & I retested again)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)Avataris modified, I verified thatAvataris working as expected in all cases)Screenshots
None are necessary since this does not touch the app code