mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
server: better structure album tracks endpoint
- client: add now-playing and recommendations to home right-sidebar
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div class="r-home image">
|
||||
|
||||
<div class="r-home">
|
||||
<NowPlaying />
|
||||
<Recommendations />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -8,7 +9,10 @@
|
||||
.r-home {
|
||||
height: 100%;
|
||||
width: 31rem;
|
||||
background-image: url("https://pro2-bar-s3-cdn-cf2.myportfolio.com/a534e2586a621751e93466e77f5228be/d686c78b-9cd7-4eeb-a660-69cfaf7e4cac_rw_600.gif");
|
||||
color: transparent;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script setup>
|
||||
import NowPlaying from '../NowPlaying.vue';
|
||||
import Recommendations from '../Recommendation.vue';
|
||||
</script>
|
||||
Reference in New Issue
Block a user