gitbutler icon indicating copy to clipboard operation
gitbutler copied to clipboard

Feature: Show all files in diff view as scrollable list

Open torarnv opened this issue 1 month ago • 1 comments

Would be nice to not have to click on each file to show the diff.

Image

If each changed file could have its own entry after each other, just like this one

Image

It would match how a normal git show visualizes a commit

torarnv avatar Nov 01 '25 14:11 torarnv

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

Byron avatar Nov 01 '25 15:11 Byron