question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Restore `reactions-avatars`

See original GitHub issue

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:

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:closed
  • Created 3 years ago
  • Reactions:8
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
yakov116commented, Jun 4, 2020

Looks like github went back to the old way!!

1reaction
fregantecommented, May 23, 2020

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:

+ trigger mouseenter
+ wait for attribute change
  read aria-label attribute
  etc
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found