Galooshi / happo

Visual diffing in CI for user interfaces
504 stars 16 forks source link

Add way to demo the review page, improve review page #117

Closed lencioni closed 8 years ago

lencioni commented 8 years ago

We want to vastly improve the diffs page, but that is slow going because we don't have a super easy way to preview our changes. This commit fixes this by adding a review-demo.rb script that starts up a server with some dummy data in it so we can see what a diffs page might look like. This should make it easier to improve this page.

Fixes #103

lencioni commented 8 years ago

I also made some improvements to the diffs page in this PR.