Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
c79d00ec
Commit
c79d00ec
authored
Jan 03, 2021
by
heyarne
Browse files
Add close button to queue
parent
c2587e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/components/Queue.vue
View file @
c79d00ec
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment