Closed ani1609 closed 10 months ago
Can I do it?
@duongruong sure
can I work for this under KWOC.
hey, i have actually fixed this already, almost ready to push a pull request, if it isn't a problem @ani1609 @ayann07 ?
https://github.com/ani1609/Spendwise/assets/110321699/c9f985e2-fcbd-431b-b2d0-14cf1c5f1bd8
this is how I have implemented this
@mendacium-a11y please make the Ui like this
(refer to the eye icon only and not the label)
just for the icon or for the placement as well
https://github.com/ani1609/Spendwise/assets/110321699/56204cb4-58c7-41b2-ba95-50ee6cf41b05
here's how it's looking now
@mendacium-a11y good, please make the icon a little bit smaller and create a PR
on it
hey, @ani1609 , could you take a look at the pr whenver possible
@ani1609 i have created another pr, i was having some trouble with my last branch, so couldn't commit to the same pr, you can have a look now, the animation also works like it should
@mendacium-a11y done
Objective: Implement a password visibility toggle feature in the user authentication form to allow users to easily view and hide their entered password.
Details: The current user authentication form includes a password input field for users to enter their passwords securely. However, there is no option for users to view their entered password. This feature is commonly seen in modern authentication forms for user convenience.
Proposed Solution:
Add an eye icon next to the password input field. Allow users to toggle between password visibility and hidden state by clicking the eye icon. Ensure the toggle functionality does not compromise security.