sindresorhus/refined-github



The issue has been closed
`latest-tag-button`, `default-branch-button` and `list-prs-for-file` are not fast/reliable enough #3673
fregante posted onGitHub
- Visit https://github.com/sindresorhus/refined-github/blob/42dfa16cd5366de26b475de94f8225003df07364/source/features/list-prs-for-file.tsx (or any file with an open PR)
- Refresh the page
- Wait for each button to appear, if ever
These are 3 separate features but they affect the same area. I think they should be reviewed to understand why they're so slow and why latest-tag-button
sometimes doesn't appear at all.
default-branch-button
is the most annoying one because it's a simple feature with data that's easily available, it should be instant.