sindresorhus/refined-github

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.

image

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.

  1. Go to https://github.com/sindresorhus/refined-github/pull/1896/files#diff-745c47517b47e007eb2f34f4d2072fa0
  2. Open the file's dropdown
  3. 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

https://github.com/sindresorhus/refined-github/issues/2329


I’d go with this:

Add a tooltip on the menuitem explaining that they can press i to "toggle all"

It’s pretty easy and not as troublesome as the previously-tried alt-click implementation.

PR welcome via aria-label attribute and tooltipped classes.

posted by fregante over 5 years ago

Fund this Issue

$0.00
Funded

Pull requests