-
Notifications
You must be signed in to change notification settings - Fork 3k
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 error when all the address fields are manually entered #56305
base: main
Are you sure you want to change the base?
Conversation
@DylanDylann 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] |
I am a little stuck on the iOS simulator builds. Will add later. |
NAB: This is an improvement. Let's add enabledWhenOffline prop to FormProvider in FullNameStep, DateOfBirthStep, and PhoneNumberStep to allow proceed when offline. We only need to disable the confirm button in offline Screen.Recording.2025-02-05.at.12.13.00.mov |
@DylanDylann i updated |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-02-06.at.15.27.26.movAndroid: mWeb ChromeScreen.Recording.2025-02-06.at.15.20.08.moviOS: NativeScreen.Recording.2025-02-06.at.15.24.12.moviOS: mWeb SafariScreen.Recording.2025-02-06.at.15.12.13.movMacOS: Chrome / SafariScreen.Recording.2025-02-06.at.15.01.44.movMacOS: DesktopScreen.Recording.2025-02-06.at.15.06.02.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.
Thanks! Gonna have to look into this one a bit more
@mountiny Currently, we don't know that |
Explanation of Change
Fixed Issues
$ #54614
PROPOSAL: #54614 (comment)
Tests
Precondition: E-Card is enabled, personal details are not filled
Offline tests
same as tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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-resize.mp4
Android: mWeb Chrome
android-mweb-resize.mp4
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
web-resize.mp4
MacOS: Desktop
desktop-resize.mp4