Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Georg Abenthung
funkwhale
Commits
d94e5ab0
Commit
d94e5ab0
authored
Nov 14, 2019
by
Renon
Committed by
Eliot Berriot
Nov 14, 2019
Browse files
order playlists by modification date in browse tab
parent
4e8278fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/775.enhancement
0 → 100644
View file @
d94e5ab0
Order the playlist columns by modification date in the Browse tab (#775)
front/src/components/library/Home.vue
View file @
d94e5ab0
...
...
@@ -13,7 +13,7 @@
</track-widget>
</div>
<div
class=
"column"
>
<playlist-widget
:url=
"'playlists/'"
:filters=
"{scope: 'all', playable: true, ordering: '-
cre
ation_date'}"
>
<playlist-widget
:url=
"'playlists/'"
:filters=
"{scope: 'all', playable: true, ordering: '-
modific
ation_date'}"
>
<
template
slot=
"title"
><translate
translate-context=
"*/*/*"
>
Playlists
</translate></
template
>
</playlist-widget>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment