Skip to content

Add instant comments support

kushalpandya requested to merge 27614-instant-comments into master

Related EE Merge Request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1823

What does this MR do?

Adds support for instantly creating, editing and removing comments from Issues and MRs.

Why was this MR needed?

Currently comments are updated only after network response is received, having comments posted instantly while network communication is happening in the background gives user a perception of better performance.

Screenshots

Create Comment

Create

Update Comment

Update

Create Discussion

Create_Discussion

Update Discussion Comment

Update_Discussion

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #27614 (closed)

Merge request reports