Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andy Craze
funkwhale
Commits
24e26ac0
Commit
24e26ac0
authored
6 years ago
by
Arthur Saint-Genis
Committed by
Eliot Berriot
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Wrong icon in play button dropdown"
parent
bc8dd56e
Branches
645-documentation-typos
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/changelog.d/436.bugfix
+1
-0
1 addition, 0 deletions
changes/changelog.d/436.bugfix
front/src/components/audio/PlayButton.vue
+2
-2
2 additions, 2 deletions
front/src/components/audio/PlayButton.vue
with
3 additions
and
2 deletions
changes/changelog.d/436.bugfix
0 → 100644
+
1
−
0
View file @
24e26ac0
Updated wrong icon and copy in play button dropdown (#436)
This diff is collapsed.
Click to expand it.
front/src/components/audio/PlayButton.vue
+
2
−
2
View file @
24e26ac0
...
...
@@ -14,7 +14,7 @@
<div
class=
"menu"
>
<div
class=
"item"
:disabled=
"!playable"
@
click=
"add"
:title=
"labels.addToQueue"
><i
class=
"plus icon"
></i><translate>
Add to queue
</translate></div>
<div
class=
"item"
:disabled=
"!playable"
@
click=
"addNext()"
:title=
"labels.playNext"
><i
class=
"step forward icon"
></i><translate>
Play next
</translate></div>
<div
class=
"item"
:disabled=
"!playable"
@
click=
"addNext(true)"
:title=
"labels.playNow"
><i
class=
"
arrow down
icon"
></i><translate>
Play now
</translate></div>
<div
class=
"item"
:disabled=
"!playable"
@
click=
"addNext(true)"
:title=
"labels.playNow"
><i
class=
"
play
icon"
></i><translate>
Play now
</translate></div>
</div>
</div>
</span>
...
...
@@ -58,7 +58,7 @@ export default {
},
title
()
{
if
(
this
.
playable
)
{
return
this
.
$gettext
(
'
Play
immediatly
'
)
return
this
.
$gettext
(
'
Play
now
'
)
}
else
{
if
(
this
.
track
)
{
return
this
.
$gettext
(
'
This track is not available in any library you have access to
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment