arishuynhvan / SPi-Reader

Web-based IDE for Sonic Pi designed for accessibility
GNU General Public License v3.0
3 stars 1 forks source link

Functional Regression #17

Open arishuynhvan opened 7 years ago

arishuynhvan commented 7 years ago

This is regarding v0.2.0 - revamped UI with react & Material UI

  1. The RaisedButton in Material UI doesn't support value property. Alternatives:
    • Check the children property => specify value?
    • Handle the buttons differently from the inputs
    • Re-evaluate the need of buttons
  2. Need to move the logic of server communication to file buttons.js since right now they are not bound to the eventhandlers. An easier method could possibly exporting functions from control.js and import it into buttons.js
arishuynhvan commented 7 years ago

Regarding v0.1.1 right now the speech synthesizer is not working for 'save file' button and possibly the file name in the file browser column as well