See #170: revamped track detail page

This commit is contained in:
Eliot Berriot 2020-03-26 16:18:37 +01:00
parent c43fe461c4
commit 27801ce541
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
9 changed files with 297 additions and 159 deletions

View file

@ -7,7 +7,7 @@
:disabled="!playable"
:class="buttonClasses.concat(['ui', {loading: isLoading}, {'mini': discrete}, {disabled: !playable}])">
<i :class="[playIconClass, 'icon']"></i>
<template v-if="!discrete && !iconOnly"><slot><translate translate-context="*/Queue/Button.Label/Short, Verb">Play</translate></slot></template>
<template v-if="!discrete && !iconOnly">&nbsp;<slot><translate translate-context="*/Queue/Button.Label/Short, Verb">Play</translate></slot></template>
</button>
<div
v-if="!discrete && !iconOnly"