The activity bar on Home Screen must be centered #35

Closed
opened 2026-07-31 14:54:36 +00:00 by hugo · 1 comment
Owner

The activity bar is left aligned but must be centered, as that looks cleaner.

The activity bar is left aligned but must be centered, as that looks cleaner.
hugo added this to the first feature complete release milestone 2026-07-31 14:54:36 +00:00
hugo added the enhancement label 2026-07-31 14:54:36 +00:00
Author
Owner

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.
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.
hugo closed this issue 2026-07-31 16:01:32 +00:00
Sign in to join this conversation.