Trey T 4d9e906c4d Fix mood buttons hidden from accessibility tree in all voting layouts
The parent container's .accessibilityElement(children: .contain) and
.accessibilityLabel were collapsing individual mood buttons into a single
group, making them invisible to accessibility tools like AXe and VoiceOver.

Fix: Add .accessibilityElement(children: .ignore) and .accessibilityAddTraits
(.isButton) to each individual mood button, and remove the group-level
accessibility modifiers. Applied to all 6 voting layouts (Horizontal, Card,
Stacked, Aura, Orbit, Neon).
2026-03-26 09:00:38 -05:00
2022-01-10 08:44:49 -06:00
2025-12-19 17:24:00 -06:00
2026-03-11 17:37:58 -05:00
Description
No description provided
285 MiB
Languages
Swift 92%
HTML 6.9%
Python 1.1%