From cc18ec266e21d311dfae482348dbc014b57ae1ec Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Wed, 10 Jun 2026 16:17:04 -0700 Subject: [PATCH] Profiles: visual revamp of the Manage Profiles modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Functionally unchanged โ€” just brought it up to the polish of the rest of the app (My Accounts / Manage Workers style). Same markup hooks + JS bindings, so no behaviour change. - Glassy gradient panel with blur backdrop, rise+fade entrance, soft shadow. - Sticky header with a gradient people-icon badge + subtitle; close button rotates on hover. - Profile rows are cards now: hover lift, and the profile you're signed in as is highlighted (accent ring + a "You" pill). - Role/status shown as pills (Admin / No Downloads / N pages) instead of a dot-joined string. - Edit/Delete are clean SVG icon buttons (was โœ๏ธ/๐Ÿ—‘๏ธ emoji) with accent/red hover. - Inputs get a focus glow; colour swatches are larger with a check on the selected one. 64 script-split integrity tests pass; all JS-referenced classNames verified present. --- webui/index.html | 2 +- webui/static/init.js | 25 ++-- webui/static/style.css | 282 ++++++++++++++++++++++++++++++++--------- 3 files changed, 239 insertions(+), 70 deletions(-) diff --git a/webui/index.html b/webui/index.html index b2d2ac70..0fdd3e47 100644 --- a/webui/index.html +++ b/webui/index.html @@ -78,7 +78,7 @@