File tree 1 file changed +5
-1
lines changed
CodeEdit/Features/NavigatorArea/SourceControlNavigator/History/Views
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,11 @@ struct CommitListItemView: View {
92
92
Image . branch
93
93
. imageScale ( . small)
94
94
. foregroundColor ( . primary)
95
+ . help ( ref)
95
96
Text ( ref)
96
97
. font ( . system( size: 10 , design: . monospaced) )
97
98
}
99
+ . frame ( height: 13 )
98
100
. background (
99
101
RoundedRectangle ( cornerRadius: 3 )
100
102
. padding ( . vertical, - 1 )
@@ -105,15 +107,17 @@ struct CommitListItemView: View {
105
107
}
106
108
}
107
109
}
108
-
110
+
109
111
if !commit. tag. isEmpty {
110
112
HStack {
111
113
Image . breakpoint
112
114
. imageScale ( . small)
113
115
. foregroundColor ( . primary)
116
+ . help ( commit. tag)
114
117
Text ( commit. tag)
115
118
. font ( . system( size: 10 , design: . monospaced) )
116
119
}
120
+ . frame ( height: 13 )
117
121
. background (
118
122
RoundedRectangle ( cornerRadius: 3 )
119
123
. padding ( . vertical, - 1 )
You can’t perform that action at this time.
0 commit comments