From 16c74b4078da9b99e536ed62f5219d56ce1888c7 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 5 Feb 2025 13:05:20 +0100 Subject: [PATCH] style(front): Section components on explore --- front/src/components/album/Widget.vue | 90 ++++---- front/src/components/audio/ChannelsWidget.vue | 7 +- front/src/components/audio/track/Widget.vue | 208 +++++++++--------- front/src/components/library/Home.vue | 59 ++--- front/src/components/playlists/Widget.vue | 7 +- 5 files changed, 192 insertions(+), 179 deletions(-) diff --git a/front/src/components/album/Widget.vue b/front/src/components/album/Widget.vue index 9636702ec..89442369f 100644 --- a/front/src/components/album/Widget.vue +++ b/front/src/components/album/Widget.vue @@ -10,6 +10,7 @@ import axios from 'axios' import AlbumCard from '~/components/album/Card.vue' import Button from '~/components/ui/Button.vue' +import Layout from '~/components/ui/Layout.vue' import Spacer from '~/components/ui/Spacer.vue' import Loader from '~/components/ui/Loader.vue' @@ -72,49 +73,50 @@ watch( diff --git a/front/src/components/audio/ChannelsWidget.vue b/front/src/components/audio/ChannelsWidget.vue index 6a94e10df..248785f36 100644 --- a/front/src/components/audio/ChannelsWidget.vue +++ b/front/src/components/audio/ChannelsWidget.vue @@ -61,7 +61,12 @@ fetchData() + + + - - -
- + + + + + + + + + + diff --git a/front/src/components/playlists/Widget.vue b/front/src/components/playlists/Widget.vue index 55f4bb40a..4e2920f7b 100644 --- a/front/src/components/playlists/Widget.vue +++ b/front/src/components/playlists/Widget.vue @@ -58,7 +58,7 @@ watch(