From 2c2fb885cbdd9430fc596457fee0878e99a4af85 Mon Sep 17 00:00:00 2001 From: Souma <101255979+5ouma@users.noreply.github.com> Date: Fri, 15 Aug 2025 21:34:11 +0900 Subject: [PATCH] feat(frontend): Add links to notes, followers and following For easy transition to the shown information. --- packages/frontend/src/components/MkUserInfo.vue | 12 ++++++------ packages/frontend/src/components/MkUserPopup.vue | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/frontend/src/components/MkUserInfo.vue b/packages/frontend/src/components/MkUserInfo.vue index f08384bd14..559a93456d 100644 --- a/packages/frontend/src/components/MkUserInfo.vue +++ b/packages/frontend/src/components/MkUserInfo.vue @@ -21,15 +21,15 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.noAccountDescription }}
{{ i18n.ts.notes }}
{{ number(user.notesCount) }} -{{ i18n.ts.following }}
{{ number(user.followingCount) }} -{{ i18n.ts.followers }}
{{ number(user.followersCount) }} -