From 6b010c8ade3b5015d5b5c4232a1b83266b965b18 Mon Sep 17 00:00:00 2001 From: nessi Date: Sat, 15 Aug 2026 13:36:42 +0200 Subject: [PATCH] feat: split downloads view into active and queued sections with separate tables and dynamic row distribution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace single downloads table with two-section layout: "Aktive Downloads" for downloading items and "Weitere Queue-Einträge" for queued/paused items. Inject dual-table HTML structure with section headers showing item counts. Update renderDownloads() to distribute rows by status into activeDownloadsBody/otherDownloadsBody with fallback empty states. Add .download-table grid layout, .download-section styling --- templates/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 5b902cb..e36da47 100644 --- a/templates/index.html +++ b/templates/index.html @@ -89,7 +89,7 @@ header{z-index:100!important}