🎨 Palette: Add async loading states to auth buttons#168
Conversation
Added robust loading states (disabled, aria-busy, visual text update) to the Login, Register, and Google Sign-in buttons to provide immediate user feedback and prevent double submissions. Modified the mocked Google OAuth flow to properly await its simulated delay so `finally` state cleanup executes safely. Co-authored-by: singhaditya21 <53948039+singhaditya21@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. |
💡 What: Added asynchronous loading states to the authentication buttons (Login, Register, and Google Sign-in) on the auth screens.
🎯 Why: Without visual feedback, users might click the button multiple times while waiting for the request to complete, leading to confusion or duplicate submissions. This improves the perceived performance and clarity.
📸 Before/After: Before, buttons remained active and static during submission. After, they visually update to indicate "Logging in..." or "Signing in..." and are temporarily disabled.
♿ Accessibility: Added
aria-busy="true"anddisabled=trueduring the loading phase to ensure screen reader users are aware of the processing state and cannot re-trigger the action.PR created automatically by Jules for task 5544968488616132957 started by @singhaditya21