-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add link to NewHelp #13898
Add link to NewHelp #13898
Conversation
@eVoloshchak @ctkochan22 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] |
@ctkochan22 @eVoloshchak could you complete the PR Reviewer checklist to pass the GH checks? |
@eVoloshchak you have time to do the checklist? |
I will be able to do that in ±12 hours, would that be ok? |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-01-14.at.12.41.18.movMobile Web - ChromeScreen_Recording_20230114-165733_Chrome.mp4Mobile Web - SafariScreen.Recording.2023-01-14.at.16.56.59.movDesktopScreen.Recording.2023-01-14.at.12.42.16.moviOSScreen.Recording.2023-01-14.at.16.56.35.movAndroidScreen_Recording_20230114-165515_Chrome.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.
LGTM
Thank you guys! I'm going to merge it now |
Performance Comparison Report 📊Significant Changes To DurationThere are no entries Meaningless Changes To DurationShow entries
Show details
|
local app is crashing because of this PR, we are using themeColors on GetAssistance Page but have not imported |
Oh, true, thank you Then again, even if linter would have caught it and we added the Screen.Recording.2023-01-15.at.11.46.42.movSo to actually fix this we need to delete this line. I'm going to open a PR shortly App/src/pages/GetAssistancePage.js Line 62 in 7ca2979
There's also a post for this on Slack @jayeshmangwani created PR is up |
This is a good example why we should re-test after merging into |
🚀 Deployed to staging by @marcochavezf in version: 1.2.55-0 🚀
|
🚀 Deployed to production by @AndrewGable in version: 1.2.55-0 🚀
|
@marcochavezf - Can you please production QA this? |
Tested on all platforms and looks good |
was checking if am I eligible for the bonus to reporting a regression. |
@eVoloshchak @aimane-chnaif can you please confirm this, I am not able to find the original issue to comment |
@jayeshmangwani original issue is internal so you can 👁️ this thread and request bonus at the time when @eVoloshchak gets compensation for internal PR review. @eVoloshchak this is a good chance to test automation of creating issue 🙂 |
@aimane-chnaif, thank you for the info! |
Also leaving a note that this had a regression that couldn't be prevented by following the checklist, not sure what're the rules on that |
Details
Add link to NewHelp site from Settings page and Get assistance page.
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/240970
Tests
Offline tests
N/A
QA Steps
Same as
Test
stepsPR 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.Screenshots/Videos
Web
Screen.Recording.2023-01-09.at.17.40.34.mov
Mobile Web - Chrome
Screen.Recording.2023-01-09.at.17.45.57.mov
Mobile Web - Safari
Screen.Recording.2023-01-09.at.17.46.58.mov
Desktop
Screen.Recording.2023-01-09.at.17.49.06.mov
iOS
Screen.Recording.2023-01-09.at.17.57.53.mov
Android
Screen.Recording.2023-01-09.at.17.56.56.mov