From bb0936c176cd2d28d7ed392811c6ca4e668de76a Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Tue, 26 Aug 2025 18:25:40 +0000 Subject: [PATCH] style: converge table styling across Guest, Storage, and Backups tables - Updated all tables to match Node Summary Table's cleaner aesthetic - Consistent rounded corners, shadows, and border styling - Cleaner header rows with gray-500 text and no background colors - Added row dividers using divide-y for better visual separation - Made node group headers more subtle with 50% opacity backgrounds - Kept row heights compact with py-0.5 padding - Improved overall visual consistency across the UI --- .../src/components/Backups/UnifiedBackups.tsx | 28 +++++----- .../src/components/Dashboard/Dashboard.tsx | 45 +++++++--------- .../src/components/Storage/Storage.tsx | 54 +++++++++---------- 3 files changed, 60 insertions(+), 67 deletions(-) diff --git a/frontend-modern/src/components/Backups/UnifiedBackups.tsx b/frontend-modern/src/components/Backups/UnifiedBackups.tsx index e0ecad38f..c32740a18 100644 --- a/frontend-modern/src/components/Backups/UnifiedBackups.tsx +++ b/frontend-modern/src/components/Backups/UnifiedBackups.tsx @@ -1436,7 +1436,8 @@ const UnifiedBackups: Component = () => { /> {/* Table */} -
+
+