-
-
Notifications
You must be signed in to change notification settings - Fork 166
GitHub issue show status
Rob Garrison edited this page Oct 24, 2022
·
16 revisions
GitHub added this functionality on 2019.01.04; this userscript is no longer required!
A userscript that adds an obvious indicator showing if an issue or pull request is open or closed
- The userscript adds a label to the top of the issue and pull request side bar indicating the status of the issue: open, closed or merged.
- A
position:sticky
style is applied to the issue and pull request side bar to keep the information in view. - A class name of "github-issue-status-open", "github-issue-status-closed" or "github-issue-status-merged" is also added to the
body
to allow custom styling via a userstyle. - Click this link to install from GitHub; or, install from GreasyFork or OpenUserJS.
- Update dependencies.
- Update mutation script.
- Update GitHub icon.
- Update mutation script.
- Update mutation script.
- Update mutation script.
- Update mutation script.
- Update mutation script url.
- Update assets.
- Prevent js error.
- Use updated mutations.js version; the newer version will indicate when a new item (e.g. an issue status change) has been added to the discussion.
- Initial commit