feat(auth): add password visibility toggle and strength indicator on …#95
Open
jamunatg2006-sys wants to merge 7 commits into
Open
Conversation
…Sign Up - Add reusable PasswordInput component with Eye/EyeOff toggle - Add 5-level password strength bar (Too weak → Very strong) - Strength scoring checks length, mixed case, digits, and symbols - Accessibility: aria-label on toggle, aria-live on strength label Closes Brijeshthummar02#92
- app.py: Kept upstream's env-var-based server config (FLASK_DEBUG, FLASK_HOST, FLASK_PORT) in both the success and failure branches of model loading - style.css: Kept both HEAD's password strength indicator styles and upstream's U-Net architecture v3 (Attention ResUNet) styles
Owner
|
@jamunatg2006-sys fetch master branch latest code and then make changes - the page you created for signup looks ai generated not upto expectations. make it matching to our theme and clean.
|
…ibility-strength-signup
…yles - Revert .auth-modal-overlay, .auth-modal-content to original white-card theme - Revert .auth-modal-close to original gray-100 style - Revert .auth-modal-logo to original 70px circle (remove ::after pseudo-element) - Revert .auth-modal-logo i to original (remove brainPulse animation) - Revert .auth-modal-title to var(--galaxy) color (remove gradient text) - Revert .auth-modal-subtitle to var(--gray-500) - Revert .auth-input-group, labels, inputs to original gray/white styles - Revert .password-toggle to var(--gray-400) style - Revert .auth-submit-btn to original galaxy gradient (remove shimmer ::before) - Revert .auth-switch and links to original var(--planetary)/var(--galaxy) colors - Remove .auth-input-wrapper input:focus ~ i:first-child (spurious addition) - Remove @Keyframes brainPulse (spurious addition) - Keep all new strength indicator CSS classes (.password-strength-container, etc.) Closes Brijeshthummar02#92
Contributor
Author
|
@Brijeshthummar02, kindly please check,
|
Contributor
Author
Contributor
Author
|
@Brijeshthummar02 , Kindly review it please |
Owner
|
@jamunatg2006-sys pull the code latest from master and review my comments i added and make changes. |
Contributor
Author
|
@Brijeshthummar02 , |
Contributor
Author
|
@Brijeshthummar02 ,I request you to merge this PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Closes #92
Adds password visibility toggle and a real-time strength indicator to the Sign Up form.
Changes
PasswordInputcomponent atsrc/components/ui/PasswordInput.tsx