MR Review: Respond to a diff thread
Problem to solve
The extension shows us comment threads on the diff, but doesn't allow us to comment in the thread. This issue is to enable and implement responses to diff threads.
Proposal
- Enable responses
- Extend the
createNotemethod to return notes (with positions), instead ofvoid - Implement
reply()function on thegitlab_comment_thread - Add a
Create comment nowcommand and add it to thecomments/commentThread/contextmenu
Further details
Example:
This feature is implemented (not production-ready at all) in the POC (#293 (closed)) branch 293-new-comments-poc
