-
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
seo footer flex testing #15420
seo footer flex testing #15420
Conversation
Matches behavior to staging on IOS and Safari: Screen.Recording.2023-02-23.at.11.16.21.AM.movScreen.Recording.2023-02-23.at.11.16.35.AM.movBut broken on android and chrome: (should push up terms) Screen.Recording.2023-02-23.at.11.17.42.AM.mov(causes problems when scroll down and click) Screen.Recording.2023-02-23.at.11.17.16.AM.mov |
The behavior on chrome should be the behavior on android and vice versa... Referencing this recent PR: |
I cannot figure out what to do about this bug on mobile chrome Screen.Recording.2023-02-24.at.4.20.15.PM.movcc @roryabraham |
I think I finally figured things out- I have a write up for it, but I'm gonna pass out so will copy changes to main PR / post my update in the morning |
) | ||
: ( |
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.
) | |
: ( | |
) : ( |
) | ||
: ( |
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.
) | |
: ( | |
) : ( |
src/pages/signin/Socials.js
Outdated
key={social.link} | ||
> | ||
{({hovered}) => ( | ||
<Icon src={social.iconURL} height={variables.iconSizeLarge} width={variables.iconSizeLarge} fill={hovered ? themeColors.link : themeColors.textLight} /> |
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.
Please move all the attributes to their own lines since there are so many of them.
@@ -34,6 +34,7 @@ export default { | |||
greenDefaultButtonPressed: '#467164', | |||
greenDefaultButtonDisabled: '#8BA69E', | |||
midnight: '#002140', | |||
green700: '#23503B', |
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.
What does the 700
mean?
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 is the key for the color in figma
src/styles/styles.js
Outdated
fontSize: variables.fontSizeNormal, | ||
paddingTop: 64, | ||
paddingHorizontal: 32, | ||
maxWidth: 1100, |
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.
Could you please add a comment for why 1100 is the specific value? Does it relate to an existing breakpoint?
Before I forget, here's a follow up summary for the keyboard bug I encountered: For android chrome there were a couple things happening here:
facebook/react-native#33164 Because of this, setting cc @roryabraham incase you're interested :) |
Going to close out this test branch for now :) Moved changes to main branch here |
Details
Fixed Issues
$ GH_LINK
PROPOSAL: GH_LINK_ISSUE(COMMENT)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)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)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
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android