-
-
Notifications
You must be signed in to change notification settings - Fork 165
GitHub issue counts
Rob Garrison edited this page May 18, 2016
·
38 revisions
GitHub-code-colors | GitHub-custom-hotkeys | GitHub-image-preview | GitHub-issue-comments | GitHub-issue-counts | GitHub-remove-diff-signs | GitHub-table-of-contents | GitHub-title-notification | GitHub-toggle-wiki-sidebar | Gist-to-dabblet
A userscript that adds a repo issues count to the repository tab & organization page (https://github.com/:user
)
- This script makes it easy to see the total number of open issues & pull requests for each repository.
- It works on both user & organization pages.
- Click this link to install from GitHub, or install from GreasyFork.
- Issue count: Add @connect setting (ref).
- Moved code to GitHub-userscripts
- Fix link to issues.
- Add mutation observer. Fixes issue #2.
- Rewritten in plain JS (no jQuery).
- Add inline svg instead of background - allows hover color.
- Add busy flag & comparisons in mutation observer to reduce function calls.
- Removed entry limitation since only one call to the API is needed.
- Update screenshot.
- Use base64 encoded icon for Firefox. Fixes issue #1.
- Use user repos list to get issue count.
- Now works without page reload.
- Add package.json.
- Include organization page.
- Rewritten for new layout.
- Changed icon to svg.
- Modified script to work with ajax tabs.
- Added a location check, otherwise Chrome injects the script into every page.
- Updated script to match the new profile page.
- Updated script to use Github API v3, as v2 is supposed to be terminated 5/2012 (ref).
- Modified icon positioning to fit the github changes made by replacing images with font icons.
- Working in Chrome now, YAY!
- Renamed script to "github-issue-counts.user.js" to make it automatically install per the instructions.
- Copied the installation instructions from skratchdot.
- Initial post.
- Not working in Chrome for some reason =/