FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 637 forks source link

Add "expand" between diffs #585

Open jung-kim opened 9 years ago

jung-kim commented 9 years ago

Now that we have more centralized text diff, it is natural that we should add "expand" feature that would help with seeing full code when needed.

i.e. we could add a button to expand and further expand the code at @@ -176,7 +177,9 @@

screen shot 2015-06-23 at 8 19 30 pm

campersau commented 9 years ago

Here is a nice animation of this feature on github:

(from https://github.com/blog/1705-expanding-context-in-diffs)

jung-kim commented 9 years ago

Due to this feature, rolling diff load for big diff, and couple of other new features it might be better for us to fork diff2html and have ungit specific version of it.