Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.37k stars 107 forks source link

Make diff view include all files by default #702

Closed jensenr30 closed 4 months ago

jensenr30 commented 4 months ago

When I click on a commit in the CommitList, "Committed Files" will only ever have one item selected by default. In this example, it happens to be the src directory:

image

Wouldn't it be nice if all files were selected by default? That way, the user would see all changes in the diff view without doing any extra work:

image

However, having all files selected adds visual clutter. And it's possible to select no files. And if no files are selected, wouldn't it make sense to treat that the same as having all files selected?

image

Therefore, my proposal is to make the following behavior default:

Thoughts?

If this sounds good, feel free to assign to me.

jensenr30 commented 4 months ago

duplicate of #7