-
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
Create Account-Details.md #28346
Create Account-Details.md #28346
Conversation
Help article for Account Detail section of an Expensify Account including Secondary Login, Profile Picture, and Two-Factor Authorization
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request |
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.
Hey! So you're gonna want to remove all the <!--
s and -->
from this - except for that first line. Those make the text a comment, so it won't be seen by any users.
You'll also want to update the title line to title: Account Details
(I'm pretty sure, though not 100%). We don't need the -
and .md
in that line
Lastly, the other pages I've been seeing have a little bit more detail in the "description", something like "How to fill out your account profile and information" etc. But that's out of my purview so I'll leave that to you :)
So I have no idea how to edit a PR once I put it in. Should I close this and put a new one in? I was just following the template provided caused none of this makes sense to me hahaha :Joy: https://stackoverflowteams.com/c/expensify/questions/15135 Just putting this here so I don't lose it. Asking about the template and if it needs to be updated and questions related to how to complete this. https://expensify.slack.com/archives/C02QSAC6BJ8/p1695747746302429 |
So I can "suggest" the changes in this PR and you can then click "Commit suggestion" under each one, that's probably the easiest? Let me know what you want for the description and we can do that. Yeah at some point I think we should do a LOU or a primer or something on how to edit / update PRs since it's definitely a bit tricky if you're not used to it |
Let's just close this. |
Help article for Account Detail section of an Expensify Account including Secondary Login, Profile Picture, and Two-Factor Authorization
Details
Fixed Issues
$
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
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.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/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android