From 52d20e7f992475f0c9b086ee45d91bad7d49592d Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Wed, 18 Feb 2026 18:48:12 -0500 Subject: [PATCH] Add alert preview text, SMTP validation, and CPU default explanation (#109) - Add live preview text below alert thresholds: "Will alert when: blocking > 30s, CPU > 90%, ..." - Add "Validate Settings" button to SMTP config in both Dashboard and Lite - Add explanation for Lite's 80% CPU default vs Dashboard's 90% - Preview text updates dynamically as checkboxes/thresholds change Co-Authored-By: Claude Opus 4.6 --- Dashboard/SettingsWindow.xaml | 4 +++ Dashboard/SettingsWindow.xaml.cs | 55 +++++++++++++++++++++++++++++ Lite/Windows/SettingsWindow.xaml | 14 ++++++-- Lite/Windows/SettingsWindow.xaml.cs | 55 +++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+), 2 deletions(-) diff --git a/Dashboard/SettingsWindow.xaml b/Dashboard/SettingsWindow.xaml index 28f1f02b..03ed9092 100644 --- a/Dashboard/SettingsWindow.xaml +++ b/Dashboard/SettingsWindow.xaml @@ -205,6 +205,8 @@ TextAlignment="Center"/> + @@ -322,6 +324,8 @@