GithubHelp home page GithubHelp logo

glossawy / reviewer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pvcnt/reviewer

0.0 0.0 0.0 25 KB

A better inbox for GitHub pull requests

Home Page: https://reviewer.pages.dev

License: MIT License

JavaScript 1.87% TypeScript 86.50% HTML 1.00% Dockerfile 1.59% Less 9.03%

reviewer's Introduction

Reviewer

Reviewer is an inbox for GitHub pull requests.

ℹī¸ Please note that this project is still in its very early stage.

This project is an attempt at being better than GitHub when providing an overview of open pull requests needing my attention. Indeed, the "Pull Requests" page is not customisable at all. It comes with four tabs associated with pre-defined search queries, that we cannot change. Tabs are also inconvenient, as they requiring switching from one to another to see pull requests of interest.

Reviewer attempts to fill this gap by providing a single dashboard showing all pull requests one is interesting in at a glance. It even allows to track pull requests associated with different accounts and/or several instances of GitHub (e.g., GitHub Enterprise).

Features

Reviewer provides the following features:

  • Fully customisable sections.
  • Any number of GitHub instances can be connected (e.g., GitHub Enterprise).
  • Number of pending pull requests is shown in the page's title.
  • Local only, data is stored in your browser's storage.
  • Dark mode.

You can use the demo instance hosted at reviewer.pages.dev, or run your own instance.

Run locally

This project is a simple SPA, built using Vite. It can be started locally with the following command:

npm run dev

Self-host

This project can be built with the following command:

npm run build

This will create a standard SPA website under the dist/ directory. It can then be deployed to any Web server able to serve static content, e.g., Cloudflare Pages or Netlify. The only required configuration is that all traffic directed to a path that does not match an existing file should be redirected to index.html.

Docker

A dockerfile is provided that compiles and runs a simple nginx server serving the static content.

reviewer's People

Contributors

pvcnt avatar glossawy avatar ts-mini avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.