[GH-ISSUE #442] Add eye icon to password fields #286

Closed
opened 2026-03-03 11:14:31 +03:00 by kerem · 0 comments
Owner

Originally created by @manikanta9176 on GitHub (Sep 16, 2025).
Original GitHub issue: https://github.com/dflow-sh/dflow/issues/442

Originally assigned to: @manikanta9176 on GitHub.

Enhance the password input fields by adding an eye icon. This will allow users to toggle between showing and hiding their password for easier input verification.

Acceptance Criteria:

  • Eye icon should be displayed inside all password fields.
  • Clicking the icon toggles the password visibility (type="password"type="text").
  • Icon changes state depending on visibility (e.g., open eye vs. crossed eye).
  • Consistent styling with the existing UI.

Additional Notes:

  • Ensure accessibility (e.g., ARIA labels).
  • Should work across desktop and mobile views.
Originally created by @manikanta9176 on GitHub (Sep 16, 2025). Original GitHub issue: https://github.com/dflow-sh/dflow/issues/442 Originally assigned to: @manikanta9176 on GitHub. Enhance the password input fields by adding an eye icon. This will allow users to toggle between showing and hiding their password for easier input verification. **Acceptance Criteria:** * Eye icon should be displayed inside all password fields. * Clicking the icon toggles the password visibility (`type="password"` ↔ `type="text"`). * Icon changes state depending on visibility (e.g., open eye vs. crossed eye). * Consistent styling with the existing UI. **Additional Notes:** * Ensure accessibility (e.g., ARIA labels). * Should work across desktop and mobile views.
kerem 2026-03-03 11:14:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#286
No description provided.