mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 23:59:17 +02:00
Merge branch '150-player-queue-tab' into 'develop'
Resolve "Include player buttons on the queue tab" Closes #150 See merge request funkwhale/funkwhale!160
This commit is contained in:
commit
9124c7a9bf
3 changed files with 14 additions and 5 deletions
|
@ -49,8 +49,6 @@
|
|||
class="item" v-if="$store.state.auth.availablePermissions['federation.manage']"
|
||||
:to="{path: '/manage/federation/libraries'}"><i class="sitemap icon"></i> {{ $t('Federation') }}</router-link>
|
||||
</div>
|
||||
|
||||
<player></player>
|
||||
</div>
|
||||
<div v-if="queue.previousQueue " class="ui black icon message">
|
||||
<i class="history icon"></i>
|
||||
|
@ -90,7 +88,6 @@
|
|||
</draggable>
|
||||
</table>
|
||||
<div v-if="$store.state.radios.running" class="ui black message">
|
||||
|
||||
<div class="content">
|
||||
<div class="header">
|
||||
<i class="feed icon"></i> {{ $t('You have a radio playing') }}
|
||||
|
@ -101,6 +98,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<player @next="scrollToCurrent" @previous="scrollToCurrent"></player>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue