-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
UL&S: Add TextLinkTableViewCell
to SiteAddressViewController
#14372
Conversation
You can trigger an installable build for these changes by visiting CircleCI here. |
TextLinkTableViewCell
to SiteAddressViewController
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
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.
Worked as expected
!
@@ -39,6 +39,7 @@ class WordPressAuthenticationManager: NSObject { | |||
enableSignInWithApple: enableSignInWithApple, | |||
enableSignupWithGoogle: true, | |||
enableUnifiedAuth: FeatureFlag.unifiedAuth.enabled, | |||
displayHintButtons: true, |
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.
Since displayHintButtons
defaults to true
, this isn't necessary.
thank you for the reviews @ScoutHarris and @Gio2018! |
Ref. #14009
Ref. PR: wordpress-mobile/WordPressAuthenticator-iOS#308
This PR adds more base UI to the unified login & signup project. The
TextLinkTableViewCell
is used any time there is a hint button styled like a text link, such as "Reset your password" or "Find your site address".To test:
rake dependencies
Screenshots
Do not merge until:
.unifiedSiteAddress
PR submission checklist:
RELEASE-NOTES.txt
if necessary.