-
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
[No QA] Card flow screens #44376
[No QA] Card flow screens #44376
Conversation
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! Keep them coming, i think this can be noQA for applause but @allgandalf or @DylanDylann can review once this is ready
We just merge a PR to simplify the root navigator so there will be probably conflicts from there
ios/Podfile.lock
Outdated
- RCT-Folly | ||
- RCTRequired | ||
- RCTTypeSafety | ||
- React | ||
- React-Codegen | ||
- React-RCTFabric | ||
- ReactCommon/turbomodule/core | ||
- react-native-document-picker (9.1.1): |
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.
are these changes necessary?
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.
for sure not, reverting!
Ok, thanks, will take care of it! |
@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] |
@@ -2383,6 +2383,34 @@ export default { | |||
benefit4: 'Customizable limits', | |||
addWorkEmail: 'Add work email address', | |||
checkingDomain: 'Hang tight! We are still working on enabling your Expensify Cards. Check back here in a few minutes.', | |||
issueCard: 'Issue card', |
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.
@koko57 Did we confirm the translation with design team?
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.
@DylanDylann translations are in the design doc
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-06-26.at.21.01.43.movAndroid: mWeb ChromeScreen.Recording.2024-06-26.at.20.58.42.moviOS: NativeScreen.Recording.2024-06-26.at.21.00.24.moviOS: mWeb SafariScreen.Recording.2024-06-26.at.20.57.02.movMacOS: Chrome / SafariScreen.Recording.2024-06-26.at.20.51.30.movMacOS: DesktopScreen.Recording.2024-06-26.at.20.54.36.mov |
@koko57 Please resolve the conflict |
@mountiny All yours |
@DylanDylann @mountiny conflicts resolved |
@MariaHCD This PR is ready for review |
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.
Changes look good to me
✋ 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/MariaHCD in version: 9.0.4-0 🚀
|
🚀 Cherry-picked to staging by https://github.com/tgolen in version: 9.0.4-5 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.0.5-13 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 9.0.6-8 🚀
|
<FormProvider | ||
formID={ONYXKEYS.FORMS.ISSUE_NEW_EXPENSIFY_CARD_FORM} | ||
submitButtonText={translate('common.next')} | ||
onSubmit={submit} | ||
style={[styles.mh5, styles.flexGrow1]} | ||
> |
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.
FYI, this PR missed setting disablePressOnEnter={false}
in the FormProvider
usage, which caused #45269: Expensify Card - Hitting Enter on limit amount page does not proceed to the next page. However, we've now changed the default value of disablePressOnEnter
to false
. This way, we only need to use disablePressOnEnter={true}
when necessary. #45269 (comment)
Details
Fixed Issues
$ #44308
PROPOSAL: -
Tests
settings/workspaces/expensify-card/issue-new
or in terminal typenpx uri-scheme open new-expensify://settings/workspaces/expensify-card/issue-new --android
ornpx uri-scheme open new-expensify://settings/workspaces/expensify-card/issue-new --ios
to open on android/ios.NOTE: Each step will not have any elements besides the title - the content will be added in 44309
Offline tests
QA Steps
n/a
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
Screen.Recording.2024-06-25.at.14.42.02.mp4
Android: mWeb Chrome
Screen.Recording.2024-06-25.at.15.05.57.mp4
iOS: Native
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-06-25.at.12.46.08.mp4
iOS: mWeb Safari
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-06-25.at.13.03.05.mp4
MacOS: Chrome / Safari
Screen.Recording.2024-06-25.at.12.47.10.mp4
MacOS: Desktop
Screen.Recording.2024-06-25.at.15.08.51.mp4