File list for pull requests must look like file lists for commits #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is a different styling for the file list on pull request details but that must be the same as with commits. UI needs to be coherent in style.
Implemented in
822cf1f.UITableViewsection.FileRowdata andconfigureTextCellpresentation path: left-aligned paths, secondary statuses, full-width separators, disclosure indicators, and native selection behavior.TESTING.mdwith the explicit commit/pull file-list parity checks.Verified in isolation with the full required gate suite (
cargo fmt, warning-free workspace check, Clippy with warnings denied, and all workspace tests), a signed arm64 iPhone 17 Pro simulator build, and manual simulator checks of path/status rendering, separators, disclosure indicators, scrolling, accessibility output, and diff navigation.