vscode-pull-request-github
vscode-pull-request-github copied to clipboard
Flickering When Editing A Comment
There are 3 UI updates:
1:
2:
3:
It would be nice if one or two of them could be removed.
3 is too many. We have to have 1 update, but we shouldn't have this many.
Notes: a. When you submit the edit to the comment it is optimistically added locally while the request is sent to GH b. 1st update is when the comment body is updated from VS Code c. 2nd update is after the GH request finishes d. 3rd update is replace the body of the comment with some special formatting e. 4th update is to make the avatar a circle
I can get rid of b. and d.