[htdocs] Rebuild player web interface v0.2.0

- Change build system to vue-cli v3
- Remove link to forked-daapd-web github repo in about-page
- "Add next" functionality in details modal dialogs
- Update spotify-web-api and adapt to new spotify playlist endpoints
- Decrease reconnection interval to 3s and display number of retries
- List genre
- List all tracks for an artist
- Change play-button in album/artist/playlist pages to shuffle-button
(starts playback shuffled)
- Change behaviour on clicking a track to turn shuffle mode off before
starting playback
- Show artwork in now playing page
This commit is contained in:
chme
2018-10-27 06:14:45 +02:00
parent 7ef4e9dd74
commit 503161bdd8
21 changed files with 247 additions and 3360 deletions

View File

@@ -82,28 +82,28 @@ htdocsplayercssdir = $(datadir)/forked-daapd/htdocs/player/css
dist_htdocsplayercss_DATA = \
player/css/app.css \
player/css/app.css.map
player/css/app.css.map \
player/css/chunk-vendors.css \
player/css/chunk-vendors.css.map
htdocsplayerfontsdir = $(datadir)/forked-daapd/htdocs/player/fonts
dist_htdocsplayerfonts_DATA = \
player/fonts/materialdesignicons-webfont.13621ea.ttf \
player/fonts/materialdesignicons-webfont.5cdddea.woff2 \
player/fonts/materialdesignicons-webfont.1bd36f0.woff \
player/fonts/materialdesignicons-webfont.dbcb3fe.eot
player/fonts/materialdesignicons-webfont.ttf \
player/fonts/materialdesignicons-webfont.woff2 \
player/fonts/materialdesignicons-webfont.woff \
player/fonts/materialdesignicons-webfont.eot
htdocsplayerjsdir = $(datadir)/forked-daapd/htdocs/player/js
dist_htdocsplayerjs_DATA = \
player/js/app.js \
player/js/app.js.map \
player/js/manifest.js \
player/js/manifest.js.map \
player/js/vendor.js \
player/js/vendor.js.map
player/js/chunk-vendors.js \
player/js/chunk-vendors.js.map
htdocsplayerimgdir = $(datadir)/forked-daapd/htdocs/player/img
dist_htdocsplayerimg_DATA = \
player/img/materialdesignicons-webfont.55a80a2.svg
player/img/materialdesignicons-webfont.svg
endif