From 6acf5e510cb45a3526ff2d5ce087ec865129ca0c Mon Sep 17 00:00:00 2001 From: dalew <91363952+dal1wg@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:33:59 +0800 Subject: [PATCH] feat(redis): improve dashboard with collapsed sections and new stat cards --- .../src/components/redis/RedisDashboard.vue | 59 ++++++++++++++++--- 1 file changed, 51 insertions(+), 8 deletions(-) diff --git a/apps/desktop/src/components/redis/RedisDashboard.vue b/apps/desktop/src/components/redis/RedisDashboard.vue index e9d993811..42b20020d 100644 --- a/apps/desktop/src/components/redis/RedisDashboard.vue +++ b/apps/desktop/src/components/redis/RedisDashboard.vue @@ -1,7 +1,7 @@