-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[QBD] [Import] Items page #51043
[QBD] [Import] Items page #51043
Conversation
@MarioExpensify 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] |
title={translate('workspace.accounting.import')} | ||
switchAccessibilityLabel={translate('workspace.qbd.items')} | ||
isActive={!!qbdConfig?.importItems} | ||
onToggle={(isEnabled) => QuickbooksDesktop.updateQuickbooksDesktopSyncItems(policyID, isEnabled, !!qbdConfig?.importItems)} |
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.
Actually it's a bit redundant to pass previous value
Because it's a boolean value anyway
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.
Yay, but I prefer to pass current value, so it will be clearer to me.
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 don't mind 😅
But we use this pattern for QBO and other update QBD functions
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.movAndroid: mWeb Chromeandroid-web.moviOS: Nativeios.moviOS: mWeb Safariios-web.movMacOS: Chrome / Safariweb.movMacOS: Desktopdesktop.mov |
LGTM ! |
✋ 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/lakchote in version: 9.0.51-1 🚀
|
@ZhenjaHorbach @lakchote @MarioExpensify |
@mvtglobally, I just updated step 7. Sorry if it caused confusion about "server side" to you. |
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.0.51-4 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.0.51-4 🚀
|
Details
Fixed Issues
$ #49706
PROPOSAL:
Tests
Same as QA steps
Offline tests
Same as QA steps
QA Steps
Prerequisites:
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
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
Screen.Recording.2024-10-18.at.00.35.43.mov
Android: mWeb Chrome
Screen.Recording.2024-10-18.at.00.27.24.android.chrome.mov
iOS: Native
Screen.Recording.2024-10-18.at.00.31.25.ios.mov
iOS: mWeb Safari
Screen.Recording.2024-10-18.at.00.32.43.ios.safari.mov
MacOS: Chrome / Safari
Screen.Recording.2024-10-18.at.00.18.14.web.mov
MacOS: Desktop
Screen.Recording.2024-10-18.at.00.25.11.desktop.mov