remove notifications from sidebar, make notifications appear on login only

This commit is contained in:
shpuld 2019-03-14 20:40:56 +02:00
parent f19284357e
commit 0a86d39ba9
3 changed files with 6 additions and 8 deletions

View file

@ -20,11 +20,6 @@
{{ $t("login.login") }}
</router-link>
</li>
<li v-if="currentUser" @click="toggleDrawer">
<router-link :to="{ name: 'notifications', params: { username: currentUser.screen_name } }">
{{ $t("notifications.notifications") }} {{ unseenNotificationsCount > 0 ? `(${unseenNotificationsCount})` : '' }}
</router-link>
</li>
<li v-if="currentUser" @click="toggleDrawer">
<router-link :to="{ name: 'dms', params: { username: currentUser.screen_name } }">
{{ $t("nav.dms") }}