From e03e2ec901891ad28332f833c89d075b837e4c97 Mon Sep 17 00:00:00 2001 From: wvffle Date: Tue, 19 Jul 2022 08:09:19 +0000 Subject: [PATCH] Migrate home component Adds some code that is a starter to #1316 and #1534 but depends on #1827 --- front/src/components/audio/track/Widget.vue | 166 +++++++++----------- front/src/components/library/Home.vue | 115 +++++++------- front/src/store/player.ts | 5 +- front/src/types.ts | 13 ++ 4 files changed, 148 insertions(+), 151 deletions(-) diff --git a/front/src/components/audio/track/Widget.vue b/front/src/components/audio/track/Widget.vue index 22b25713e..7f90c08ff 100644 --- a/front/src/components/audio/track/Widget.vue +++ b/front/src/components/audio/track/Widget.vue @@ -1,3 +1,78 @@ + + - - diff --git a/front/src/components/library/Home.vue b/front/src/components/library/Home.vue index 9de4c718e..54230ad77 100644 --- a/front/src/components/library/Home.vue +++ b/front/src/components/library/Home.vue @@ -1,6 +1,57 @@ + +