- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 173
 
GitHub issue show status
        Rob Garrison edited this page Jan 18, 2018 
        ·
        16 revisions
      
    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:stickystyle 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 
bodyto allow custom styling via a userstyle. - Click this link to install from GitHub; or, install from GreasyFork or OpenUserJS.
 


- 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