codymikol / git-down

A rewrite of the popular project GitUp that works in Linux, Mac, and Windows.
MIT License
29 stars 3 forks source link

feat(commit): don't squish stage / unstage file #88

Closed codymikol closed 1 year ago

codymikol commented 1 year ago

this prevents an issue where the stage / unstage file button would get clipped out of frame if the file path is too long. We still need to find a way to do a reverse ellipse, but I feel this is part of another issue.

Fixes #87