Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/GitHub.InlineReviews/Views/CommentView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
</Border>
</StackPanel>

<!--
Temporarily removed because the REST API doesn't yet support deleting pending comments
and there's no GraphQL API for deleting comments at all. Can re-enable once the REST API
is fixed.

<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" DockPanel.Dock="Right"
Visibility="{Binding CanDelete, Converter={ui:BooleanToVisibilityConverter}}">
<ui:OcticonButton Command="{Binding BeginEdit}"
Expand All @@ -93,7 +88,6 @@
Foreground="{DynamicResource GitHubVsToolWindowText}"
Icon="x"/>
</StackPanel>
-->
</DockPanel>

<markdig:MarkdownViewer Grid.Column="1" Grid.Row="1"
Expand Down