-
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 wallet page opens when refreshing in "Validate your account" page #51630
Fix wallet page opens when refreshing in "Validate your account" page #51630
Conversation
@alitoshmatov 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] |
@bernhardoj Can you retest, the issue is still present on my testing Screen.Recording.2024-11-10.at.3.00.29.PM.mov |
Oh what, that's so weird. The change from my proposal somehow isn't committed. Maybe I just missed it. Updated @alitoshmatov |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb Chromeverify-mweb.moviOS: Nativeverify-ios.mp4iOS: mWeb Safariverify-safari.mp4MacOS: Chrome / Safariverify-web.movMacOS: Desktopverify-desktop.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!
@bondydaa Bump |
I am no longer with Expensify, please reach out in slack to get this reassigned. |
Taking this over, thank you @bondydaa @alitoshmatov |
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, let's move forward. Thank you guys!
✋ 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/MarioExpensify in version: 9.0.68-0 🚀
|
This PR is failing because of issue #53253 |
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.68-7 🚀
|
Details
When we are trying to pay with expensify, but not validated yet, a validate page will show. Refreshing the page will show wallet page behind the RHP.
Fixed Issues
$ #50285
PROPOSAL: #50285 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
Use an unvalidated account
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
android.mp4
Android: mWeb Chrome
android.mweb.mp4
iOS: Native
ios.mp4
iOS: mWeb Safari
ios.mweb.mp4
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4