pullp
pullp copied to clipboard
A Github pull request monitoring tool for Mac, Linux and Windows
## Your Version of Pullp 3.0.0 ## Your OS MacOS 10.14.6 ## Expected Behavior Either a mechanism preventing more than 49 repos to be selected if not possible or a...
Broken CSS when (target) branch name too long?
## Description of enhancement Allow filter to include searching by owner / org name ## Rationale Allows search to be done with org & user names ## Your interest in...
## Your Version of Pullp 3.0.0 ## Your OS macOS 10.15 ## Expected Behavior Pullp was showing my watching repos ## Current Behavior Recently (~1 month) Pullp does not showing...
## Description of enhancement Adding functionality to show the label/s that have been added to your PR ## Rationale Enable a user to determine if a PR is ready to...
`box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.4)` is used 13 times across the project. It should be included as a CSS variable in the `src/css/units.css` file and then...
Hello. At the moment, repositories are ordered on how many open PRs there are. Would it be possible to add different ways of ordering? e.g. By alphabetical order, or by...
Navigation for returning from a PR tries to open in app instead of browser when hooked up to different GitHub instance than github.com. ## Your Version of Pullp 1.0.5 ##...
This CSS is used in various places: ``` font-family: 'Roboto', sans-serif; text-transform: uppercase; font-weight: normal; ``` It should be extracted into a global css class and added to a new...
ScrollToTop component currently has no tests 😢 Need to create test file at `src/components/ScrollToTop/test.js` and add component tests for the code in ScrollToTop's `index.js`.