fix IllustratedHeaderPageLayout.js padding bottom#25654
Conversation
|
@0xmiroslav 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] |
| <View style={[styles.pt5]}>{children}</View> | ||
| </ScrollView> | ||
| {!_.isNull(footer) && <FixedFooter>{footer}</FixedFooter>} | ||
| {!_.isNull(footer) && <FixedFooter style={[styles.mtAuto, styles.pt2]}>{footer}</FixedFooter>} |
There was a problem hiding this comment.
NAB: Why marginTop: 'auto' is needed?
There was a problem hiding this comment.
Hmm. I just copy the FixedFooter style from two factor auth page, but I am not sure if it needed or not.
There was a problem hiding this comment.
remove this change, not necessary to fix the main issue
|
@ahmedGaber93 please pull main. Most actions are failing |
@0xmiroslav, done and all checks have passed. |
Reviewer Checklist
Screenshots/Videos |
|
✋ 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/roryabraham in version: 1.3.58-0 🚀
|
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.58-5 🚀
|
|
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.3.59-0 🚀
|
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.59-5 🚀
|










Details
Fixed Issues
$ #24378
PROPOSAL: #24378 (comment)
Tests
Offline tests
Same as Tests step.
QA Steps
Same as Tests step.
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Web
Screen.Recording.2023-08-22.at.6.23.02.AM.mov
Mobile Web - Chrome
Screen.Recording.2023-08-22.at.6.17.48.AM.mov
Mobile Web - Safari
Screen.Recording.2023-08-22.at.5.23.28.AM.mov
Desktop
Screen.Recording.2023-08-22.at.6.26.03.AM.mov
iOS
Screen.Recording.2023-08-22.at.5.19.46.AM.mov
Android
Screen.Recording.2023-08-22.at.6.15.28.AM.mov