From 354f14d2c4e8c8a76cc536225309e77b41776e45 Mon Sep 17 00:00:00 2001 From: Hublack <71221641+HublackBE@users.noreply.github.com> Date: Thu, 8 Jan 2026 10:14:39 +0100 Subject: [PATCH 01/14] Update process actions UI and add InfoBar notifications Refactored ProcessesPage to replace service actions with process-specific actions (Start, Kill, Restart, View Properties) in both context menu and DropDownButton. The Ellipse icon now binds its Fill property to the data context. Improved process list layout and margins. Renamed event handlers to match process actions. Added InfoBar notification helpers and named the root Grid for dynamic InfoBar display. Minor margin tweaks in ServicesPage for consistency. --- .../srvMgnt/Views/ProcessesPage.xaml | 57 +++++++++-------- .../srvMgnt/Views/ProcessesPage.xaml.cs | 63 +++++++++++++++++-- .../srvMgnt/Views/ServicesPage.xaml | 6 +- 3 files changed, 94 insertions(+), 32 deletions(-) diff --git a/src/paradigm-ehb.CommandCenter.WinUI/srvMgnt/Views/ProcessesPage.xaml b/src/paradigm-ehb.CommandCenter.WinUI/srvMgnt/Views/ProcessesPage.xaml index 1ed8159..a061344 100644 --- a/src/paradigm-ehb.CommandCenter.WinUI/srvMgnt/Views/ProcessesPage.xaml +++ b/src/paradigm-ehb.CommandCenter.WinUI/srvMgnt/Views/ProcessesPage.xaml @@ -9,7 +9,7 @@ mc:Ignorable="d" NavigationCacheMode="Enabled"> - + @@ -20,7 +20,7 @@ - +