🎨 Palette: Add Loading State to Generate Button#5
🎨 Palette: Add Loading State to Generate Button#5google-labs-jules[bot] wants to merge 1 commit intomainfrom
Conversation
Replaces the disruptive full-screen loading overlay with a contextual loading spinner on the "Generate Poster" button. This improves the user experience by providing immediate feedback at the point of interaction without blocking the entire UI.
|
👋 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 For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
✅ Deploy Preview for print-stream ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
💡 What: Replaced the full-screen loading overlay with a contextual loading spinner directly inside the "Generate Poster" button.
🎯 Why: The previous full-screen overlay was disruptive and blocked the entire UI. The new button-specific loading state provides immediate, focused feedback right at the point of interaction, creating a smoother and more professional user experience.
📸 Before/After:

Before: A full-screen overlay blocked all interaction.
After: A spinner appears inside the button, which is disabled until the operation completes.
♿ Accessibility: The button is programmatically disabled (
disabledattribute) during the loading state. This prevents multiple clicks and ensures assistive technologies correctly report the button as inactive, improving the experience for users of screen readers and other assistive tools.PR created automatically by Jules for task 8595757688597286169 started by @anaxifty