Skip to content

Releases: erin-doyle/reactathon-a11y-workshop

Label for message when no movies in Wishlist

12 Aug 20:07
Compare
Choose a tag to compare

Added aria-labelledby to group together the text and link that's shown when there are no movies yet in the Wishlist

MovieToolbarButton added

12 Aug 19:51
Compare
Choose a tag to compare

Created a new component MovieToolbarButton
Added an aria-label to the button
Refactored the functions that create the action toolbars to use the new component

Header button labels

12 Aug 18:24
Compare
Choose a tag to compare

Added an aria-label for the navigation buttons in the Header so they are now more clear to screen readers

Login Page labels fixed

12 Aug 23:21
Compare
Choose a tag to compare

Fixed the labeling of the login form input fields and added an aria-describbedby for the Password field
Created a FormInput component for reusable accessible form inputs and refactored the Login form to use i

Header button text update

12 Aug 18:23
Compare
Choose a tag to compare

Changed Header navigation buttons to have cooler text:
Changed "Add" to "+" and "Back" to "< Back".

Heading Levels

12 Aug 15:27
Compare
Choose a tag to compare

Fixed remaining issues with consecutive and contiguous heading levels

Refactored to use new Header component

12 Aug 15:26
Compare
Choose a tag to compare

Updated MovieBrowser and MovieWishlist to use the new Header component

Header component

12 Aug 15:23
Compare
Choose a tag to compare

Added Header component for reuse of

on MovieBrowser and MovieWishlist

Major Landmark Regions Added

12 Aug 15:22
Compare
Choose a tag to compare

a11y Inspection Tools Added

11 Aug 17:07
Compare
Choose a tag to compare

Added eslint-plugin-jsx-a11y and react-a11y to lint and check for common accessibility findings. NOTE: findings have not been fixed in this version.