Made a channel page

This commit is contained in:
Kasper Rynning-Tønnesen
2019-12-03 16:22:38 +01:00
parent 70dd1cbeb1
commit d495d77245
10 changed files with 277 additions and 53 deletions

View File

@@ -75,6 +75,8 @@ export default {
if (e.target.className === "more-info-button") {
return;
}
this.$root.$options.methods.vote(this.id);
console.log("Clicked on song with info", this.title, this.id);
}
}
@@ -92,7 +94,7 @@ export default {
display: flex;
flex-direction: row;
box-shadow: 0px 0px 2px #000000;
background: #FFFFFF20;
background: #ffffff20;
border-radius: 5px;
margin: 5px 5px;
cursor: pointer;