manage your github issues with ease!
- submit your github personal access token
- select a repository
- sort issues as you like!
note: there is currently no way to set custom sorting on touch screens.
when selected on the 'custom' sort option:
- select an issue in the list
- use the UP and DOWN arrow keys to reorder the issue
git clone https://github.com/sheminusminus/issuable
cd issuable
yarn
yarn start
yarn test
npm i -g simplehttpserver
cd issuable
yarn build
cd build
simplehttpserver
then visit localhost:8000 in your browser.
this was bootstrapped with create-react-app (first time i've ever used CRA). to access additional build info or edit build scripts/configs, run:
yarn eject