From c9fc2ef4f057782f9a34f56d81dbf61af8e582e8 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 20:08:46 +0000 Subject: [PATCH] feat(ui): replace loading overlay with button loading state Replaced the disruptive full-screen loading overlay with a contextual loading indicator on the "Generate Poster" button. This provides immediate, non-blocking feedback, improving the user experience. --- .Jules/palette.md | 6 ++++++ web_app/static/index.html | 4 ---- web_app/static/script.js | 21 +++++++++++++++++---- web_app/static/style.css | 22 ++++++++++++++++++++++ 4 files changed, 45 insertions(+), 8 deletions(-) create mode 100644 .Jules/palette.md diff --git a/.Jules/palette.md b/.Jules/palette.md new file mode 100644 index 0000000..8e09a36 --- /dev/null +++ b/.Jules/palette.md @@ -0,0 +1,6 @@ +This journal is for Palette's critical UX/accessibility learnings only. + +**Format:** +`## YYYY-MM-DD - [Title]` +`**Learning:** [UX/a11y insight]` +`**Action:** [How to apply next time]` 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 @@