prmonitor icon indicating copy to clipboard operation
prmonitor copied to clipboard

A browser extension to keep track of incoming and outgoing PRs

Results 26 prmonitor issues
Sort by recently updated
recently updated
newest added

When Popup.html is closed, the following error occurs in background.ts. By the way, no error occurs when Popup.html is open.

## Summary Fixes #1066 This PR implements browser-specific manifest generation to support both Chrome and Firefox with Manifest V3: - Added manifest template system: Created `manifest.template.json` with browser-specific keys using...

The extension does not work properly in Firefox. When targeting Manifest V3, Firefox requires `background.scripts` instead of `background.service_worker`. Reference: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Background_scripts#specify_the_background_scripts

Currently PR Monitor asks for a GitHub access token with "repo" scope. That scope grants a ton of access, including write access to all code available to a user. Now...

Clicking the fullscreen button in the popup navigates to `chrome-extension://{uuid}/index.html`, so the page won’t load in Firefox-based browsers. ## Steps to Reproduce 1. Install PR Monitor 0.10.7 on a Firefox-based...

Hi there, I was struggling to get the teams filter working in your extension (I love your extension, by the way). Let's say I have a team with name "My...