gitbutler
gitbutler copied to clipboard
Feature: Show all files in diff view as scrollable list
Would be nice to not have to click on each file to show the diff.
If each changed file could have its own entry after each other, just like this one
It would match how a normal git show visualizes a commit
Thanks a lot for the suggestion!
I myself already tried to vibe-code it, and it turns out that implementing this so it's fast seems to be the major hurdle here. Then it needs virtual lists and everything, or it will be one more chokepoint for the UI.
CC @PavelLaptev