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
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.
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.
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.