Skip to content

feat: add password visibility toggle on login and signup pages#14

Open
Hailemeskel-Getaneh wants to merge 1 commit into
NxtLabTech:mainfrom
Hailemeskel-Getaneh:enhancement/password-visibility-toggle
Open

feat: add password visibility toggle on login and signup pages#14
Hailemeskel-Getaneh wants to merge 1 commit into
NxtLabTech:mainfrom
Hailemeskel-Getaneh:enhancement/password-visibility-toggle

Conversation

@Hailemeskel-Getaneh

Copy link
Copy Markdown
  • Add showPassword state to LoginPage for password field toggle
  • Add showPassword and showConfirm states to RegisterPage for both password fields
  • Wrap password inputs in .password-input-wrapper div with absolute-positioned toggle button
  • Use inline SVG eye/eye-off icons (no external dependencies)
  • Add .password-input-wrapper and .password-toggle-btn CSS classes to App.css
  • Toggle button is accessible with aria-label and focus-visible outline
  • Applied to both frontend/ and todo-frontend/ directories

Closes #11

- Add showPassword state to LoginPage for password field toggle
- Add showPassword and showConfirm states to RegisterPage for both password fields
- Wrap password inputs in .password-input-wrapper div with absolute-positioned toggle button
- Use inline SVG eye/eye-off icons (no external dependencies)
- Add .password-input-wrapper and .password-toggle-btn CSS classes to App.css
- Toggle button is accessible with aria-label and focus-visible outline
- Applied to both frontend/ and todo-frontend/ directories

Closes NxtLabTech#11
@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown

@Hailemeskel-Getaneh is attempting to deploy a commit to the psm's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

[Enhancement] Add password visibility toggle on login and signup

1 participant