Skip to content

docs: apply review feedback to review readability design doc#95

Merged
watany-dev merged 4 commits into
mainfrom
claude/review-design-document-4jX8s
Apr 9, 2026
Merged

docs: apply review feedback to review readability design doc#95
watany-dev merged 4 commits into
mainfrom
claude/review-design-document-4jX8s

Conversation

@watany-dev

Copy link
Copy Markdown
Owner

Address 6 review findings (2 P1, 4 P2):

  • P1: Fix formatGutter truthiness check to use !== undefined
  • P1: Add pendingBracket visual feedback design in footer
  • P2: Document n/N vs ]c/[c wrap-around behavior difference
  • P2: Add timeout-less UX impact analysis for 2-key sequence
  • P2: Add commit view line number gutter to edge case table
  • P2: Add roadmap.md update to out-of-scope section

https://claude.ai/code/session_015NbnHYsXMH45WpAakjZoki

claude added 4 commits April 9, 2026 12:59
Address 6 review findings (2 P1, 4 P2):
- P1: Fix formatGutter truthiness check to use !== undefined
- P1: Add pendingBracket visual feedback design in footer
- P2: Document n/N vs ]c/[c wrap-around behavior difference
- P2: Add timeout-less UX impact analysis for 2-key sequence
- P2: Add commit view line number gutter to edge case table
- P2: Add roadmap.md update to out-of-scope section

https://claude.ai/code/session_015NbnHYsXMH45WpAakjZoki
Add before/after line numbers to add, delete, and context diff lines
using a dimColor gutter format (e.g. "   3    4 │ "). Header and
comment lines are unaffected.

https://claude.ai/code/session_015NbnHYsXMH45WpAakjZoki
Add Vim-style ]c (next change) and [c (previous change) keybindings
to jump between add/delete lines in the PR detail diff view. Uses a
pendingBracket state for 2-key sequence handling with visual feedback
in the footer.

https://claude.ai/code/session_015NbnHYsXMH45WpAakjZoki
Update requirements.md, roadmap.md, README.md, and design doc to reflect
the implemented line number gutter and ]c/[c change line jump features.

https://claude.ai/code/session_015NbnHYsXMH45WpAakjZoki
@watany-dev watany-dev merged commit a647262 into main Apr 9, 2026
6 of 7 checks passed
@watany-dev watany-dev deleted the claude/review-design-document-4jX8s branch April 9, 2026 13:30
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.

2 participants