Add private note field to user profile

This commit is contained in:
Sol Fisher Romanoff 2022-06-22 18:46:47 +03:00
parent ca8689fc88
commit 9923ff587b
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62
5 changed files with 44 additions and 3 deletions

View file

@ -40,6 +40,12 @@
</dd>
</dl>
</div>
<textarea
v-model="note"
class="note resize-height"
:placeholder="$t('user_card.note')"
@input="setNote"
/>
<tab-switcher
:active-tab="tab"
:render-only-focused="true"
@ -202,6 +208,10 @@
align-items: middle;
padding: 2em;
}
.note {
margin: 0.5em 0.75em;
}
}
.user-profile-placeholder {
.panel-body {