josephburnett / hive-jam

A loop-oriented, multi-player framework for making music with Sonic Pi.
MIT License
7 stars 0 forks source link

Drop down selection is confusing #17

Closed josephburnett closed 8 years ago

josephburnett commented 8 years ago

Selecting things from UI dropdowns requires hitting the Enter key, which is very confusing. Type and synth/sample selections must be much easier.

josephburnett commented 8 years ago

Use goog.ui.Select to implement select-editor-builder: @44c2a0776f58ddadeb244cf3a1fee84b8dde671d

josephburnett commented 8 years ago

Need to update type-editor to use select-editor-builder.

@7d7f42d37aa5acb69139777e3ac92c08bbdbd71a

josephburnett commented 8 years ago

@395ed1dfb2eb736899db6bd2c58b2c7e2d788055

Customized goog.ui.Select style to match sonic-jam style. Threaded additional css files through ui.go.