Skip to content
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

Add reveal password button and use a rounded checkbox #6268

Merged
merged 3 commits into from
Jun 13, 2022

Conversation

pixlwave
Copy link
Member

@pixlwave pixlwave commented Jun 10, 2022

This PR makes minor changes to the authentication flow:

  • RoundedBorderTextField shows the existing clear button when configured for plain text but now shows a reveal password button when configured for secure text.
  • The checkbox style for the FTUE was incorrect and is now circular.
Simulator.Screen.Recording.-.iPhone.13.Pro.-.2022-06-10.at.17.45.48.mp4
Simulator.Screen.Recording.-.iPhone.13.mini.-.2022-06-10.at.18.20.39.mp4

.padding(EdgeInsets(top: alignment == .top ? 8 : 0, leading: 0, bottom: alignment == .bottom ? 8 : 0, trailing: 8))
.padding(.top, alignment == .top ? 8 : 0)
.padding(.bottom, alignment == .bottom ? 8 : 0)
.padding(.trailing, 12)
Copy link
Member Author

@pixlwave pixlwave Jun 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This trailing value aligns with Compound more closely

@pixlwave pixlwave requested review from a team, SBiOSoftWhare, aringenbach and gileluard and removed request for a team and SBiOSoftWhare June 10, 2022 17:42
@github-actions
Copy link

github-actions bot commented Jun 10, 2022

📱 Scan the QR code below to install the build for this PR.
🔒 This build is for internal testing purpose. Only devices listed in the ad-hoc provisioning profile can install Element Alpha.

QR code

If you can't scan the QR code you can install the build via this link: https://i.diawi.com/g6LKUM

Copy link
Contributor

@aringenbach aringenbach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐴

Copy link
Contributor

@gileluard gileluard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@pixlwave pixlwave merged commit 3fd70eb into develop Jun 13, 2022
@pixlwave pixlwave deleted the doug/password_button branch June 13, 2022 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants