From 1c3f255a668b4c82278f07f8c60916766a6413ca Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Fri, 19 Jun 2026 15:47:02 -0700 Subject: [PATCH] video Downloads page: actually match the music page (.adl-* layout, full width) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Scrapped the bespoke centered .vdpg- design and reused the music downloads page's .adl-* classes for real parity: full-width .adl-layout, the segmented .adl-filter-pills, the title with the accent download glyph, and the compact .adl-row (44px art tile + .adl-row-info title/meta/error + .adl-row-status dot+label) โ€” driven by the video JS via data-vdpg-* hooks (no #id clashes with the music page). Per-row cancel reuses the music hover-reveal .adl-row-cancel; retry mirrors it in accent. Kept the smooth in-place patching (slim progress line for active rows). Removed the old .vdpg-* block; balance clean. --- webui/index.html | 44 +++--- webui/static/video/video-downloads-page.js | 164 ++++++++++----------- webui/static/video/video-side.css | 111 +++----------- 3 files changed, 124 insertions(+), 195 deletions(-) diff --git a/webui/index.html b/webui/index.html index 3ba8da32..d3cbd999 100644 --- a/webui/index.html +++ b/webui/index.html @@ -1274,29 +1274,35 @@ + Reuses the music downloads page's .adl-* layout/look for parity; + driven by video/video-downloads-page.js via data-vdpg-* hooks. -->