From 24c3999f55e3b99fee4b52e2b4de882ef09d7add Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sat, 18 Apr 2026 15:52:05 -0400 Subject: [PATCH] feat(ui): align Dashboard Active and Recent Activity card heights Both cards now use h-100 with a flex column layout so v-row stretches them to match, and their v-card-text grows to fill so their footers line up. Move Active's "+N more queued" out of the list body into a proper v-card-actions footer mirroring Recent Activity's "View all downloads" button. Co-Authored-By: Claude Opus 4.7 --- frontend/src/views/Dashboard.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/views/Dashboard.vue b/frontend/src/views/Dashboard.vue index b290f75..72c129e 100644 --- a/frontend/src/views/Dashboard.vue +++ b/frontend/src/views/Dashboard.vue @@ -140,7 +140,7 @@ - + {{ activeDownloads.length ? 'mdi-loading' : 'mdi-download' }} @@ -160,7 +160,7 @@ mdi-refresh - + - - - +{{ hiddenActiveCount }} more queued - -
mdi-check-circle-outline @@ -193,19 +188,24 @@
All sources are idle
+ + + {{ hiddenActiveCount ? `View all downloads (+${hiddenActiveCount} more queued)` : 'View all downloads' }} + +
- + Recent Activity Last 7 days - +