The idea is to use Polymer to modularize each component like:
Game information
Player nameplates
Timer
Gamecaptures
to also clearly separate them.
The benefit would be much cleaner HTML and easier customization/cohersion
Investigated Polymer, and regrettably it doesn't fly well with how speedcontrol is built right now. I guess careful placing of css files would be the best we can do
The idea is to use Polymer to modularize each component like: Game information Player nameplates Timer Gamecaptures to also clearly separate them. The benefit would be much cleaner HTML and easier customization/cohersion