notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
515 stars 143 forks source link

Improve the add stream dialog user experience. #82

Closed iwanders closed 8 years ago

iwanders commented 8 years ago

When the dialog is opened, the text area is focused. When enter is pressed (and the form is submit) the window now behaves as expected and adds the stream to the playlist and closes. The text area is now also cleared once the form is submit, previously the old stream was still visible when the dialog was opened a second time.