Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.2 KB

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.