damus
damus copied to clipboard
Accessibility audit [xcode]
https://developer.apple.com/videos/play/wwdc2023/10035/
@BenGWeeks feedback:
Yeah, but it never provides feedback (for me). Assumed because content always changing.
this is neat, thanks!
Thanks for posting my note here. Background is that I did some accessibility testing during yesterday's Global Accessibility Awareness Day event in Bitcoin Design and found a bunch of issues in Damus. I was going to go create proper issues, categorizing the problems, to make them easier to tackle.
For example, the one you posted above about buttons not being accessible at all is very problematic, while a selectable dot has more of an annoyance. Attacking some of those serious ones first would be a good approach.
Is it helpful if I create those issues?
Sure!
For fixing this stuff, I think AI can be a nice helper. Here's a quick test using Github Copilot in Visual Studio Code.
The general problem here is that an image is used, instead of a button. Not sure what the proper Swift class here is to use.
Either way, how about checking out if AI can take care of this busy work? Might cut down the time and brainpower needed by a ton.
Great suggestion