bsky-app/src/view/com/util/moderation
Paul Frazee bc55241c9a
[APP-724] Collection of accessibility fixes (#949)
* Fix: include alt text on the web lightbox image

* a11y: Dont read the 'ALT' label

* a11y: remove a wrapper behavior from posts

This appears to have been introduced with the goal of creating meta
actions on posts, but the behavior seems counter-productive. The
accessibility inspector was unable to access individual items within
the post and therefore most content was simply skipped.

There may be a way to support the post actions without losing the
ability to access the inner elements but I couldnt find it. -prf

* a11y: apply alt tags to image wrappers so they get read

* a11y: set Link accessibilityLabel to the title if none set

* a11y: skip the SANDBOX watermark

* a11y: improve post meta to not read UI and give a useful date

* ally: improve post controls

* a11y: add labels to lightbox images on mobile

* fix types
2023-07-03 15:57:53 -05:00
..
ContentHider.tsx [APP-639] Improve nsfw handling & force hidden on iOS (#605) 2023-05-09 00:43:20 -05:00
ImageHider.tsx Update saved feeds to use preferences 2023-05-18 14:39:04 -05:00
PostHider.tsx [APP-724] Collection of accessibility fixes (#949) 2023-07-03 15:57:53 -05:00
ProfileHeaderWarnings.tsx Refactor moderation to apply to accounts, profiles, and posts correctly (#548) 2023-04-27 12:38:23 -05:00
ScreenHider.tsx Refactor moderation to apply to accounts, profiles, and posts correctly (#548) 2023-04-27 12:38:23 -05:00