Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix github accessibility bugs and add an accordion component #9978

Merged
merged 7 commits into from
Apr 19, 2024

Conversation

riknoll
Copy link
Member

@riknoll riknoll commented Apr 18, 2024

Fixes microsoft/pxt-microbit#5498
Fixes microsoft/pxt-microbit#5503
Fixes microsoft/pxt-microbit#5500

This PR contains two small accessibility fixes for the github integration and one larger one that also adds a new react-common accordion component.

The "History" portion of the GitHub integration is where the accordion is used. This overhauls that section with react-common components and fixes microsoft/pxt-microbit#5500 in the process. The UI is basically unchanged.

@riknoll riknoll requested a review from a team April 18, 2024 23:37
Copy link
Contributor

@eanders-ms eanders-ms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of changes here. Looks fine overall.

webapp/src/gitjson.tsx Outdated Show resolved Hide resolved
@riknoll riknoll merged commit 0db8485 into master Apr 19, 2024
6 checks passed
@riknoll riknoll deleted the dev/riknoll/screen-reader-fixes branch April 19, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment