File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
NavigatorArea/SourceControlNavigator/History/Views Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ struct ContributorRowView: View {
44
44
. resizable ( )
45
45
. frame ( width: 32 , height: 32 )
46
46
. clipShape ( Circle ( ) )
47
+ . help ( contributor. name)
47
48
} placeholder: {
48
49
Image ( systemName: " person.circle.fill " )
49
50
. resizable ( )
50
51
. frame ( width: 32 , height: 32 )
52
+ . help ( contributor. name)
51
53
}
52
54
}
53
55
Original file line number Diff line number Diff line change @@ -70,10 +70,13 @@ struct CommitDetailsHeaderView: View {
70
70
. resizable ( )
71
71
. clipShape ( Circle ( ) )
72
72
. frame ( width: 32 , height: 32 )
73
+ . help ( commit. author)
73
74
} else if phase. error != nil {
74
75
defaultAvatar
76
+ . help ( commit. author)
75
77
} else {
76
78
defaultAvatar
79
+ . help ( commit. author)
77
80
}
78
81
}
79
82
Original file line number Diff line number Diff line change @@ -58,10 +58,13 @@ struct CommitListItemView: View {
58
58
. resizable ( )
59
59
. clipShape ( Circle ( ) )
60
60
. frame ( width: 32 , height: 32 )
61
+ . help ( commit. author)
61
62
} else if phase. error != nil {
62
63
defaultAvatar
64
+ . help ( commit. author)
63
65
} else {
64
66
defaultAvatar
67
+ . help ( commit. author)
65
68
}
66
69
}
67
70
VStack ( alignment: . leading, spacing: 0 ) {
You can’t perform that action at this time.
0 commit comments