enhance: when counting commits in Statistics, if the authors have the same e-mail address, the commits are considered to be from the same person (#1380)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-05-31 18:52:15 +08:00
parent b94f26a937
commit dd432c63e8
No known key found for this signature in database
2 changed files with 33 additions and 24 deletions

View file

@ -162,7 +162,9 @@
<ListBox.ItemTemplate>
<DataTemplate DataType="m:StatisticsAuthor">
<Border BorderThickness="0,0,0,1" BorderBrush="{DynamicResource Brush.Border2}">
<Border BorderThickness="0,0,0,1" BorderBrush="{DynamicResource Brush.Border2}"
Background="Transparent"
ToolTip.Tip="{Binding User}">
<Grid ColumnDefinitions="26,*,100">
<v:Avatar Grid.Column="0"
Width="16" Height="16"