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

Commit c0e02a8

Browse files
committed
🔥 Reviewer meta data
Save space and avoid any confusion around number of file comments
1 parent cbb529a commit c0e02a8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestReviewSummaryView.xaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555

5656
<Grid.RowDefinitions>
5757
<RowDefinition Height="Auto"/>
58-
<RowDefinition Height="Auto"/>
5958
</Grid.RowDefinitions>
6059

6160
<c:AccountAvatar Grid.Column="0" VerticalAlignment="Top" Margin="2" Account="{Binding User}"/>
@@ -76,14 +75,6 @@
7675
Content="{x:Static prop:Resources.ContinueYourReview}"
7776
Visibility="{Binding State, Converter={ui:EqualsToVisibilityConverter Pending}}"/>
7877
</Grid>
79-
80-
<TextBlock Grid.ColumnSpan="3" Grid.Row="1"
81-
Margin="1 0"
82-
Foreground="{DynamicResource GitHubVsGrayText}">
83-
<Run Text="{Binding StateDisplay, Mode=OneWay}"/>
84-
<Run>|</Run>
85-
<Run Text="{Binding FileCommentCount, Mode=OneWay, StringFormat={}{0} file comments}"/>
86-
</TextBlock>
8778
</Grid>
8879
</Border>
8980

0 commit comments

Comments
 (0)