mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 10:19:26 +02:00
See #170: subscriptions management UI
This commit is contained in:
parent
926a5cfc83
commit
be067b9ee3
13 changed files with 414 additions and 185 deletions
|
@ -134,6 +134,9 @@
|
|||
<router-link class="item" :to="{name: 'favorites'}"><i class="heart icon"></i><translate translate-context="Sidebar/Favorites/List item.Link/Noun">Favorites</translate></router-link>
|
||||
</div>
|
||||
</div>
|
||||
<router-link class="header item" :to="{name: 'subscriptions'}" v-if="$store.state.auth.authenticated">
|
||||
<translate translate-context="*/*/*/Noun">Subscriptions</translate>
|
||||
</router-link>
|
||||
<div class="item">
|
||||
<header class="header">
|
||||
<translate translate-context="Footer/About/List item.Link">More</translate>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue