Merge branch '775-playlists-updated-date' into 'develop'
order playlists by modification date in browse tab Closes #775 See merge request funkwhale/funkwhale!953
This commit is contained in:
commit
900fabae79
|
@ -0,0 +1 @@
|
||||||
|
Order the playlist columns by modification date in the Browse tab (#775)
|
|
@ -13,7 +13,7 @@
|
||||||
</track-widget>
|
</track-widget>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<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>
|
<template slot="title"><translate translate-context="*/*/*">Playlists</translate></template>
|
||||||
</playlist-widget>
|
</playlist-widget>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue