sourcegit-scm / sourcegit

Windows/macOS/Linux GUI client for GIT users
MIT License
610 stars 66 forks source link

[FEATURE] Move, resize and change order of the columns in the history tab. #194

Closed FardinHaque70 closed 1 week ago

FardinHaque70 commented 2 weeks ago

Basically the title. It would be super nice to be able to resize and expand the commit user's column.

Screenshot 2024-06-20 at 11 43 48 AM
love-linger commented 2 weeks ago

In fact, this is intentional. The goal is to leave more space to display the subject of commit.

For example: image

In a team, some people have very long names, while others have very short names. If width is taking from the longest, it can make space utilization very low in some cases.

image

And as there's no header row, which will not added in near future, in the histories view, it's not convenient to resize columns by user.

So I'm going to keep it the way it is.

love-linger commented 1 week ago

After receiving issue about the incomplete display of the author name in the commit list multi times, I decided not to limit the maximum display width of the column