Issue details must show labels #40

Closed
opened 2026-07-31 16:09:00 +00:00 by hugo · 1 comment
Owner

Issue details don‘t show labels right now, but it should.

Issue details don‘t show labels right now, but it should.
hugo added this to the first feature complete release milestone 2026-07-31 16:09:00 +00:00
hugo added the bug label 2026-07-31 16:09:00 +00:00
Author
Owner

Implemented in acf2c83.

  • Added issue labels to the Rust-owned IssuePage view model and regenerated the UniFFI Swift binding.
  • Reused the existing validated color/contrast mapping and colored badge presentation on issue details.
  • Added a wrapping UIKit label container so every label remains visible at accessibility Dynamic Type sizes, with individual VoiceOver labels.
  • Verified issue #40 at normal size and a two-label issue at maximum accessibility size; labels remained readable, wrapped, and unclipped.
  • Passed cargo fmt --all -- --check, warning-free workspace check, Clippy with warnings denied, all workspace tests, and the arm64 iOS simulator build.
Implemented in `acf2c83`. - Added issue labels to the Rust-owned `IssuePage` view model and regenerated the UniFFI Swift binding. - Reused the existing validated color/contrast mapping and colored badge presentation on issue details. - Added a wrapping UIKit label container so every label remains visible at accessibility Dynamic Type sizes, with individual VoiceOver labels. - Verified issue #40 at normal size and a two-label issue at maximum accessibility size; labels remained readable, wrapped, and unclipped. - Passed `cargo fmt --all -- --check`, warning-free workspace check, Clippy with warnings denied, all workspace tests, and the arm64 iOS simulator build.
hugo closed this issue 2026-07-31 16:28:44 +00:00
Sign in to join this conversation.