Skip to content

fix(ui): keep moved-line colors on wrapped diff rows - #812

Open
HackAttack wants to merge 1 commit into
modem-dev:mainfrom
HackAttack:fix/wrapped-moved-lines
Open

fix(ui): keep moved-line colors on wrapped diff rows#812
HackAttack wants to merge 1 commit into
modem-dev:mainfrom
HackAttack:fix/wrapped-moved-lines

Conversation

@HackAttack

Copy link
Copy Markdown
Contributor

Moved-line coloring never reached anyone with wrap_lines = true. Rows have two paint paths, and only the unwrapped one forwarded the move classification to the palette: the wrapped cell builders called splitCellPalette/stackCellPalette without the moveKind argument, so every moved row fell back to the ordinary added or removed tint.

Moved-line coloring never reached anyone with `wrap_lines = true`. Rows
have two paint paths, and only the unwrapped one forwarded the move
classification to the palette: the wrapped cell builders called
`splitCellPalette`/`stackCellPalette` without the `moveKind` argument,
so every moved row fell back to the ordinary added or removed tint.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
@greptile-apps

greptile-apps Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

PR author is not in the allowed authors list.

@vercel

vercel Bot commented Aug 18, 2026

Copy link
Copy Markdown

@HackAttack is attempting to deploy a commit to the Modem Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant