Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
Desktop Client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SeeBeyond
Desktop Client
Commits
b6962cc7
Commit
b6962cc7
authored
Jun 05, 2020
by
Amy Yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added divider bar
parent
a6e78a4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/components/Overlays/DownloadOverlay.vue
src/components/Overlays/DownloadOverlay.vue
+2
-1
No files found.
src/components/Overlays/DownloadOverlay.vue
View file @
b6962cc7
...
...
@@ -10,9 +10,10 @@
</header>
<div
class=
"download-list"
>
<div
class=
"download-item"
v-for=
"
item
in downloadQueue"
>
<div
class=
"download-item"
v-for=
"
(item,index)
in downloadQueue"
>
<div
class=
"cover"
:style=
"'background-image: url(' + item.cover + '), url(' + require('@/assets/img/defaultAlbumArt.jpg') + ');'"
></div>
<div
class=
"meta"
>
<div
v-if=
"index != 0"
/>
<!--render this divider only on the first index of the array-->
<div
class=
"title"
>
{{
item
.
title
}}
</div>
<div
class=
"artist"
>
{{
item
.
artist
}}
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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