Modernize customer panel UI and add agent workflow rules
This commit is contained in:
@@ -6,7 +6,15 @@
|
||||
xmlns:local="clr-namespace:C4IT_CustomerPanel.UserControls"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="50" d:DesignWidth="400" Loaded="UserControl_Loaded" SizeChanged="UserControl_SizeChanged">
|
||||
<Grid Background="White">
|
||||
<Border x:Name="ProgressRect" Background="#FFBEE6FD" Width="100" HorizontalAlignment="Left"/>
|
||||
<Grid Background="Transparent">
|
||||
<Border Background="{DynamicResource inputBackgroundColor}"
|
||||
BorderBrush="{DynamicResource inputBorderColor}"
|
||||
BorderThickness="1"
|
||||
CornerRadius="8" />
|
||||
<Border x:Name="ProgressRect"
|
||||
Width="100"
|
||||
HorizontalAlignment="Left"
|
||||
CornerRadius="8"
|
||||
Background="{DynamicResource accentColor}" />
|
||||
</Grid>
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user