From d954f2668646581227eb635b5b150e1a034897b0 Mon Sep 17 00:00:00 2001 From: Meik Date: Thu, 5 Mar 2026 10:17:33 +0100 Subject: [PATCH] Modernize customer panel UI and add agent workflow rules --- AGENTS.md | 7 + App.xaml | 2 +- MainWindow.xaml | 317 ++++++++++++++-------- MainWindow.xaml.cs | 5 +- UserControls/AnnouncementListItem.xaml | 20 +- UserControls/AnnouncementListItem.xaml.cs | 10 +- UserControls/Announcements.xaml | 97 ++++--- UserControls/ComputerInformation.xaml | 103 ++++--- UserControls/CustomLinks.xaml | 13 +- UserControls/CustomProgressBar.xaml | 12 +- UserControls/IncidentListItem.xaml | 25 +- UserControls/IncidentListItem.xaml.cs | 10 +- UserControls/Incidents.xaml | 59 ++-- UserControls/PortalSearch.xaml | 72 +++-- themes/ThemeDarkNav.xaml | 70 +++-- themes/ThemeLightNav.xaml | 68 +++-- 16 files changed, 581 insertions(+), 309 deletions(-) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..077063f --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,7 @@ +# AGENTS Instructions + +## Pflichtregeln + +1. Bei jeder Dateiänderung oder Neuerstellung sind immer Windows Line Endings (CRLF) zu verwenden. +2. Vor jeder Änderung muss `git status` geprüft werden und der Working Tree muss sauber sein. +3. Nach Abschluss der Änderungen sind immer ein passender Git Commit und ein Git Push auszuführen. diff --git a/App.xaml b/App.xaml index fb9f320..4830049 100644 --- a/App.xaml +++ b/App.xaml @@ -12,7 +12,7 @@ - + diff --git a/MainWindow.xaml b/MainWindow.xaml index 4c7b6a9..f6280d4 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -31,13 +31,13 @@ Height="Auto" Fill="Transparent" /> + Margin="1" + Background="{DynamicResource subtleTextColor}" /> + Value="{DynamicResource subtleTextColor}" /> + Value="10" /> @@ -127,7 +127,7 @@ + Value="10" /> @@ -148,15 +148,29 @@ + @@ -64,9 +101,9 @@ Grid.Row="1" Height="70"> -