mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 18:49:19 +02:00
Fixed #50: ordering for favorites
This commit is contained in:
parent
04c70116c3
commit
6ad8b212cf
6 changed files with 124 additions and 30 deletions
|
@ -47,7 +47,11 @@ export default new Router({
|
|||
},
|
||||
{
|
||||
path: '/favorites',
|
||||
component: Favorites
|
||||
component: Favorites,
|
||||
props: (route) => ({
|
||||
defaultOrdering: route.query.ordering,
|
||||
defaultPage: route.query.page
|
||||
})
|
||||
},
|
||||
{
|
||||
path: '/library',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue