We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CheckoutAndFastForward
1 parent f59851f commit 35eda48Copy full SHA for 35eda48
src/Views/CheckoutAndFastForward.axaml
@@ -27,6 +27,18 @@
27
<StackPanel Grid.Row="0" Grid.Column="1" Orientation="Horizontal">
28
<Path Width="14" Height="14" Margin="4,0" Data="{StaticResource Icons.Branch}"/>
29
<TextBlock Text="{Binding LocalBranch.Name}"/>
30
+ <Border Height="18"
31
+ Margin="8,0,0,0"
32
+ Padding="8,0"
33
+ VerticalAlignment="Center"
34
+ CornerRadius="9"
35
+ Background="{DynamicResource Brush.Badge}"
36
+ IsVisible="{Binding LocalBranch.TrackStatus.IsVisible}">
37
+ <TextBlock Foreground="{DynamicResource Brush.BadgeFG}"
38
+ FontFamily="{DynamicResource Fonts.Monospace}"
39
+ FontSize="10"
40
+ Text="{Binding LocalBranch.TrackStatus}"/>
41
+ </Border>
42
</StackPanel>
43
44
<TextBlock Grid.Row="1" Grid.Column="0"
0 commit comments