diff --git a/components/account/AccountBigCard.vue b/components/account/AccountBigCard.vue index fb7f852e..caaf3ba0 100644 --- a/components/account/AccountBigCard.vue +++ b/components/account/AccountBigCard.vue @@ -32,13 +32,7 @@ defineOptions({
-
- -
+
diff --git a/components/account/AccountDisplayName.vue b/components/account/AccountDisplayName.vue new file mode 100644 index 00000000..a8b8befc --- /dev/null +++ b/components/account/AccountDisplayName.vue @@ -0,0 +1,15 @@ + + + diff --git a/components/account/AccountHeader.vue b/components/account/AccountHeader.vue index f048ddc0..870da89d 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -73,14 +73,9 @@ const isSelf = $computed(() => currentUser.value?.account.id === account.id) -
+
- +
diff --git a/components/account/AccountInfo.vue b/components/account/AccountInfo.vue index bb97a95a..564b5437 100644 --- a/components/account/AccountInfo.vue +++ b/components/account/AccountInfo.vue @@ -22,11 +22,7 @@ defineOptions({
- +
diff --git a/components/account/AccountInlineInfo.vue b/components/account/AccountInlineInfo.vue index d82f4d69..d5422d5b 100644 --- a/components/account/AccountInlineInfo.vue +++ b/components/account/AccountInlineInfo.vue @@ -16,11 +16,7 @@ const { link = true, avatar = true } = defineProps<{ min-w-0 flex gap-2 items-center > - + diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue index 00f3e815..1c5d540e 100644 --- a/components/notification/NotificationCard.vue +++ b/components/notification/NotificationCard.vue @@ -18,11 +18,7 @@ const { notification } = defineProps<{ :lang="notification.status?.language ?? undefined" >
- + {{ $t('notification.followed_you') }} @@ -36,10 +32,9 @@ const { notification } = defineProps<{