mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 19:59:17 +02:00
Fix #600: Removed "Activity" page, since all the data is available on the "Browse" page
This commit is contained in:
parent
2739a5fbe2
commit
caf4d6084e
6 changed files with 1 additions and 180 deletions
|
@ -71,9 +71,6 @@
|
|||
class="item">
|
||||
<i class="list icon"></i><translate>Playlists</translate>
|
||||
</a>
|
||||
<router-link
|
||||
v-if="$store.state.auth.authenticated"
|
||||
class="item" :to="{path: '/activity'}"><i class="bell icon"></i><translate>Activity</translate></router-link>
|
||||
<router-link
|
||||
v-if="$store.state.auth.authenticated"
|
||||
class="item" :to="{name: 'content.index'}"><i class="upload icon"></i><translate>Add content</translate></router-link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue