the issue state (open/closed) must be shown beside the title #18
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?
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.
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.