-
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
[GR Phase 2] Step 5 Director information screen (without API calls) - implementation #51648
[GR Phase 2] Step 5 Director information screen (without API calls) - implementation #51648
Conversation
040bcf1
to
f1c90fa
Compare
f1c90fa
to
d7fd35e
Compare
@hungvu193 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 wasn't super involved with this, so we should probably wait for the other members of @Expensify/design to weigh in here, but generally this looks pretty good. A few questions/comments:
|
This goes for the legal name screen too |
@burczu would you mind addressing these advices from design team above? ty |
@hungvu193 yes, on it! |
src/pages/ReimbursementAccount/NonUSD/SignerInfo/EnterEmail.tsx
Outdated
Show resolved
Hide resolved
src/pages/ReimbursementAccount/NonUSD/SignerInfo/DirectorCheck.tsx
Outdated
Show resolved
Hide resolved
src/pages/ReimbursementAccount/NonUSD/SignerInfo/EnterEmail.tsx
Outdated
Show resolved
Hide resolved
src/pages/ReimbursementAccount/NonUSD/SignerInfo/EnterEmail.tsx
Outdated
Show resolved
Hide resolved
@dannymcclain Answering your comments:
Good point - fixed.
I think this is because of the simulator, I believe this will work correctly on real device.
This is related to what @hungvu193 pointed out here too - fixed.
Added autofocus to sile input screens. |
@shawnborton Answering your comments:
Good point. Fixed.
Yes. Fixed |
@hungvu193 I think I've addressed all the comments - you can now re-review the PR. Videos also are updated now. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-11-11.at.13.32.38.movAndroid: mWeb ChromeScreen.Recording.2024-11-11.at.11.18.32.moviOS: NativeScreen.Recording.2024-11-11.at.11.10.09.moviOS: mWeb SafariScreen.Recording.2024-11-11.at.10.56.48.movMacOS: Chrome / SafariScreen.Recording.2024-11-11.at.10.47.27.movMacOS: DesktopScreen.Recording.2024-11-11.at.10.46.15.mov |
@burczu LGTM. I think we only have translations left |
@hungvu193 asked for confirmation on translations here: https://callstack-hq.slack.com/archives/C01GTK53T8Q/p1731572554005439 |
@hungvu193 spanish translations reviewed and updated |
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
containerStyles?: StyleProp<ViewStyle>; | ||
}; | ||
|
||
function WhyLink({containerStyles}: WhyLinkProps) { |
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 component was already added in @pasyukevich's PR here: https://github.com/Expensify/App/pull/52054/files
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.
Oh It was merged recently, I didn't notice it during this PR review process
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.
yeah, it disappeared from this PR after I've synced it with the latest main
fcd83e9
to
418fbd7
Compare
✋ 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/madmax330 in version: 9.0.63-1 🚀
|
@burczu @hungvu193 @madmax330, can someone test if this works as intended on staging. QA mentioned they are unable to see director information screen - Issue I'm going to check this off the QA checklist to not block deploy because it looks like worst case the screen doesn't show up which is the same as production. |
🚀 Deployed to production by https://github.com/chiragsalian in version: 9.0.63-3 🚀
|
Sorry for this inconvenience. We have a plan to support this feature in Debug mode. However, we missed that case when we implemented it on #51667. |
Details
This PR contains implementation of step 5 (Director information screen) - GR phase 2.
Design doc section: https://docs.google.com/document/d/1Y4P7G9h0Easjcea7wyk52gKrNB9o1yTjpmJFYkrHDW4/edit?tab=t.0#bookmark=id.damtu6jbu35v
Fixed Issues
$ #50901
PROPOSAL: n/a
Tests
Offline tests
Same as above.
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 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-11-13.at.12.36.26.mov
Android: mWeb Chrome
Screen.Recording.2024-11-13.at.12.40.06.mov
iOS: Native
Screen.Recording.2024-11-13.at.12.20.07.mov
iOS: mWeb Safari
Screen.Recording.2024-11-13.at.12.23.15.mov
MacOS: Chrome / Safari
Screen.Recording.2024-11-13.at.12.13.01.mov
MacOS: Desktop
Screen.Recording.2024-11-13.at.12.18.37.mov