mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 23:09:16 +02:00
Add close button to queue
This commit is contained in:
parent
c2587e0a94
commit
c79d00ec70
1 changed files with 6 additions and 1 deletions
|
@ -128,7 +128,12 @@
|
|||
<h2 class="ui header">
|
||||
<div class="content">
|
||||
<button
|
||||
class="ui right floated basic icon button"
|
||||
class="ui right floated basic button"
|
||||
@click="$store.commit('ui/queueFocused', null)">
|
||||
<translate translate-context="*/Queue/*/Verb">Close</translate>
|
||||
</button>
|
||||
<button
|
||||
class="ui right floated basic button danger"
|
||||
@click="$store.dispatch('queue/clean')">
|
||||
<translate translate-context="*/Queue/*/Verb">Clear</translate>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue