extension icon indicating copy to clipboard operation
extension copied to clipboard

Allow subscribing and starring of all Issues and Pull requests

Open andrew opened this issue 2 years ago • 0 comments

When viewing issues or pull request that you don't have a notification for in Octobox, we can potentially allow the user to star and subscribe to those notifications so they can find them later.

Currently the UI disables the Archive and Delete buttons if no notification is found: Screenshot 2021-10-22 at 16 26 17

This will require some changes in the octobox code base as well, likely with a new API endpoint that makes a "fake" notification record pointing at the subject that doesn't have a notification ID on GitHub yet, with the potential to merge it with one if it's created later.

andrew avatar Oct 22 '21 15:10 andrew