mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
feature: allow to view contribution chart based on selected author (#1196)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
90b37663ed
commit
33a463ce59
3 changed files with 81 additions and 26 deletions
|
@ -28,7 +28,11 @@ namespace SourceGit.ViewModels
|
|||
public Models.StatisticsReport SelectedReport
|
||||
{
|
||||
get => _selectedReport;
|
||||
private set => SetProperty(ref _selectedReport, value);
|
||||
private set
|
||||
{
|
||||
value?.ChangeAuthor(null);
|
||||
SetProperty(ref _selectedReport, value);
|
||||
}
|
||||
}
|
||||
|
||||
public uint SampleColor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue