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

@@ -75,10 +75,10 @@
<SolidColorBrush x:Key="HorizontalLineColor">#707070</SolidColorBrush>
<!--ScrollBar Colors-->
<Color x:Key="ControlLightColor">#DBDBDB</Color>
<Color x:Key="ControlMediumColor">#DBDBDB</Color>
<Color x:Key="ControlDarkColor">#DBDBDB</Color>
<SolidColorBrush x:Key="Scrollbar.Track.Color">#EBEBEB</SolidColorBrush>
<Color x:Key="ControlLightColor">#FFC5C5C5</Color>
<Color x:Key="ControlMediumColor">#FFAAAAAA</Color>
<Color x:Key="ControlDarkColor">#FF888888</Color>
<SolidColorBrush x:Key="Scrollbar.Track.Color">#FFDDDDDD</SolidColorBrush>
<SolidColorBrush x:Key="TestColor"
Color="DarkOrange" />
</ResourceDictionary>