fix(app): line selection ux fixes

This commit is contained in:
adamelmore
2026-01-24 12:19:39 -06:00
parent fa1a54ba3d
commit 42b802b688
5 changed files with 57 additions and 22 deletions

View File

@@ -618,7 +618,7 @@ export const SessionReview = (props: SessionReviewProps) => {
/>
<div data-slot="session-review-comment-actions">
<div data-slot="session-review-comment-draft-label">
Commenting on {getFilename(diff.file)}:{selectionLabel(range())}
Commenting on {selectionLabel(range())}
</div>
<Button size="small" variant="ghost" onClick={() => setCommenting(null)}>
Cancel