kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch '775-playlists-updated-date' into 'develop'
order playlists by modification date in browse tab Closes #775 See merge request funkwhale/funkwhale!953environments/review-front-340-9n9j9v/deployments/3368
commit
900fabae79
|
@ -0,0 +1 @@
|
|||
Order the playlist columns by modification date in the Browse tab (#775)
|
|
@ -13,7 +13,7 @@
|
|||
</track-widget>
|
||||
</div>
|
||||
<div class="column">
|
||||
<playlist-widget :url="'playlists/'" :filters="{scope: 'all', playable: true, ordering: '-creation_date'}">
|
||||
<playlist-widget :url="'playlists/'" :filters="{scope: 'all', playable: true, ordering: '-modification_date'}">
|
||||
<template slot="title"><translate translate-context="*/*/*">Playlists</translate></template>
|
||||
</playlist-widget>
|
||||
</div>
|
||||
|
|
Ładowanie…
Reference in New Issue