-
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: redirect to a proper page from reconciliation account page #46400
Conversation
opening but I couldn't test on Android - emulator doesn't want to cooperate 😅 |
@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] |
Reviewer Checklist
Screenshots/VideosAndroid: NativePS. I was able to build android native but the login button was not responsive after many tries, @DylanDylann helped us with this and they confirmed that android runs successfully. So i am attaching their video for the checklist.353368818-48d6cc94-2050-4d26-9934-1517e2dc45ca.1.movAndroid: mWeb ChromeScreen.Recording.2024-07-30.at.3.34.53.PM.moviOS: NativeScreen.Recording.2024-07-30.at.11.35.37.AM.moviOS: mWeb SafariScreen.Recording.2024-07-30.at.10.15.56.AM.movMacOS: Chrome / SafariScreen.Recording.2024-07-30.at.10.08.01.AM.movMacOS: DesktopScreen.Recording.2024-07-30.at.10.14.29.AM.mov |
@koko57, we also need |
Was this resolved? I am not able to log in on android native |
@DylanDylann not yet :/ |
@allgandalf not yet :/ |
@allgandalf I can help @koko57 to test on the Android emulator. The video will be ready soon 😄 |
aaah sorry for tagging you @DylanDylann! and thanks a lot!!! ❤️ |
@koko57 not yet :/ |
Thanks @DylanDylann , i am able to build but not login into android native. looking for the video |
Screen.Recording.2024-07-30.at.14.48.56.mov@koko57 @allgandalf Working well for me |
Thank you @DylanDylann , I will use your video for the checklist, still not able to login idk why ;) |
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.
Works as expected. this looks ready for staging 👍
bump to @mountiny for merging this PR |
friendly bump @mountiny , whenever you find time 😄 |
✋ 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.17-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.17-2 🚀
|
2 similar comments
🚀 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 🚀
|
Details
Fixed Issues
$ #46083
PROPOSAL: -
Tests
PREREQUISITES: You need to have Expensify Card and accounting connection enabled. If you don't have any connection enabled, comment out this line:
App/src/components/ConnectionLayout.tsx
Line 132 in c486e56
and then you can access the page by adding '/settings/workspaces/[workspaceID]/accounting/[connection]/card-reconciliation/account` to the base url
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
iOS: Native
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-07-29.at.11.34.48.mp4
iOS: mWeb Safari
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-07-29.at.11.35.19.mp4
MacOS: Chrome / Safari
Screen.Recording.2024-07-29.at.11.05.43.mp4
MacOS: Desktop
Screen.Recording.2024-07-29.at.11.05.02.mp4