Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 8e42868

Browse files
committed
Add comment octicon and leave some notes around
1 parent d05a0ce commit 8e42868

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestDetailView.xaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,20 @@
9999
<StackPanel Orientation="Horizontal"
100100
Margin="0 0 0 -4"
101101
ghfvs:ScrollingVerticalStackPanel.IsFixed="true">
102-
<!-- TODO: Needs hook up -->
102+
<!-- TODO: Needs to be re-hooked up :grimacing: -->
103103
<ghfvs:GitHubActionLink Margin="0 6" Command="{Binding OpenConversation}">
104104
View on GitHub
105105
</ghfvs:GitHubActionLink>
106106

107107
<Rectangle Margin="5 0" Width="1" Height="12" VerticalAlignment="Center" Style="{DynamicResource Separator}" />
108108

109-
<!-- TODO: Needs hook up -->
110-
<ghfvs:GitHubActionLink Margin="0 6" Command="{Binding OpenConversation}">
111-
42
112-
</ghfvs:GitHubActionLink>
109+
<StackPanel Orientation="Horizontal">
110+
<ghfvs:OcticonImage Margin="0 2 4 0" Foreground="{DynamicResource VsBrush.GrayText}" Width="12" Height="12" Icon="comment"/>
111+
<ghfvs:GitHubActionLink Margin="0 6" Command="{Binding OpenConversation}">
112+
<!-- TODO: Needs hook up -->
113+
42
114+
</ghfvs:GitHubActionLink>
115+
</StackPanel>
113116

114117
<Rectangle Margin="5 0" Width="1" Height="12" VerticalAlignment="Center" Style="{DynamicResource Separator}" />
115118

0 commit comments

Comments
 (0)