the git pane does not show actual diffs when clicking on a file #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the diffs modal opens, but it is just an empty grey window. No actual diff is shown. this of course should be based on actual differences and be rendered as proper diff presentation. it also must be based on rust code, not external code and it must support the two modes it shows with a switch in the top - both modes right now are empty windows.
Fixed in
a7f26cc. The diff modal now builds textual diffs natively with gix, renders both one- and two-column modes, and keeps split-pane horizontal scrolling clipped and synchronized. Verified with rustfmt, Clippy, make bundle, and the full 152-test suite.