damus icon indicating copy to clipboard operation
damus copied to clipboard

Accessibility audit [xcode]

Open alltheseas opened this issue 2 years ago • 8 comments
trafficstars

https://developer.apple.com/videos/play/wwdc2023/10035/

alltheseas avatar Jun 17 '23 12:06 alltheseas

@BenGWeeks feedback:

Yeah, but it never provides feedback (for me). Assumed because content always changing.

alltheseas avatar Jun 17 '23 22:06 alltheseas

this is neat, thanks!

jb55 avatar Jun 21 '23 07:06 jb55

image

image

alltheseas avatar May 17 '24 14:05 alltheseas

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?

GBKS avatar May 17 '24 14:05 GBKS

Sure!

alltheseas avatar May 17 '24 14:05 alltheseas

For fixing this stuff, I think AI can be a nice helper. Here's a quick test using Github Copilot in Visual Studio Code.

image

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.

GBKS avatar May 20 '24 09:05 GBKS

Great suggestion

alltheseas avatar May 20 '24 14:05 alltheseas