diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index 0c5ed44b6..75a01c52e 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -30,7 +30,12 @@
- + +
@@ -140,11 +145,13 @@ import ColorThief from '@/vendor/color-thief' import Track from '@/audio/track' import AudioTrack from '@/components/audio/Track' import TrackFavoriteIcon from '@/components/favorites/TrackFavoriteIcon' +import TrackPlaylistIcon from '@/components/playlists/TrackPlaylistIcon' export default { name: 'player', components: { TrackFavoriteIcon, + TrackPlaylistIcon, GlobalEvents, AudioTrack }, @@ -281,6 +288,7 @@ export default { cursor: pointer } .track-area { + margin-top: 0; .header, .meta, .artist, .album { color: white !important; } @@ -384,4 +392,5 @@ export default { .ui.feed.icon { margin: 0; } + diff --git a/front/src/components/playlists/Form.vue b/front/src/components/playlists/Form.vue new file mode 100644 index 000000000..8b39c6f6c --- /dev/null +++ b/front/src/components/playlists/Form.vue @@ -0,0 +1,90 @@ + + + + + + diff --git a/front/src/components/playlists/PlaylistModal.vue b/front/src/components/playlists/PlaylistModal.vue new file mode 100644 index 000000000..2e1627001 --- /dev/null +++ b/front/src/components/playlists/PlaylistModal.vue @@ -0,0 +1,91 @@ + + + + + + diff --git a/front/src/components/playlists/TrackPlaylistIcon.vue b/front/src/components/playlists/TrackPlaylistIcon.vue new file mode 100644 index 000000000..2684f7cb6 --- /dev/null +++ b/front/src/components/playlists/TrackPlaylistIcon.vue @@ -0,0 +1,40 @@ + + + + + +