vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

Flickering When Editing A Comment

Open hediet opened this issue 2 years ago • 1 comments

There are 3 UI updates:

Image

1:

Image

2:

Image

3:

Image

It would be nice if one or two of them could be removed.

hediet avatar Feb 16 '24 14:02 hediet

3 is too many. We have to have 1 update, but we shouldn't have this many.

alexr00 avatar Feb 19 '24 17:02 alexr00

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.

alexr00 avatar Mar 04 '24 13:03 alexr00