You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Password Toggle: Implement a "show/hide password" feature using JavaScript by adding a toggle icon next to the password fields.
Validation Feedback: Add required field indicators(*).
Update Contrast: Improve the color contrast of the "Sign in" link by changing its CSS color to a darker shade for better visibility.
Proposed solution
Password Toggle: Add a clickable eye icon beside the password fields and use JavaScript to toggle the type attribute between "password" and "text" to show or hide the password.
Validation Feedback: Add an asterisk () after each field label (Full Name, Email*, etc.) using HTML/CSS for required fields.
Update Contrast: Modify the CSS color property of the "Sign in" link to a darker shade (e.g., #000 or a color with higher contrast) to meet accessibility standards for better readability.
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 Your issue will soon be reviewed by either the PA or a mentor. Please note that Level 1 is temporary and can be changed during the review. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Is there an existing issue for this?
Describe the code change
Password Toggle
: Implement a "show/hide password" feature using JavaScript by adding a toggle icon next to the password fields.Validation Feedback
: Add required field indicators(*).Update Contrast
: Improve the color contrast of the "Sign in" link by changing its CSS color to a darker shade for better visibility.Proposed solution
Password Toggle: Add a clickable eye icon beside the password fields and use JavaScript to toggle the type attribute between "password" and "text" to show or hide the password.
Validation Feedback: Add an asterisk () after each field label (Full Name, Email*, etc.) using HTML/CSS for required fields.
Update Contrast: Modify the CSS color property of the "Sign in" link to a darker shade (e.g., #000 or a color with higher contrast) to meet accessibility standards for better readability.
Record
The text was updated successfully, but these errors were encountered: