Skip to content

feat(mr review): deleting comments on MR diff

Tomas Vik requested to merge 317-delete-comment into main

This MR introduces a "rubbish bin" icon on each MR diff comment. When the user clicks this icon, they'll get asked whether they really want to delete the comment. If they confirm, we'll delete the comment.

If they deleted the last comment in a thread, we'll remove the VS Code thread as well.

delete-comment

When the API fails

delete-comment-failed

Related to #317 (closed)

Merge request reports