-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Currently only side-by-side diff is supported. Many users prefer a unified/inline diff view where changes are shown in a single column with additions and deletions interleaved.
Desired behavior:
- Toggle between side-by-side and inline view (keyboard shortcut)
- Inline view shows additions/deletions in sequence with clear markers
- Preserve navigation (next/prev diff) in both modes
Tech context: Monaco Editor supports inline diff via renderSideBySide: false option on the diff editor.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed