Show "diffs since last Accept" in diff view
Instead of showing "diffs since last update," which is frequently "none" if someone uploaded just one file last time, or showing "all diffs," show "diffs since the last time I clicked the 'Accept' button in the 'Overall File Chat' area.
under internal test
1 comment
-
James McCoy
commented
Now that this has been implemented, I can see a possible improvement to it. Currently, if you Accept a file and then view the same version of the file again later (e.g., to read a comment someone made) the entire file is displayed. This happens because it is trying to show the changes since the last Accept even though there haven't been any new versions since the last Accept.
It would make more sense to remember the two most recent "Accept"s and if the current version of the file is the same as the most recently Accepted version, show the difference between the previously Accepted version (if it exists, otherwise the initial version) and the currently Accepted version.