-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[NT-76] Facebook Log In Copy Updates #880
Conversation
…fb-cta-copy-changes
_ = self.getNotifiedLabel | ||
|> baseLabelStyle | ||
|> UILabel.lens.font %~~ { _, label in | ||
label.traitCollection.isRegularRegular ? .ksr_headline(size: 15.0) : .ksr_headline(size: 12.0) |
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.
…fb-cta-copy-changes
…fb-cta-copy-changes
…fb-cta-copy-changes
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.
_ = self.getNotifiedLabel | ||
|> baseLabelStyle | ||
|> UILabel.lens.font %~~ { _, label in | ||
label.traitCollection.isRegularRegular ? .ksr_headline(size: 15.0) : .ksr_headline(size: 12.0) |
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.
Can we try to use a font that doesn't need a size override? So maybe .ksr_subhead().bolded
and .ksr_caption1().bolded
?
…fb-cta-copy-changes
…fb-cta-copy-changes
…fb-cta-copy-changes
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!
📲 What
Facebook log in copy updates in log in/sign up screen for pledge flow.
🛠 How
Facebook button title can either be
Continue with Facebook
when logged out user is pledging orLog in with Facebook
when logging in from anywhere else. This is determine w/ theLoginIntent
👀 See
✅ Acceptance criteria
Back this Project
CTA, tapContinue
sign up screen should show and facebook button title should beContinue with Facebook
Log in with Facebook
⏰ TODO