-
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
Rename docs/articles/send-money/Everything-About-Chat.md to docs/arti… #13272
Conversation
…cles/other/Everything-About-Chat.md Moving "Chat" article from Send Money folder to Other folder.
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
@joelbettner 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] |
Hi @maddylewis, just to follow the procedure to merge the PR in the App, could you check off the checkboxes for the PR Author Checklist (those only apply for NewDot code changes, so they don't apply to NewHelp) and add a new comment here in the PR with the text |
I have read the CLA Document and I hereby sign the CLA. thanks, @marcochavezf ! |
Reviewer Checklist
|
Hmm seems the CLA job is a little clunky here 😅 Not sure if there's a bug where it should match the exact text or if there's a problem with the node version. @maddylewis could you try again posting a new comment with the text |
I have read the CLA Document and I hereby sign the CLA |
Cool, it worked, thanks! |
✋ 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 production by @chiragsalian in version: 1.2.38-6 🚀
|
We forgot to add the article to the LHN navigation in [this PR](#13272). This should fix it.
…cles/other/Everything-About-Chat.md
Moving "Chat" article from Send Money folder to Other folder.
Details
Fixed Issues
$ GH_LINK
PROPOSAL: GH_LINK_ISSUE(COMMENT)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
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)Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android