Fixed release banner, improved album layout.

This commit is contained in:
DebaucheryLibrarian
2021-01-23 23:03:21 +01:00
parent 0a7378feb4
commit 0f29151200
3 changed files with 36 additions and 32 deletions

View File

@@ -8,8 +8,9 @@
class="scroll-light"
:expandable="false"
>
<Media
<Banner
:release="release"
class="media"
@load="slotProps.loaded"
/>
</Scroll>
@@ -17,6 +18,7 @@
<Details :release="release" />
<button
v-if="release.photos.length > 0"
class="album-toggle"
@click="showAlbum = true"
><Icon icon="grid3" />View album</button>
@@ -197,7 +199,7 @@
<script>
import Details from './details.vue';
import Media from './media.vue';
import Banner from './banner.vue';
import Album from '../album/album.vue';
import Tags from './tags.vue';
import Clips from './clips.vue';
@@ -226,7 +228,7 @@ export default {
Actor,
Album,
Details,
Media,
Banner,
Scroll,
Releases,
Clips,