Restore `reactions-avatars`
See original GitHub issueGithub 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:
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
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Restore `reactions-avatars` · Issue #3122 · refined ... - GitHub
Another solution to consider is to trigger GitHub's requests (those that happen on hover) and then update add the avatars once they load....
Read more >10 biggest features that WhatsApp users got in 2022 - HT Tech
From emoji reactions, Avatars, WhatsApp communities, to in-chat polls ... accidentally hit “delete for me” feature to retrieve the message.
Read more >refined-github/refined-github 21.12.21 on GitHub - NewReleases.io
... Fix reactions-avatars size by @fregante in #5205; Restore monospace font in commit and merge title fields by @cheap-glitch in #5209; Fix "unclickable ......
Read more >RESTORE - Home | Facebook
More the revamped restoresas.org reflects RESTORE's mission and aligns that work with social justice movements, anti-racism work, and inclusivity and ...
Read more >whatsapp new features | Whatsapp New Update 2022
... Features 2022 | Whatsapp New Update 2022 Whatsapp delete message recovery ... how to whatsapp, communities, emoji reactions, avatars, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like github went back to the old way!!
Neither solution is great, I’d very much prefer triggering GitHub’s own queries on hover than calling the API, as I mentioned in my comment.
This would require minimal changes to the current code: