From d2fc4c94e8d186297caef5c6c99fc3eb8dde5f6b Mon Sep 17 00:00:00 2001 From: Nikita Krupin Date: Thu, 19 May 2022 15:14:17 -0400 Subject: [PATCH] playlist & community card components --- NUXT/components/communityCard.vue | 71 +++++++++++++++++++++++++ NUXT/components/playlistCard.vue | 77 +++++++++++++++++++++++++++ NUXT/pages/channel/community.vue | 82 ++++------------------------- NUXT/pages/channel/playlists.vue | 86 ++++--------------------------- NUXT/pages/library.vue | 28 +++------- 5 files changed, 176 insertions(+), 168 deletions(-) create mode 100644 NUXT/components/communityCard.vue create mode 100644 NUXT/components/playlistCard.vue diff --git a/NUXT/components/communityCard.vue b/NUXT/components/communityCard.vue new file mode 100644 index 0000000..83530f7 --- /dev/null +++ b/NUXT/components/communityCard.vue @@ -0,0 +1,71 @@ + diff --git a/NUXT/components/playlistCard.vue b/NUXT/components/playlistCard.vue new file mode 100644 index 0000000..2775f80 --- /dev/null +++ b/NUXT/components/playlistCard.vue @@ -0,0 +1,77 @@ + diff --git a/NUXT/pages/channel/community.vue b/NUXT/pages/channel/community.vue index 6bde337..4235d5b 100644 --- a/NUXT/pages/channel/community.vue +++ b/NUXT/pages/channel/community.vue @@ -1,77 +1,6 @@