From 4a9ee1406bd587daed6454ab1561af6933270d35 Mon Sep 17 00:00:00 2001 From: Nexmoe <16796652+nexmoe@users.noreply.github.com> Date: Wed, 14 Jan 2026 20:26:00 +0800 Subject: [PATCH] fix(subscriptions): add horizontal tab scroll (#93) * fix(subscriptions): add horizontal tab scroll * fix(ui): add scroll areas to pages * fix(downloads): adjust history spacing --- .../src/components/download/DownloadItem.tsx | 5 +- .../download/UnifiedDownloadHistory.tsx | 81 ++++++------ src/renderer/src/pages/Home.tsx | 16 +-- src/renderer/src/pages/Subscriptions.tsx | 120 +++++++++--------- 4 files changed, 108 insertions(+), 114 deletions(-) diff --git a/src/renderer/src/components/download/DownloadItem.tsx b/src/renderer/src/components/download/DownloadItem.tsx index 395a935..71527b7 100644 --- a/src/renderer/src/components/download/DownloadItem.tsx +++ b/src/renderer/src/components/download/DownloadItem.tsx @@ -651,13 +651,10 @@ export function DownloadItem({ download, isSelected = false, onToggleSelect }: D return (
- {isSelectedHistory && ( -