-
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
Fix/47308 workspace feed cleanup #48408
Fix/47308 workspace feed cleanup #48408
Conversation
@mountiny I'm getting code 666 for the response, but it's probably because I don't have accounting connection set up and I just did a workaround to test it. I also included the testing steps for system DMs, but I can remove it if the BE is not ready |
@allgandalf 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] |
The react compiler action is not happy. You can create a free trial qbo account to connect to qbo and test that i think. @allgandalf or @DylanDylann could try that |
I think the action takes a diff of files it can compile on main an on thi branch and if there is a single file that is newly un-compilable it would fail. So its ok it is listing files we did not touch but there will be probably one that this PR made unable to compile. I will rerun this action just in case |
// TODO: instead of the first bankAccount on the list get settlementBankAccountID from the private_expensifyCardSettings NVP and check if that is connected via Plaid. | ||
const isConnectedWithPlaid = useMemo(() => !!Object.values(bankAccountList ?? {})[0]?.accountData?.additionalData?.plaidAccountID, [bankAccountList]); | ||
const [cardSettings] = useOnyx(`${ONYXKEYS.COLLECTION.PRIVATE_EXPENSIFY_CARD_SETTINGS}${workspaceAccountID}`); | ||
const isConnectedWithPlaid = useMemo( |
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 believe its complaining about this file
@mountiny now it succeed |
Reviewer Checklist
Screenshots/VideosMacOS: Chrome / SafariScreen.Recording.2024-09-03.at.12.56.03.AM.movMacOS: DesktopScreen.Recording.2024-09-03.at.12.58.30.AM.movAndroid: NativeScreen.Recording.2024-09-03.at.1.08.21.AM.movAndroid: mWeb ChromeScreen.Recording.2024-09-03.at.1.09.44.AM.moviOS: NativeScreen.Recording.2024-09-03.at.1.01.28.AM.moviOS: mWeb SafariScreen.Recording.2024-09-03.at.1.02.46.AM.mov |
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.
LGTM, lets ship it 🚀
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.
Thanks, looks good to me, I will remove the report action test steps from the QA as it cannot be QAed yet
✋ 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 staging by https://github.com/mountiny in version: 9.0.28-0 🚀
|
@mountiny we're not able to change the reconciliation account yet, so will not be able to test that part. Any chance you can QA this PR internally to ensure full coverage? |
@mountiny I'm checking this off as the last PR on the checklist despite the fact that Applause hasn't been able to fully verify it. Please perform internal QA on this to make sure it worked as expected. Thanks! |
🚀 Deployed to production by https://github.com/roryabraham in version: 9.0.28-3 🚀
|
Details
Fixed Issues
$ #47308
$ #48376
PROPOSAL:
Tests
PREREQUISITES: workspace feed / all betas enabled, Expensify Card enabled, accounting enabled
Reconciliation Account
Card Name
Offline tests
QA Steps
same as above
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)Design
label so the design team can review the changes.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
Screen.Recording.2024-09-02.at.16.45.30.mp4
iOS: Native
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-09-02.at.16.37.33.mp4
iOS: mWeb Safari
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-09-02.at.16.40.07.mp4
MacOS: Chrome / Safari
Screen.Recording.2024-09-02.at.15.21.46.mp4
MacOS: Desktop
Screen.Recording.2024-09-02.at.16.26.12.mp4