From 33ae8a7c96f11200660adbe0b9c61a88ddc861ee Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Fri, 29 May 2026 11:03:04 +0200 Subject: [PATCH] optik --- BeWo/BeWo.csproj | 1 + BeWo/Core/BeWoUserUtils.cs | 13 ++ BeWo/Styles/Features/AIChatStyles.xaml | 3 +- BeWo/View/Controls/AI/AiChatButton.xaml | 115 ++++++++++-------- BeWo/View/Controls/AI/AiChatButton.xaml.cs | 54 ++++++-- .../Zeiterfassung/ServiceRecordEditView.xaml | 5 +- .../Zeiterfassung/ServiceRecordView2.xaml | 13 +- .../Controls/AI/AiChatButtonViewModel.cs | 69 ++++++----- 8 files changed, 178 insertions(+), 95 deletions(-) create mode 100644 BeWo/Core/BeWoUserUtils.cs diff --git a/BeWo/BeWo.csproj b/BeWo/BeWo.csproj index 26175c0cc..ea4fc9029 100644 --- a/BeWo/BeWo.csproj +++ b/BeWo/BeWo.csproj @@ -119,6 +119,7 @@ + diff --git a/BeWo/Core/BeWoUserUtils.cs b/BeWo/Core/BeWoUserUtils.cs new file mode 100644 index 000000000..989d86f10 --- /dev/null +++ b/BeWo/Core/BeWoUserUtils.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace BeWo.Core +{ + public static class BeWoUserUtils + { + + } +} diff --git a/BeWo/Styles/Features/AIChatStyles.xaml b/BeWo/Styles/Features/AIChatStyles.xaml index 94ecf1da9..8e400cc29 100644 --- a/BeWo/Styles/Features/AIChatStyles.xaml +++ b/BeWo/Styles/Features/AIChatStyles.xaml @@ -183,6 +183,7 @@ + - diff --git a/BeWo/View/Controls/AI/AiChatButton.xaml b/BeWo/View/Controls/AI/AiChatButton.xaml index ad8192e0b..78a94ff88 100644 --- a/BeWo/View/Controls/AI/AiChatButton.xaml +++ b/BeWo/View/Controls/AI/AiChatButton.xaml @@ -17,69 +17,76 @@ +