Birthdays

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-02-13 19:07:49 +01:00
commit 79d02bddbe
8 changed files with 60 additions and 5 deletions

View file

@ -11,6 +11,16 @@
:allow-zooming-avatar="true"
rounded="top"
/>
<span
v-if="!!user.birthday"
class="user-birthday"
>
<FAIcon
class="fa-old-padding"
icon="birthday-cake"
/>
{{ $t('user_card.birthday', { birthday: formattedBirthday }) }}
</span>
<div
v-if="user.fields_html && user.fields_html.length > 0"
class="user-profile-fields"
@ -138,6 +148,10 @@
flex: 2;
flex-basis: 500px;
.user-birthday {
margin: 0 0.75em 0.5em;
}
.user-profile-fields {
margin: 0 0.5em;