-
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
Move articles out of Accounts Settings and delete Account Settings #43879
Conversation
@ 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] |
@strepanier03 looks good! We need to add redirects for the articles that have been moved. |
Fixed the merge conflicts, pretty sure at least, it's not asking me to any longer 😂 |
Looks like we got a dupe redirect causing the build to fail, fixing that! |
Just realized it's going to give me a fail 1 issue at a time 😬 okay, working my way through them now. Infinite redirect found:
|
A preview of your ExpensifyHelp changes have been deployed to https://f899cff2.helpdot.pages.dev ⚡️ |
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.
I went through each of the docs I moved to Settings and they all open correctly and appear to work well. Looks good to me!
@rushatgabhane = All your's! |
assigning internal |
@blimpich 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 |
🎯 @rushatgabhane, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #49225. |
@bondydaa 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 |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
Looks like we have merge conflicts, can we fix those @strepanier03? Then it looks good to merge. |
I think that should have fixed the merge conflict for you sheena, removing myself as a reviewer since i've now committed but please double check this commit for me @blimpich fcefad8, I was looking at this code Line 575 in d54cbf8
|
🚀 Deployed to staging by https://github.com/blimpich in version: 9.0.36-1 🚀
|
🚀 Deployed to production by https://github.com/grgia in version: 9.0.36-2 🚀
|
Details
Per the request https://github.com/Expensify/Expensify/issues/396359#issue-2298272952 I've been tasked with moving all the articles currently under Classic > Settings > Account Settings to live under Classic > Settings instead.
This PR is a replacement from #42867. Thanks again @rushatgabhane for helping me learn this, I'm documenting the process for the team now.
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
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
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop