From bb1d720f298956268aa3d09f42e52fdf8fdb63e2 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:50:11 -0500 Subject: [PATCH] Add alert badge/count to Alerts button in sidebar (#109) Red badge on the Alerts sidebar button shows the count of active alerts from the last 24 hours. Updates on each alert check cycle and on startup. Shows "99+" when count exceeds 99, collapses when no alerts. Co-Authored-By: Claude Opus 4.6 --- Dashboard/MainWindow.xaml | 24 ++++++++++++++++++++++-- Dashboard/MainWindow.xaml.cs | 19 +++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/Dashboard/MainWindow.xaml b/Dashboard/MainWindow.xaml index f437f103..a99cca46 100644 --- a/Dashboard/MainWindow.xaml +++ b/Dashboard/MainWindow.xaml @@ -148,11 +148,31 @@ Height="32" Margin="0,0,0,8"/>