ampache_react/app
Lucas Verney ab7470d618 Basic playlist support for webplayer
Webplayer can now handle a basic playlist, pushing multiple songs in the
playlist and passing from one song to another.

Some things that are not yet working:
* Using previous and next buttons and going outside of the playlist
breaks things.
* Random / repeat modes are not yet implemented.
* Playlist is not exposed in the UI at the moment.
* Seeking in a song is not exposed in the UI.
* When playing a song, webplayer does not automatically play the next
one when reaching the end of the song.
2016-08-11 22:01:47 +02:00
..
actions Basic playlist support for webplayer 2016-08-11 22:01:47 +02:00
assets/img Initial commit 2016-07-24 23:46:27 +02:00
common Rework webplayer 2016-08-10 23:50:23 +02:00
components Basic playlist support for webplayer 2016-08-11 22:01:47 +02:00
containers Rework webplayer 2016-08-10 23:50:23 +02:00
locales Basic playlist support for webplayer 2016-08-11 22:01:47 +02:00
middleware Rework webplayer 2016-08-10 23:50:23 +02:00
models Rework webplayer 2016-08-10 23:50:23 +02:00
reducers Basic playlist support for webplayer 2016-08-11 22:01:47 +02:00
store Major code review 2016-08-10 21:40:25 +02:00
styles Basic playlist support for webplayer 2016-08-11 22:01:47 +02:00
utils Rework webplayer 2016-08-10 23:50:23 +02:00
vendor/ie10-viewport-bug-workaround Major code review 2016-08-10 21:40:25 +02:00
views Basic playlist support for webplayer 2016-08-11 22:01:47 +02:00
routes.js Major code review 2016-08-10 21:40:25 +02:00