Skip to content

browser extension for better GitHub PR checks UI

License

Notifications You must be signed in to change notification settings

bdkent/gh-pr-ext

Repository files navigation

A fun little browser extension to add additional UI to the pull request page so you can understand check statuses.

Adds an icon mirroing the check status to the bottom right. Screenshot 2023-08-14 at 10 42 54 AM

Click the icon to open the overlay!

Screenshot 2023-08-11 at 1 05 53 PM

Support

Enjoying the extension? Perhaps you could leave a review on the extension store or buy me a coffee ☕ to say thanks?

Install

Find on browser add-on / extension stores.

Build

Prerequisites

System must have the following installed:

  • node
  • yarn

Directions

yarn install
yarn build
zip -r dist.zip dist/*

the generated dist.zip is the browser extension.