-
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 navigation issue for reconciliation #51359
Fix navigation issue for reconciliation #51359
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-11-13.at.7.55.58.in.the.morning.movAndroid: mWeb ChromeScreen.Recording.2024-11-13.at.7.49.55.in.the.morning.moviOS: NativeScreen.Recording.2024-11-13.at.8.09.27.in.the.morning.moviOS: mWeb SafariScreen.Recording.2024-11-13.at.7.49.55.in.the.morning.movMacOS: Chrome / SafariScreen.Recording.2024-10-28.at.11.24.28.in.the.morning.movMacOS: DesktopScreen.Recording.2024-11-13.at.8.12.01.in.the.morning.mov |
@twilight2294 I can't see the account option on small screen sizes |
Can you try opening wallet page first and then do this? i guess there is an existing bug where we do not have the App/src/pages/workspace/accounting/reconciliation/CardReconciliationPage.tsx Lines 109 to 114 in 4d65cc7
|
bump @getusha |
@twilight2294 same after opening the wallet page, but i am getting navigated when toggling Screen.Recording.2024-11-04.at.7.00.53.in.the.evening.mov |
@getusha can you try setting bank account again? idk why the bank account is not visible, and not changes in our PR might have caused it to hide, I'll merge main just to be safe, can you retest? |
@getusha can you please try again |
@twilight2294 are you sure it's working for you? i tried with a different account, could you try? |
yes it does work, you are probably not seeing the option because of the following condition:
Please make sure that Screen.Recording.2024-11-11.at.3.08.07.PM.movdo let me know if i can help you any other way |
Figured it out i had to select the account after enabling 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.
LGTM
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.
✋ 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/NikkiWines in version: 9.0.62-0 🚀
|
This PR is failing for mWeb because of issue #52548 |
@IuliiaHerets that is an existing bug present in the App, also see the testing steps, we fixed the issue of navigation only |
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.62-4 🚀
|
Details
Fixed Issues
$ #50498
PROPOSAL: #50498 (comment)
Tests
Precondition:
Verify that on clicking Reconciliation account we get redirected to new RHP
Offline tests
N/A
QA Steps
Precondition:
Verify that on clicking Reconciliation account we get redirected to new RHP
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-24.at.12.48.39.AM.mov
Android: mWeb Chrome
Screen.Recording.2024-10-24.at.12.52.16.AM.mov
iOS: Native
Screen.Recording.2024-10-24.at.12.41.33.AM.mov
iOS: mWeb Safari
Screen.Recording.2024-10-24.at.12.38.42.AM.mov
MacOS: Chrome / Safari
Screen.Recording.2024-10-24.at.12.34.21.AM.mov
MacOS: Desktop
Screen.Recording.2024-10-24.at.12.39.48.AM.mov