-
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
36038 fix selection list footer extra padding 2 #38039
36038 fix selection list footer extra padding 2 #38039
Conversation
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@abdulrahuman5196 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] |
@lukemorawski Why are we updating Gemfile.lock and ios project file? If its by mistake can we remove the same? |
@abdulrahuman5196 had some problems with building the iOS app, and eventually had to update those files, but yeah I guess we can ignore them. |
@lukemorawski We should remove them from this PR actually. Can you kindly update the PR removing them? |
not sure if I can/should remove the ios project file. Instead I'll just merge |
Hi, Will work on the task today. |
@lukemorawski The referral bar is not closing in the search page. Could you kindly check on that? Screen.Recording.2024-04-09.at.9.46.35.PM.mov |
@lukemorawski we have conflicts and an outstanding comment. Let's address those to get this one merged! |
@luacmartins @abdulrahuman5196 Should be fixed now |
Thanks! @abdulrahuman5196 let's continue the review! |
Hi, yes. Will start in couple of hours. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-04-12.at.1.17.30.AM.mp4Android: mWeb ChromeScreen.Recording.2024-04-12.at.1.07.02.AM.mp4iOS: NativeScreen.Recording.2024-04-12.at.12.30.52.AM.mp4Screen.Recording.2024-04-12.at.12.34.24.AM.mp4iOS: mWeb SafariScreen.Recording.2024-04-12.at.12.56.13.AM.mp4MacOS: Chrome / SafariScreen.Recording.2024-04-12.at.12.08.56.AM.mp4MacOS: DesktopScreen.Recording.2024-04-12.at.12.24.01.AM.mp4 |
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 looks good and works well. Reviewers checklist is also complete.
All yours. @luacmartins
🎀 👀 🎀
C+ Reviewed
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@luacmartins @abdulrahuman5196 @lukemorawski This change broke submit button position on some forms, which now has no bottom padding: |
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.4.63-0 🚀
|
Fix PR on it's way |
This also broke the bottom button in other places too, like the transfer balance page. Can you please check that out as well? |
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.63-21 🚀
|
Details
This PR fixes extra padding below Referral banner in Search list.
The issue was due to the fact that the safe area bottom padding was added two times - one by SelectionList and second by ScreenWrapper. After further investigation it turned out that this problem occurs in many other pages/components. In most cases it isn't as much as pronounced as on the SearchPage, as it's just an extra large space on the bottom of the list.
Every screen that uses SelectionList have been inspected and corrected if necessary.
Fixed Issues
$ #36038
PROPOSAL: no proposal
Tests
Offline tests
same as QA
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 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
native.android.mov
Android: mWeb Chrome
web.android.mov
iOS: Native
native.ios.mov
iOS: mWeb Safari
web.ios.mov
MacOS: Chrome / Safari
web.desktop.mov
MacOS: Desktop
native.desktop.mov