feat(review): stage and discard hunks, files, and lines with zoom states - #80
Draft
lettertwo wants to merge 10 commits into
Draft
feat(review): stage and discard hunks, files, and lines with zoom states#80lettertwo wants to merge 10 commits into
lettertwo wants to merge 10 commits into
Conversation
lettertwo
force-pushed
the
review/03-staging-zoom
branch
from
September 4, 2026 18:14
4b2e331 to
697ffe9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the staging verbs and the view states that give them a direction. The cursor now drives navigation with scroll derived from it, zoom cycles split/combined/unstaged/staged with a per-file gate, and the combined view colors cells by staged-ness attribution. Hunks, files, and line selections stage and discard through the queue, a footer notice reports refusals and confirmations, and a tick poll on the index signature refreshes the diff when something outside the TUI writes the index.
The design is the staging-verbs entry in the RFC milestones: verbs act only in the unstaged and staged panes, the runtime stays synchronous, and a multi-hunk line selection is merged into one patch because libgit2 rejects per-hunk patches whose numbering assumes the others applied.