🎨 Palette: Add loading state to Generate button#27
🎨 Palette: Add loading state to Generate button#27google-labs-jules[bot] wants to merge 1 commit into
Conversation
Replaces the full-screen loading overlay with a spinner inside the "Generate Poster" button. This provides less disruptive feedback to the user and prevents multiple submissions. The button is disabled, its text content is updated, and an `aria-label` is added for accessibility during the loading state.
|
👋 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
This change replaces the disruptive, full-screen loading overlay with a contextual loading spinner inside the "Generate Poster" button. The button is now disabled while the poster is being created.
🎯 Why
The previous full-screen loader blocked the user's view and felt jarring. This new implementation provides immediate, focused feedback directly on the element the user interacted with, improving the user's sense of control and preventing duplicate clicks.
📸 Before/After
Here is the new loading state for the button:

♿ Accessibility
To ensure screen reader users are aware of the status change, the button's
aria-labelis dynamically updated to "Generating poster, please wait" when the loading state is active.PR created automatically by Jules for task 9778674230444907121 started by @anaxifty