mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-08 20:34:59 +00:00
feature: show branches count in branch tree (#1306)
This commit is contained in:
parent
57d15dc6d3
commit
7bb4e355bd
5 changed files with 38 additions and 6 deletions
|
@ -60,9 +60,11 @@
|
|||
<!-- Name -->
|
||||
<TextBlock Grid.Column="1"
|
||||
Classes="primary"
|
||||
Text="{Binding Name}"
|
||||
FontWeight="{Binding IsCurrent, Converter={x:Static c:BoolConverters.IsBoldToFontWeight}}"
|
||||
TextTrimming="CharacterEllipsis"/>
|
||||
TextTrimming="CharacterEllipsis">
|
||||
<Run Text="{Binding Name}"/>
|
||||
<Run Text="{Binding BranchesCount}" Foreground="{DynamicResource Brush.FG2}"/>
|
||||
</TextBlock>
|
||||
|
||||
<!-- Upstream invalid tip -->
|
||||
<Border Grid.Column="2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue