sindresorhus/refined-github
Do you want to work on this issue?
You can request for a bounty in order to promote it!
Adding searching functionality on releases page. #1896
HardikModha posted onGitHub
- Here is the list of URLs that can be used to test the functionality.
- https://github.com/facebook/react/releases (Releases page)
- https://github.com/facebook/react/releases/tag/v16.8.1 (Release page of a particular tag)
- https://github.com/sindresorhus/refined-github/releases (Releases page with no releases)
- It Fixes #1895 and closes #1895.
Note: The feature uses the GitHub API to fetch the releases for the project. If the personal token is available then it uses api v4 (GraphQL) otherwise it uses the api v3 (REST).
Demo: