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 <ddacunha@MacBook-Pro-14.local>
This commit is contained in:
Daniel Da Cunha 2025-12-17 01:29:32 +08:00 committed by GitHub
parent d38c26f6fd
commit 6cb715c1d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,12 +56,8 @@
session: %{"media_state" => "pending"}
)}
</:tab>
<:tab title="Active Tasks" id="active-tasks">
{live_render(@conn, Pinchflat.Pages.JobTableLive)}
</:tab>
</.tabbed_layout>
</div>
<div class="rounded-sm border shadow-default border-strokedark bg-boxdark mt-4 p-5">
<span class="text-2xl font-medium mb-4">Active Tasks</span>
<section class="mt-6 min-h-80">
{live_render(@conn, Pinchflat.Pages.JobTableLive)}
</section>
</div>