-
Notifications
You must be signed in to change notification settings - Fork 6
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
Generalize Joist Buttons with Highlighting #182
Comments
The buttons on the home screen are not part of this generalization. The home button on the navbar is. |
@samreid since you said "I'll look into it", I've assigned this to you. Feel free to unassign if you'd rather have someone else look at it. |
Sounds good, thanks! |
I have 231 open issues assigned to me now: https://github.com/issues?q=is%3Aissue+author%3Asamreid+is%3Aopen 😄 EDIT: The link above is issues I authored. For issues assigned to me it is https://github.com/issues?q=is%3Aissue+assignee%3Asamreid+is%3Aopen and only in the eighties. Whew! |
And looks like you opened the majority of them :-) |
I created JoistButton and generalized it to support HomeButton and PhetButton above. @pixelzoom can you take a look and give feedback? |
This looks good. I changed the order of JoistButton constructor params, seemed like 'content' is most important, so should be first. Assigning back to @samreid. Proceed with using JoistButton for NavigationBarScreenButton at your convenience. |
That is a good move to put content first, thanks! I'll close this issue and create a new issue about the radio buttons. |
I created a new issue in #183 and let's close this one. |
In #177 @pixelzoom pointed out that the new PhetButton could be generalized to support the other highlighting button types. More work will be necessary to handle those cases since they are actually radio buttons, and the home screen buttons also change size. But I'll look into it.
The text was updated successfully, but these errors were encountered: