From 24074fac35a9adbd3cfc2155227034e8729df019 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Wed, 28 May 2025 13:19:34 +0100 Subject: [PATCH] feat: enhance storage tab with node summary cards and improved UX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add node storage summary cards with condensed progress bars - Show all storage per node with usage percentages and status indicators - Add click-to-sort functionality for usage column - Simplify content display (remove badges, use plain text) - Add visual warnings for high usage storage (red/yellow indicators) - Fix layout consistency with main tab (remove double containers) - Improve spacing and visual hierarchy 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/public/index.html | 10 +- src/public/js/ui/storage.js | 380 ++++++++++++++++++++++++++++++++---- 2 files changed, 342 insertions(+), 48 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index 35c64fa52..3f2afb0c9 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -703,11 +703,11 @@ -