From 63bd3cfd5779c3f05881acf3eb4fadedbf4600f5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 12 Dec 2025 11:55:53 +0800 Subject: [PATCH] Move Active Tasks to tab in Media History section Consolidate the home page UI by moving Active Tasks from a separate section into a third tab alongside Downloaded and Pending tabs. --- .../controllers/pages/page_html/home.html.heex | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/lib/pinchflat_web/controllers/pages/page_html/home.html.heex b/lib/pinchflat_web/controllers/pages/page_html/home.html.heex index 1579c31..6d3b36f 100644 --- a/lib/pinchflat_web/controllers/pages/page_html/home.html.heex +++ b/lib/pinchflat_web/controllers/pages/page_html/home.html.heex @@ -56,12 +56,8 @@ session: %{"media_state" => "pending"} )} + <:tab title="Active Tasks" id="active-tasks"> + {live_render(@conn, Pinchflat.Pages.JobTableLive)} + - -
- Active Tasks -
- {live_render(@conn, Pinchflat.Pages.JobTableLive)} -
-