trypear / pear-landing-page

Landing page for PearAI, the Open Source AI-Powered Code Editor
https://trypear.ai
52 stars 77 forks source link

Add "Show Password" Checkbox to Forms #279

Closed AaronIanWilson closed 5 days ago

AaronIanWilson commented 2 weeks ago

This PR adds a "Show Password" checkbox below the password input fields in both forms. When the checkbox is checked, the password field's type changes to text , allowing users to see their password. When unchecked, the field type changes back to password, hiding the input text.

off

on

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pear-landing-page ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 9:03pm
vercel[bot] commented 2 weeks ago

@AaronIanWilson is attempting to deploy a commit to the PearAI Team on Vercel.

A member of the Team first needs to authorize it.

Fryingpannn commented 2 weeks ago

Nice touch!

I think this would look better if it's within the input box. E.g. an eye icon here:

image

Could we make that change? 👀