Basic frontend changes for chat.

This commit is contained in:
Roger Braun 2017-12-04 19:08:33 +01:00
parent f72d6ec83e
commit fbee80474b
7 changed files with 39 additions and 4 deletions

View file

@ -7,6 +7,11 @@
{{ $t("nav.timeline") }}
</router-link>
</li>
<li v-if='currentUser'>
<router-link class="base00-background" to='/chat'>
{{ $t("nav.chat") }}
</router-link>
</li>
<li v-if='currentUser'>
<router-link class="base00-background" :to="{ name: 'mentions', params: { username: currentUser.screen_name } }">
{{ $t("nav.mentions") }}