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

Theme Keyboard Nav & Melody Editor Fix #10417

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thsparks
Copy link
Contributor

@thsparks thsparks commented Mar 8, 2025

This adds keyboard nav support for the theme picker modal (just needed to add the cards into the tab ordering), and it fixes the bpm box in the melody editor (since the whole thing is hard-coded to block colors, we can just hardcode the input color as well).

Fixes microsoft/pxt-arcade#6773
Fixes microsoft/pxt-arcade#6758

thsparks added 2 commits March 7, 2025 16:51
…ed colors (matching the block colors), we can simply hard-code the color for this input as well.
@thsparks thsparks requested a review from a team March 8, 2025 01:14
key={theme.id}
onClick={() => onClick(theme)}
tabIndex={onClick && 0}
Copy link
Contributor

Choose a reason for hiding this comment

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

Should onClick just be necessary?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Themes dialog not keyboard navigable Meldoy Editor Colors off on Light Theme
2 participants