-
Notifications
You must be signed in to change notification settings - Fork 0
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
MissingVoiceWarningButton missing #17
Comments
I'll take this one. Will factor out a control that includes SpeechSynthesisButton and MissingVoiceWarningButton. |
In the above commit, I factored out SpeechSynthesisControl, and used it in both NumberPlayScreenView (Ten and Twenty screens) and CompareScreenView. Note the layout problem in the Compare screen, reported in #18 -- it was present before making this change. @chrisklus please review, close if OK. |
Please ignore commits shown immediately above, phetsims/beers-law-lab@fe5cc1f and https://github.com/phetsims/phet-io-sim-specific/commit/7502a1ebe68577242d2c014bc5d93d75c68513e4. They were incorrectly associated with this issue. |
Thanks @pixelzoom! Looks great. I simplified parameter typing in SpeechSynthesisButton above based on your commit in phetsims/number-suite-common@4227ce7. Closing. |
MissingVoiceWarningButton is included in Number Play but missing in Number Compare. I should factor out a type that puts these into one control and then use that in NP and NC.
The text was updated successfully, but these errors were encountered: