🎨 Palette: Add loading state to Generate button#26
🎨 Palette: Add loading state to Generate button#26google-labs-jules[bot] wants to merge 1 commit intomainfrom
Conversation
Replaces the full-screen loading overlay with an in-button spinner on the "Generate Poster" button. This provides a more modern, less disruptive user experience by giving feedback directly at the point of interaction. The button is now disabled during generation to prevent multiple submissions, and a dynamic aria-label has been added to inform screen reader users about the loading status.
|
👋 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
Replaced the full-screen loading overlay with a more focused, in-button loading spinner on the "Generate Poster" button.
🎯 Why
The previous full-screen overlay was disruptive, blocking the user's view of the entire interface. This change provides feedback directly at the point of interaction, making the experience feel smoother and more responsive. Disabling the button during generation also prevents accidental multiple submissions.
📸 Before/After
Before: A full-screen overlay blocked the entire UI during poster generation.
After: A clean spinner appears inside the button, which is disabled while the poster is being generated. The verification screenshot shows the new loading state.
♿ Accessibility
Added a dynamic
aria-labelto the button during the loading state ("Generating poster, please wait."). This ensures that screen reader users are informed of the application's status, which was previously silent.PR created automatically by Jules for task 10307405014566302834 started by @anaxifty