-
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
Patch 116 #48354
Patch 116 #48354
Conversation
…-integrations.md Article updates to include content from community
Updated to include renaming of article
@mollfpr 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] NOTE: It looks like |
I'm not sure what this PR and the author seem not to assign to the issue. cc @dangrous |
ah no worries @mollfpr this is for the help site, you can just approve it (don't need to review) and we'll review it internally |
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.
Technically this is fine, I'm happy to merge. One copy question though @ren-jones - sometimes receipts@expensify.com
is in quotes and sometimes it isn't. Are we fine with that? Should we standardize?
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
Bumping this @ren-jones - and now we have conflicts - so we'll need to at least update for that, then let me know what you want to do re: the email addresses. Thanks! |
Bumping the above, thanks @ren-jones ! |
Bump again for conflicts and confirmation on what to do about the email addresses, thanks @ren-jones ! |
Thank you for following up on this! We're going to keep the email addresses without the quotation marks. Conflicts fixed and ready to be merged! |
copying what I put in Slack just for the record: okay great! then if we’re doing no quotes we need to update these ones https://github.com/Expensify/App/pull/48354/files#diff-e7b2c37b635fc89b0d16a2b5033401119ff9218d7554f6134b8bff624acf07b4R75-R76 |
Bump again, just to update the couple places where we need to remove the quotes around email addresses (link above). Then we should be all set! |
Removing quotations around email address
Fixed! Thanks for the bump on this! |
@dangrous looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
🚀 Deployed to staging by https://github.com/dangrous in version: 9.0.52-0 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.0.52-5 🚀
|
Details
Fixed Issues
$#36581
PROPOSAL:
Tests
Offline tests
QA Steps
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
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/Videosundefined