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

feat(cat-voices): password strength indicator #861

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

dtscalac
Copy link
Contributor

Description

An indicator for password strength.

Closes #860

Screenshots

Screenshot 2024-09-22 at 19 07 37
Screenshot 2024-09-22 at 19 07 43

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

@dtscalac dtscalac added ux/ui UX/UI related issues dart Pull requests that update Dart code UI Kit Reusable UI components (widgets) labels Sep 22, 2024
@dtscalac dtscalac added this to the M4: Voting & Delegation milestone Sep 22, 2024
@dtscalac dtscalac self-assigned this Sep 22, 2024
@dtscalac dtscalac removed the request for review from minikin September 22, 2024 17:11
Copy link
Contributor

github-actions bot commented Sep 22, 2024

Test Report | ${\color{lightgreen}Pass: 213/213}$ | ${\color{red}Fail: 0/213}$ |

Copy link
Contributor

@damian-molinski damian-molinski left a comment

Choose a reason for hiding this comment

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

lgtm

@dtscalac dtscalac merged commit 50348cd into main Sep 23, 2024
30 of 32 checks passed
@dtscalac dtscalac deleted the feat/password-strength-indicator branch September 23, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code UI Kit Reusable UI components (widgets) ux/ui UX/UI related issues
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : Password strength indicator
2 participants