-
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
[CP Staging] FormWrapper bottom padding fix #40473
[CP Staging] FormWrapper bottom padding fix #40473
Conversation
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@rayane-djouah 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 think @abdulrahuman5196 will review this? |
Hi yes |
This is a deploy blocker fixing PR @abdulrahuman5196 please prioritize these in future above other things. Thank you! Adding @allroundexperts to do the checklist now |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-04-21.at.2.23.18.AM.movAndroid: mWeb ChromeScreen.Recording.2024-04-21.at.2.22.13.AM.moviOS: NativeScreen.Recording.2024-04-21.at.2.20.46.AM.moviOS: mWeb SafariScreen.Recording.2024-04-21.at.2.19.34.AM.movMacOS: Chrome / SafariScreen.Recording.2024-04-21.at.2.14.55.AM.movMacOS: DesktopScreen.Recording.2024-04-21.at.2.17.41.AM.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.
Works good.
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.
…ding [CP Staging] FormWrapper bottom padding fix (cherry picked from commit 696b9c4)
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.63-21 🚀
|
Details
This PR fixes the issue with bottom padding in
<FormWrapper />
component.When bottom padding value taken from the SafeArea is 0 (in web browsers), then the wrapper will add some bottom padding.
Fixed Issues
$ #40397
PROPOSAL: no proposal
Tests
Offline tests
QA Steps
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
MacOS: Chrome / Safari
My.Movie.mp4