Problem
Across 60+ view files, no .accessibilityLabel(), .accessibilityHint(), or .accessibilityElement() modifiers. Screen reader users cannot navigate the app.
Scope
All files under ArcBox/Views/ and ArcBox/Components/.
Fix
Add labels to all interactive elements. Prioritize container/image management flows.
Problem
Across 60+ view files, no
.accessibilityLabel(),.accessibilityHint(), or.accessibilityElement()modifiers. Screen reader users cannot navigate the app.Scope
All files under
ArcBox/Views/andArcBox/Components/.Fix
Add labels to all interactive elements. Prioritize container/image management flows.