Move tag posters and photos to media database.
This commit is contained in:
@@ -188,7 +188,6 @@
|
||||
<p
|
||||
v-if="actor.description"
|
||||
class="description"
|
||||
@wheel.prevent="scrollDescription"
|
||||
>{{ actor.description }}</p>
|
||||
|
||||
<li
|
||||
@@ -268,10 +267,6 @@ function scrollPhotos(event) {
|
||||
event.currentTarget.scrollLeft += event.deltaY; // eslint-disable-line no-param-reassign
|
||||
}
|
||||
|
||||
function scrollDescription(event) {
|
||||
event.currentTarget.scrollTop += event.deltaY; // eslint-disable-line no-param-reassign
|
||||
}
|
||||
|
||||
async function mounted() {
|
||||
[this.actor] = await Promise.all([
|
||||
this.$store.dispatch('fetchActors', { actorId: this.$route.params.actorSlug }),
|
||||
@@ -305,7 +300,6 @@ export default {
|
||||
mounted,
|
||||
methods: {
|
||||
fetchReleases,
|
||||
scrollDescription,
|
||||
scrollPhotos,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -58,7 +58,6 @@ export default {
|
||||
}
|
||||
|
||||
.photo-link {
|
||||
height: 15rem;
|
||||
}
|
||||
|
||||
.photo {
|
||||
|
||||
Reference in New Issue
Block a user