iPhone 17 Pro Simulator: verified the activity strip is centered with both edges visible in the supported portrait UI; exercised Issues, Pull requests, and All activity filters to confirm the Home header remains functional.
Implemented in 9c7cef3.
- Centered the complete nine-month Home activity strip from its measured graph width instead of a fixed leading origin.
- Included inter-month spacing in both cell sizing and centering, and moved month labels onto the same centered coordinate system.
- Updated TESTING.md with the supported portrait centering and edge-clipping regression check.
Verification:
- cargo fmt --all -- --check
- RUSTFLAGS="-D warnings" cargo check --workspace --all-targets
- cargo clippy --workspace --all-targets -- -D warnings
- cargo test --workspace (26 tests passed)
- iPhone 17 Pro Simulator: verified the activity strip is centered with both edges visible in the supported portrait UI; exercised Issues, Pull requests, and All activity filters to confirm the Home header remains functional.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The activity bar is left aligned but must be centered, as that looks cleaner.
Implemented in
9c7cef3.Verification: