feat: expand cockpit integrations and support workflows

Add Phoenix remote desktop, action connector, documentation engine, and gamification support. Refactor support-case processing and search/action UI, and update installer assets and dependencies.
This commit is contained in:
Meik
2026-07-13 11:16:53 +02:00
parent bbedbf71c8
commit 0b52999b1d
303 changed files with 11235 additions and 3580 deletions

View File

@@ -28,15 +28,15 @@
<RowDefinition Height="auto" />
</Grid.RowDefinitions>
<buc:SearchBar x:Name="SearchBarUc"
x:FieldModifier="private"
Grid.Row="0"
FontSize="20"
HorizontalAlignment="Center"
Width="450"
Margin="0 200 0 0"
SearchButtonSize="30"
CloseButtonSize="30" />
<buc:InformationClassSearchBar x:Name="SearchBarUc"
x:FieldModifier="private"
Grid.Row="0"
FontSize="20"
HorizontalAlignment="Center"
Width="450"
Margin="0 200 0 0"
SearchButtonSize="30"
CloseButtonSize="30" />
<buc:SearchFilterBar x:Name="SearchFilterBar"
x:FieldModifier="private"

View File

@@ -24,7 +24,7 @@ using System.Windows.Threading;
using FasdDesktopUi.Basics.Services.SupportCaseSearchService;
using FasdDesktopUi.Basics.Services.RelationService;
using static C4IT.Logging.cLogManager;
using static FasdDesktopUi.Basics.UserControls.SearchBar;
using static FasdDesktopUi.Basics.UserControls.InformationClassSearchBar;
namespace FasdDesktopUi.Pages.AdvancedSearchPage
@@ -39,7 +39,7 @@ namespace FasdDesktopUi.Pages.AdvancedSearchPage
// 3. When F4SD Tray-Icon is clicked, open the new advanced search page
SearchBar.ChangedSearchValueDelegate ChangedSearchValue { get; set; }
InformationClassSearchBar.ChangedSearchValueDelegate ChangedSearchValue { get; set; }
private cF4sdApiSearchResultRelation preSelectedRelation = null;
private static readonly object _currentSearchTaskLock = new object();