mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 11:39:25 +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
|
@ -45,6 +45,9 @@
|
|||
<router-link
|
||||
v-if="$store.state.auth.authenticated"
|
||||
class="item" :to="{path: '/activity'}"><i class="bell icon"></i> Activity</router-link>
|
||||
<router-link
|
||||
class="item" v-if="$store.state.auth.availablePermissions['federation.manage']"
|
||||
:to="{path: '/manage/federation'}"><i class="sitemap icon"></i> Federation</router-link>
|
||||
</div>
|
||||
|
||||
<player></player>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue