Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 811 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 811 Bytes

Github Collapse Comments

On GitHub, I often find it difficult to filter out the PR comments which still need to be addressed from ones which won't be addressed (or are purely converstional).

This is a simple Chrome extension to add a collapse/expand button to conversations in the "Conversation" tab on a GitHub pull request, exactly like the button already shown on "outdated" conversations.

Simply click the button (or header text) of a comment thread to collapse it.

Installation

Check out this repository, enable extensions "Developer mode", and drag the folder into the extensions page.

Acknowledgements

This is based on Matthew Robinson's Github-Collapse-Diff extension. (I'm not usually a web developer ;))