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:
@@ -15,6 +15,7 @@
|
||||
|
||||
<UserControl.Resources>
|
||||
<converter:NullValueToVisibilityConverter x:Key="NullToVisibility" />
|
||||
<converter:LanguageDefinitionsConverter x:Key="LanguageConverter" />
|
||||
</UserControl.Resources>
|
||||
|
||||
<Border Padding="10"
|
||||
@@ -37,7 +38,7 @@
|
||||
Style="{DynamicResource Menu.Selector.Icon.Lock}"
|
||||
MouseUp="LockButton_MouseUp"
|
||||
TouchDown="LockButton_TouchDown"
|
||||
MouseLeave="LockButton_MouseLeave"/>
|
||||
MouseLeave="LockButton_MouseLeave" />
|
||||
|
||||
<ico:AdaptableIcon x:Name="BackButton"
|
||||
DockPanel.Dock="Left"
|
||||
@@ -74,9 +75,22 @@
|
||||
|
||||
</DockPanel>
|
||||
|
||||
<local:SearchBar x:Name="Search"
|
||||
DockPanel.Dock="Top"
|
||||
PlaceholderText="{Binding Converter={StaticResource LanguageConverter}, ConverterParameter=Searchbar.Placeholder}"
|
||||
ShowCloseButton="False"
|
||||
SearchButtonSize="26"
|
||||
DebounceInterval="0"
|
||||
SearchBackground="{DynamicResource BackgroundColor.DetailsPage.Widget.Title}"
|
||||
SearchValueChanged="SearchBar_SearchValueChanged"
|
||||
Margin="0 0 0 10"
|
||||
Focusable="True"
|
||||
Height="26" />
|
||||
|
||||
<local:CustomMenu x:Name="SubMenuUc"
|
||||
DockPanel.Dock="Top"
|
||||
MenuDataList="{Binding ElementName=QuickActionSelectorUc, Path=QuickActionList}" />
|
||||
MenuDataList="{Binding ElementName=QuickActionSelectorUc, Path=QuickActionList}"
|
||||
Width="270"/>
|
||||
|
||||
</DockPanel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user