angstsmurf / spatterlight

Updated fork of Spatterlight
GNU General Public License v3.0
108 stars 6 forks source link

Unlabeled buttons after each game in the library? #81

Closed AERobert closed 3 months ago

AERobert commented 3 months ago

In the library, there are buttons after each game entry that are not labeled clearly in VoiceOver and don't seem to have any effect (I thought they might be play or delete buttons, but it seems not) Specifically, VO just calls them "♡ button".

angstsmurf commented 3 months ago

This is the "Like" button, which corresponds to the "star" in Apple's Music app (but with a heart symbol instead of a star). The "Like" column can be moved and hidden, by the way, although I'm not sure how easy that is to do using VoiceOver. I've added some descriptive accessibility labels which should make it a little clearer, but VoiceOver will sometimes still say "heart suit" before reading them out.

Implemented in test build 1.2.1 here: https://github.com/angstsmurf/spatterlight/releases/tag/v1.2.1b

AERobert commented 3 months ago

The new label is nice. I will at least know what the buttons are for now.

angstsmurf commented 3 months ago

Right. I think we can close this, then.