mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 23:29:17 +02:00
Can now scan and follow library from front-end
This commit is contained in:
parent
fe7ca088c5
commit
f4f75dcb4f
7 changed files with 244 additions and 0 deletions
|
@ -25,6 +25,7 @@ import RequestsList from '@/components/requests/RequestsList'
|
|||
import PlaylistDetail from '@/views/playlists/Detail'
|
||||
import PlaylistList from '@/views/playlists/List'
|
||||
import Favorites from '@/components/favorites/List'
|
||||
import Federation from '@/views/federation/Home'
|
||||
|
||||
Vue.use(Router)
|
||||
|
||||
|
@ -83,6 +84,10 @@ export default new Router({
|
|||
defaultPaginateBy: route.query.paginateBy
|
||||
})
|
||||
},
|
||||
{
|
||||
path: '/manage/federation',
|
||||
component: Federation
|
||||
},
|
||||
{
|
||||
path: '/library',
|
||||
component: Library,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue