phetsims / joist

Joist is the main framework for PhET Interactive Simulations. Joist creates and displays the simulation content, home screen, navigation bar, About dialog, enables switching between tabs, and other framework-related features.
MIT License
8 stars 6 forks source link

Create a superclass for content in Preferences panels #867

Closed jessegreenberg closed 2 years ago

jessegreenberg commented 2 years ago

https://github.com/phetsims/joist/issues/860 would be much easier if there were a superclass for Preferences panel content. Mostly to manage visibility in that issue, but there is also some duplication between all of the *PreferencesPanel.ts files in joist/preferences.

jessegreenberg commented 2 years ago

This is done and working well for the requests in #860.