Restore `reactions-avatars` #3122
fregante posted onGitHub
Github no longer loads who reacted in the aria-label until you hover 😞
Originally posted by @yakov116 in https://github.com/sindresorhus/refined-github/issues/3120#issuecomment-632331245
reactions-avatars
stopped working (https://github.com/sindresorhus/refined-github/issues/3120) because of this change.
The feature used to look like this:
<img src="https://user-images.githubusercontent.com/1402241/34438653-f66535a4-ecda-11e7-9406-2e1258050cfa.png">
Since the usernames are no longer available on the DOM until it's too late, the only fix is to load these usernames via the API.
The problem is that this call might be rather large on very active discussions, so this might no longer be worth it.
PR welcome to figure out what changes are required and what the impact would be on large conversations like https://github.com/facebook/react/issues/13991