move pagination below tracks

This commit is contained in:
Kendall Garner 2022-07-03 22:23:00 -04:00
parent 74df9f4525
commit 81a4f6e1ff
No known key found for this signature in database
GPG key ID: 18D2767419676C87

View file

@ -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()">