Module diff_view

Module diff_view 

Source
Expand description

Diff view component for Iris Studio

Displays git diffs with syntax highlighting for added/removed lines.

Structs§

DiffHunk
A single hunk in a diff
DiffLine
A single line in a diff
DiffViewState
State for the diff view widget
FileDiff
Diff for a single file

Enums§

DiffLineType
Type of diff line

Functions§

parse_diff
Parse a unified diff string into FileDiff structs
render_diff_summary
Render a compact summary of changes
render_diff_view
Render the diff view widget