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
2 changed files with 2 additions and 1 deletions
1
changes/changelog.d/775.enhancement
Normal file
1
changes/changelog.d/775.enhancement
Normal file
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue