From 7037633f4571d128959cff5e86f7f6fae9e0a36e Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:04:24 +0200 Subject: [PATCH] feat(dashboard): refresh metrics and color server status indicators Refresh visible dashboard metrics every minute and after backgrounding. Replace server status badges with accessible color-coded icon borders and status text. --- .gitignore | 1 + resources/views/livewire/dashboard.blade.php | 15 ++++---- .../dashboard/server-metrics-chart.blade.php | 33 +++++++++++++++++- .../views/livewire/server/index.blade.php | 34 ++++++++----------- .../DashboardServerMetricsChartTest.php | 14 ++++++++ .../ServerStatusIndicatorDesignTest.php | 34 +++++++++++++++++++ 6 files changed, 103 insertions(+), 28 deletions(-) create mode 100644 tests/Feature/ServerStatusIndicatorDesignTest.php diff --git a/.gitignore b/.gitignore index 460009bd9..ce9cc5dd7 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ docker/coolify-realtime/node_modules .DS_Store CHANGELOG.md /.workspaces +/.superpowers/ tests/Browser/Screenshots tests/v4/Browser/Screenshots ref diff --git a/resources/views/livewire/dashboard.blade.php b/resources/views/livewire/dashboard.blade.php index d20bf327c..652dbb0e2 100644 --- a/resources/views/livewire/dashboard.blade.php +++ b/resources/views/livewire/dashboard.blade.php @@ -187,8 +187,13 @@ @endif