move pagination below tracks
This commit is contained in:
parent
74df9f4525
commit
81a4f6e1ff
1 changed files with 9 additions and 9 deletions
|
@ -123,15 +123,6 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<pagination
|
||||
v-if="shouldPaginate"
|
||||
style="margin-top: 10px"
|
||||
:length="hasNestedPlaylist ? nestedDisplayLength: displayListing.length"
|
||||
:pageSize="pageSize"
|
||||
:scroll="prefs.scroll"
|
||||
scrollSelector="#songList"
|
||||
@onRangeChange="onRangeChange"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -207,6 +198,15 @@
|
|||
class="search-input"
|
||||
ref="search-bar">
|
||||
</div>
|
||||
<pagination
|
||||
v-if="shouldPaginate"
|
||||
style="margin-top: 10px"
|
||||
:length="hasNestedPlaylist ? nestedDisplayLength: displayListing.length"
|
||||
:pageSize="pageSize"
|
||||
:scroll="prefs.scroll"
|
||||
scrollSelector="#songList"
|
||||
@onRangeChange="onRangeChange"
|
||||
/>
|
||||
<draggable :options="{disabled: !editing}"
|
||||
v-model="data.relationships.tracks.data" @start="drag=true"
|
||||
@end="drag=false;put()">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue