A React Native application for querying GitHub issues:
- Combine issues from multiple repos
- Pulls down all github paginated data
- Cache query results
- Organized view
- grouped by Assignee
- grouped by Milestone
- Filter content
- by Label
- by Milestone
- Act on content: Issues when clicked will launch the GitHub webpage for that issue.
You can load it from the browser here.
- View PRs across multiple repos
- View assigned issues across multiple repos
- View issues in a milestone shared across multiple repos
The Windows desktop app loads a very similar experience as a native app. Download from the Windows Store (Work in progress, issues tracked here.
Instructions for how to run after cloning the repo:
yarn windows
yarn web-server
Then connect your web browser for localhost:8080