fix(usernames): various

Disappearing input fields
Text replacement in @mentions
UUID visibility in profiles
Purple dot for @mentioned usernames
TypeError preventing RYA
Group Plan member list error
This commit is contained in:
Sabe Jones
2018-11-13 14:14:02 -06:00
parent 7484ecf729
commit 34e7690c38
6 changed files with 21 additions and 22 deletions
@@ -45,7 +45,7 @@ div
div
.name(v-if='user.auth && user.auth.local && user.auth.local.username') @{{ user.auth.local.username }}
div
.name(v-if='this.userLoggedIn.contributor.admin') {{ user._id }}
.name {{ user._id }}
.col-12.col-md-4
button.btn.btn-secondary(v-if='user._id === userLoggedIn._id', @click='editing = !editing') {{ $t('edit') }}
.row(v-if='!editing')