-
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
[no QA] Create Set-up-the-Expensify-Card.md #46602
Conversation
@DylanDylann 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] |
A preview of your ExpensifyHelp changes have been deployed to https://2caf71aa.helpdot.pages.dev ⚡️ |
@joekaufmanexpensify The last step index is wrong. It should be 3 instead of 1 |
Hm, got it. Is there no way to add the image and have the set of steps continue on, rather than starting again from 1? |
This is a solution, I see we do that on other pages. What do you think? |
|
||
![Click the issue card button]({{site.url}}/assets/images/ExpensifyHelp-WorkspaceFeeds_02.png){:width="100%"} | ||
|
||
3. Select an existing bank account from the list, or follow the steps to add a new one. |
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.
3. Select an existing bank account from the list, or follow the steps to add a new one. | |
<ol start="3"> | |
<li>Select an existing bank account from the list, or follow the steps to add a new one.</li> | |
</ol> |
Not complete solution but rather a hack @joekaufmanexpensify @DylanDylann
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.
Hmm, I'd rather not do a hacky solution. Will just go with @DylanDylann's suggestion! |
Updated file to move the images to the end of each numbered section! |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeScreen.Recording.2024-08-05.at.10.20.40.moviOS: NativeiOS: mWeb SafariScreen.Recording.2024-08-05.at.10.19.51.movMacOS: Chrome / SafariScreen.Recording.2024-08-05.at.10.19.11.movMacOS: Desktop |
🎯 @DylanDylann, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #46790. |
TY both! |
🚀 Deployed to staging by https://github.com/MariaHCD in version: 9.0.17-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.17-2 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.17-2 🚀
|
1 similar comment
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.17-2 🚀
|
Details
Adding new Expensify Card Help article
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/408330
Tests
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