feature: add a button to scroll to the top of commit list

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-07-24 11:39:24 +08:00
parent d6295d91ff
commit 5ff34501bd
4 changed files with 30 additions and 2 deletions

View File

@@ -315,11 +315,10 @@ namespace SourceGit.ViewModels
private List<Models.Commit> _commits = new List<Models.Commit>();
private Models.CommitGraph _graph = null;
private Models.Commit _autoSelectedCommit = null;
private Models.Bisect _bisect = null;
private long _navigationId = 0;
private IDisposable _detailContext = null;
private Models.Bisect _bisect = null;
private GridLength _leftArea = new GridLength(1, GridUnitType.Star);
private GridLength _rightArea = new GridLength(1, GridUnitType.Star);
private GridLength _topArea = new GridLength(1, GridUnitType.Star);