User Story
As a user, I want to be able to see where the changes are in the diff at a glance so that I can easily scroll to the sections I care about and know where the biggest changes are.
Description
The scrollbar would use green to show where new stuff has been added and red to show where stuff has been removed (when comparing the revision on the left to the revision on the right). The color would appear where the scroll bar needs to be in order to view that change. It would also get bigger proportional to how many lines a change spans (a one line addition will probably look like a green dot on the scollbar (also depending a bit on the size of the file as a whole) while a 10 line addition might appear like a small green column in the scrollbar and an addition of half the file would like a tall green column that takes up about half of the scrollbar.
Implementation idea
Describe the work needed for the new improvement.
User Story As a user, I want to be able to see where the changes are in the diff at a glance so that I can easily scroll to the sections I care about and know where the biggest changes are.
Description The scrollbar would use green to show where new stuff has been added and red to show where stuff has been removed (when comparing the revision on the left to the revision on the right). The color would appear where the scroll bar needs to be in order to view that change. It would also get bigger proportional to how many lines a change spans (a one line addition will probably look like a green dot on the scollbar (also depending a bit on the size of the file as a whole) while a 10 line addition might appear like a small green column in the scrollbar and an addition of half the file would like a tall green column that takes up about half of the scrollbar.
Implementation idea Describe the work needed for the new improvement.