the git pane does not show actual diffs when clicking on a file #42

Closed
opened 2026-07-27 18:51:55 +00:00 by hugo · 1 comment
Owner

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.

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.
hugo added the bugcritical labels 2026-07-27 18:51:55 +00:00
Author
Owner

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.

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.
hugo closed this issue 2026-07-27 20:02:01 +00:00
Sign in to join this conversation.