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

Lack of Password visibility Toggle and other UI improvements in login and signup page #279

Closed
4 tasks done
kushal7201 opened this issue Oct 8, 2024 · 3 comments
Closed
4 tasks done

Comments

@kushal7201
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

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

  • I agree to follow this project's Code of Conduct
  • I'm a GSSOC'24 contributor
  • I want to work on this issue
Copy link
Contributor

github-actions bot commented Oct 8, 2024

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.

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Thanks for creating the issue in BuddyTrail!
Before you start working on your PR, please make sure to:

  • ⭐ Star the repository if you haven't already.
  • Pull the latest changes to avoid any merge conflicts.
  • Attach before & after screenshots in your PR for clarity.
  • Include the issue number in your PR description for better tracking.
    Don't forget to follow @PriyaGhosal – Project Admin – for more updates!

We're excited to see your contribution as part of GSSOC Extended Edition 2024 and Hacktoberfest! 🎉
Happy open-source contributing!

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Hello @kushal7201! Your issue #279 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant