Toggle all PR comments' visibility #2398
fregante posted onGitHub
Follows #212 and #2087
Note: this feature is already offered natively by pressing the i
key. This issue discusses what else can be done, if anything.
Possible additions
Add a tooltip on the menuitem explaining that they can press
i
to "toggle all"Trigger GitHub's own feature by simulating a keypress when the menu item is
alt-clicked
:document.dispatchEvent(new KeyboardEvent('keydown', {code: 'KeyI', key: 'i'}))
Alt-click
The alt-click solution was discussed at length in https://github.com/sindresorhus/refined-github/pull/2087 and its last iteration was this. It didn't work in Firefox.
- Go to https://github.com/sindresorhus/refined-github/pull/1896/files#diff-745c47517b47e007eb2f34f4d2072fa0
- Open the file's dropdown
- Alt-click "✓ Show comments"
<img width="271" alt="Screenshot 2019-09-03 at 01 53 51" src="https://user-images.githubusercontent.com/1402241/64130637-c6565280-cded-11e9-9701-4d4652fa10b5.png">
It should hide all the comment threads on the page, as part of toggle-everything-with-alt