From ce8ea42e805bf30fee849379f585a46dbac48e30 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 20:13:20 +0000 Subject: [PATCH] feat(ux): replace loading overlay with button loading state Replaces the full-screen loading overlay with a contextual loading state on the "Generate Poster" button. The button is now disabled and its text changes to "Generating..." during the poster creation process. This provides a less intrusive and more responsive user experience. This change also fixes a race condition where the button's state could be reset before the poster image had finished loading. --- web_app/static/index.html | 4 ---- web_app/static/script.js | 20 +++++++++++++------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/web_app/static/index.html b/web_app/static/index.html index 0d56371..0c737c4 100644 --- a/web_app/static/index.html +++ b/web_app/static/index.html @@ -143,10 +143,6 @@