This commit is contained in:
Henry Jameson 2026-08-28 20:30:03 +03:00
commit 224b9faa02
3 changed files with 6 additions and 6 deletions

View file

@ -41,7 +41,7 @@
{{ $t('admin_dash.users.labels.handle_colon') }} {{ $t('admin_dash.users.labels.handle_colon') }}
{{ ' ' }} {{ ' ' }}
</strong> </strong>
<user-link <UserLink
class="basic-user-card-screen-name" class="basic-user-card-screen-name"
:user="user" :user="user"
/> />

View file

@ -24,7 +24,7 @@
class="Notification container -muted" class="Notification container -muted"
> >
<small> <small>
<user-link <UserLink
:user="notification.from_profile" :user="notification.from_profile"
:at="false" :at="false"
/> />
@ -215,7 +215,7 @@
v-if="notification.type === 'follow' || notification.type === 'follow_request'" v-if="notification.type === 'follow' || notification.type === 'follow_request'"
class="follow-text" class="follow-text"
> >
<user-link <UserLink
class="follow-name" class="follow-name"
:user="notification.from_profile" :user="notification.from_profile"
/> />
@ -249,7 +249,7 @@
v-else-if="notification.type === 'move'" v-else-if="notification.type === 'move'"
class="move-text" class="move-text"
> >
<user-link <UserLink
:user="notification.target" :user="notification.target"
/> />
</div> </div>

View file

@ -26,7 +26,7 @@
class="fa-scale-110 fa-old-padding repeat-icon" class="fa-scale-110 fa-old-padding repeat-icon"
icon="retweet" icon="retweet"
/> />
<user-link <UserLink
:user="repeater" :user="repeater"
:at="false" :at="false"
/> />
@ -154,7 +154,7 @@
> >
{{ user.name }} {{ user.name }}
</h4> </h4>
<user-link <UserLink
class="account-name" class="account-name"
:title="user.screen_name_ui" :title="user.screen_name_ui"
:user="user" :user="user"