feature: add children list to the commit base info view

Useful for navigation between the commits.
This commit is contained in:
Dmitrij D. Czarkoff 2024-11-10 02:07:15 +01:00
parent b974436c8a
commit 7ba35e1973
No known key found for this signature in database
5 changed files with 40 additions and 8 deletions

View file

@ -113,7 +113,7 @@ namespace SourceGit.Views
e.Handled = true;
}
private void OnParentSHAPressed(object sender, PointerPressedEventArgs e)
private void OnSHAPressed(object sender, PointerPressedEventArgs e)
{
if (DataContext is ViewModels.CommitDetail detail && sender is Control { DataContext: string sha })
{