Murmele / Gittyup

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

Missing selected file in DiffView #710

Open jensenr30 opened 3 months ago

jensenr30 commented 3 months ago

On v1.3.0, sometimes not all selected files are shown in the Diff View. Feel free to assign to me.

Demo of bug: https://youtu.be/2kcFQenjhIc

jensenr30 commented 2 months ago

@Murmele

I've been digging into this issue, and I think there is an opportunity to refactor the way the list of selected files is used to generate a list of diff hunks. I think there is also an opportunity to improve how the diff hunks are sent to the DiffView. Can you please review my sketch and give me feedback?

change-how-DiffView-gets-its-file-list-2