mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 00:29:15 +02:00
See #190: front-end to manage import requests
This commit is contained in:
parent
9767c8f415
commit
64cecf17a8
6 changed files with 268 additions and 221 deletions
|
@ -6,13 +6,6 @@
|
|||
<router-link class="ui item" to="/library/radios" exact><i18next path="Radios"/></router-link>
|
||||
<router-link class="ui item" to="/library/playlists" exact><i18next path="Playlists"/></router-link>
|
||||
<div class="ui secondary right menu">
|
||||
<router-link
|
||||
v-if="$store.state.auth.authenticated"
|
||||
class="ui item"
|
||||
:to="{name: 'library.requests', query: {status: 'pending' }}"
|
||||
exact>
|
||||
<i18next path="Requests"/>
|
||||
</router-link>
|
||||
<router-link v-if="showImports" class="ui item" to="/library/import/launch" exact>
|
||||
<i18next path="Import"/>
|
||||
</router-link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue