the issue state (open/closed) must be shown beside the title #18

Closed
opened 2026-07-31 10:21:59 +00:00 by hugo · 1 comment
Owner

since users can end up on an issue from different places, it is imperative that the state of the issue is shown beside the title, so that the user knows they are looking at an open or closed item. it can be an icon that denotes the state.

since users can end up on an issue from different places, it is imperative that the state of the issue is shown beside the title, so that the user knows they are looking at an open or closed item. it can be an icon that denotes the state.
hugo added this to the first feature complete release milestone 2026-07-31 10:21:59 +00:00
hugo added the bug label 2026-07-31 10:21:59 +00:00
Author
Owner

Implemented in 6374636. Issue details now preserve the Gitea state through the Rust presentation model and UniFFI bridge, then show a Dynamic Type-aware SF Symbol beside the title: green for open, purple for closed, with explicit VoiceOver labels and a safe unknown-state fallback. Updated TESTING.md with the open/closed regression scenario. Verified in isolation with cargo fmt --all -- --check, warning-free cargo check, Clippy with -D warnings, the full workspace test suite, and a signed arm64 iPhone 17 Pro / iOS 26.5 simulator build. Installed and launched the app; visually verified open and closed issue details at default and Accessibility Large text sizes and confirmed the accessibility tree announces both states.

Implemented in 6374636. Issue details now preserve the Gitea state through the Rust presentation model and UniFFI bridge, then show a Dynamic Type-aware SF Symbol beside the title: green for open, purple for closed, with explicit VoiceOver labels and a safe unknown-state fallback. Updated TESTING.md with the open/closed regression scenario. Verified in isolation with cargo fmt --all -- --check, warning-free cargo check, Clippy with -D warnings, the full workspace test suite, and a signed arm64 iPhone 17 Pro / iOS 26.5 simulator build. Installed and launched the app; visually verified open and closed issue details at default and Accessibility Large text sizes and confirmed the accessibility tree announces both states.
hugo closed this issue 2026-07-31 10:59:36 +00:00
Sign in to join this conversation.