🎨 Palette: Forgot password success state UX enhancement - #101
Conversation
- Update icon and headline dynamically on success - Add "Try again" option to success view for better UX - Improve visual hierarchy of action buttons - Update journal with learnings about success states Co-authored-by: godie <227743+godie@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This PR implements a micro-UX improvement to the "Forgot Password" page to provide better feedback and a smoother recovery flow.
💡 What:
mark_email_readicon and a clear "¡Correo Enviado!" headline.v2-btn-filledfor better visual emphasis.🎯 Why:
The previous success state was static and didn't offer an easy path for users who didn't receive their email. This change improves confidence and reduces friction in a critical authentication flow.
📸 Before/After:
01_forgot_password_initial.png: Initial form state.02_forgot_password_success.png: New dynamic success state with "Try again" option.03_forgot_password_retry.png: Back to form after clicking retry.♿ Accessibility:
aria-labelandtitleattributes that were identified as noise during code review.PR created automatically by Jules for task 17947953825725051888 started by @godie