Modernize customer panel UI and add agent workflow rules

This commit is contained in:
Meik
2026-03-05 10:17:33 +01:00
parent 4013fa8e32
commit d954f26686
16 changed files with 581 additions and 309 deletions

View File

@@ -23,11 +23,14 @@
Grid.ColumnSpan="2"
Grid.Row="0">
<Image Source="{DynamicResource appbar_star}"
Width="48"
Width="36"
Height="36"
Margin="0,6,0,0"
Tag="MAINICO" />
<Label Foreground="{DynamicResource mainForeground}"
FontSize="16"
Canvas.Top="10"
<Label Foreground="{DynamicResource sectionTitleColor}"
FontSize="19"
FontWeight="SemiBold"
Canvas.Top="8"
Canvas.Left="40"
Content="{x:Static resx:Resources.CustomLink}" />
</Canvas>
@@ -37,7 +40,7 @@
<StackPanel x:Name="CustomLinkPanel"
x:FieldModifier="private"
Orientation="Vertical"
Canvas.Top="50" />
Canvas.Top="56" />
</Canvas>
</Grid>
</UserControl>