From 6cb715c1d0c0873d7f3fc060ba34bec837c5fe6e Mon Sep 17 00:00:00 2001 From: Daniel Da Cunha Date: Wed, 17 Dec 2025 01:29:32 +0800 Subject: [PATCH] Move Active Tasks to tab in Media History section (#836) Consolidate the home page UI by moving Active Tasks from a separate section into a third tab alongside Downloaded and Pending tabs. Co-authored-by: Daniel --- .../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)} -
-