From a4f5f55bead1d3d8c29786df0c55134d00b4f3b0 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Wed, 18 Feb 2026 18:16:33 -0500 Subject: [PATCH] Add Restore Defaults button and validation feedback for alert thresholds (#109) - Add "Restore Defaults" button to Dashboard Notifications tab and Lite Notifications section - Dashboard now shows validation warning when saving invalid threshold values - Both apps reset to their respective defaults (Dashboard: CPU 90%, blocking 30s; Lite: CPU 80%, blocking 1) Co-Authored-By: Claude Opus 4.6 --- Dashboard/SettingsWindow.xaml | 6 +++- Dashboard/SettingsWindow.xaml.cs | 55 +++++++++++++++++++++-------- Lite/Windows/SettingsWindow.xaml | 6 +++- Lite/Windows/SettingsWindow.xaml.cs | 11 ++++++ 4 files changed, 62 insertions(+), 16 deletions(-) diff --git a/Dashboard/SettingsWindow.xaml b/Dashboard/SettingsWindow.xaml index b86ae316..28f1f02b 100644 --- a/Dashboard/SettingsWindow.xaml +++ b/Dashboard/SettingsWindow.xaml @@ -108,7 +108,11 @@ - + + +