From 0fa55eeeaea07f3bb7f181028b8fef511d8bdc5c Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Fri, 10 Dec 2021 16:59:28 +0300 Subject: [PATCH] minor refactors --- .../PlaylistView/FeaturedArtists.vue | 4 - src/data/songs.js | 133 ------------------ 2 files changed, 137 deletions(-) diff --git a/src/components/PlaylistView/FeaturedArtists.vue b/src/components/PlaylistView/FeaturedArtists.vue index 7db88927..8083a5d7 100644 --- a/src/components/PlaylistView/FeaturedArtists.vue +++ b/src/components/PlaylistView/FeaturedArtists.vue @@ -181,10 +181,6 @@ export default { transition: all 0.5s ease-in-out; } -.f-artists .artist:active { - transform: translateY(0.9); -} - .f-artists .artist-image { width: 7em; height: 7em; diff --git a/src/data/songs.js b/src/data/songs.js index 0a02901f..7b246ed4 100644 --- a/src/data/songs.js +++ b/src/data/songs.js @@ -51,139 +51,6 @@ const songs = [ artists: ["Weedman, ", "Bobby Brown"], duration: "03:14", }, - { - title: "Is this love", - album: "Natural Mystic", - artists: ["Bob Marley"], - duration: "03:14", - }, - { - title: "I'm a little teapot", - album: "Love songs", - artists: ["Ricky Martin"], - duration: "03:14", - }, - { - title: "Don't stop me now", - album: "Remastered 2011", - artists: ["Queen"], - duration: "03:14", - },{ - title: "Because I got high", - album: "The best of", - artists: ["Weedman, ", "Bobby Brown"], - duration: "03:14", - }, - { - title: "Is this love", - album: "Natural Mystic", - artists: ["Bob Marley"], - duration: "03:14", - }, - { - title: "I'm a little teapot", - album: "Love songs", - artists: ["Ricky Martin"], - duration: "03:14", - }, - { - title: "Don't stop me now", - album: "Remastered 2011", - artists: ["Queen"], - duration: "03:14", - },{ - title: "Because I got high", - album: "The best of", - artists: ["Weedman, ", "Bobby Brown"], - duration: "03:14", - }, - { - title: "Is this love", - album: "Natural Mystic", - artists: ["Bob Marley"], - duration: "03:14", - }, - { - title: "I'm a little teapot", - album: "Love songs", - artists: ["Ricky Martin"], - duration: "03:14", - }, - { - title: "Don't stop me now", - album: "Remastered 2011", - artists: ["Queen"], - duration: "03:14", - },{ - title: "Because I got high", - album: "The best of", - artists: ["Weedman, ", "Bobby Brown"], - duration: "03:14", - }, - { - title: "Is this love", - album: "Natural Mystic", - artists: ["Bob Marley"], - duration: "03:14", - }, - { - title: "I'm a little teapot", - album: "Love songs", - artists: ["Ricky Martin"], - duration: "03:14", - }, - { - title: "Don't stop me now", - album: "Remastered 2011", - artists: ["Queen"], - duration: "03:14", - },{ - title: "Because I got high", - album: "The best of", - artists: ["Weedman, ", "Bobby Brown"], - duration: "03:14", - }, - { - title: "Is this love", - album: "Natural Mystic", - artists: ["Bob Marley"], - duration: "03:14", - }, - { - title: "I'm a little teapot", - album: "Love songs", - artists: ["Ricky Martin"], - duration: "03:14", - }, - { - title: "Don't stop me now", - album: "Remastered 2011", - artists: ["Queen"], - duration: "03:14", - },{ - title: "Because I got high", - album: "The best of", - artists: ["Weedman, ", "Bobby Brown"], - duration: "03:14", - }, - { - title: "Is this love", - album: "Natural Mystic", - artists: ["Bob Marley"], - duration: "03:14", - }, - { - title: "I'm a little teapot", - album: "Love songs", - artists: ["Ricky Martin"], - duration: "03:14", - }, - { - title: "Don't stop me now", - album: "Remastered 2011", - artists: ["Queen"], - duration: "03:14", - }, ]; export default {