From b88341e3a84d78fc58010842cb952ac91b4ca92c Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 28 May 2026 18:44:17 -0700 Subject: [PATCH] fix: clean up user page, add verification on modrinth user, fix collection sidebar width --- apps/frontend/src/locales/en-US/index.json | 6 ++ apps/frontend/src/pages/user/[user].vue | 55 +++++++++++++++++-- .../ui/src/components/page/NormalPage.vue | 4 +- 3 files changed, 59 insertions(+), 6 deletions(-) diff --git a/apps/frontend/src/locales/en-US/index.json b/apps/frontend/src/locales/en-US/index.json index 34cb88792..c38aee976 100644 --- a/apps/frontend/src/locales/en-US/index.json +++ b/apps/frontend/src/locales/en-US/index.json @@ -2450,6 +2450,12 @@ "profile.meta.description-with-bio": { "message": "{bio} - Download {username}'s projects on Modrinth" }, + "profile.official-account": { + "message": "Official Modrinth account" + }, + "profile.official-account.bio": { + "message": "The official user account of Modrinth. Get support at {support-link} or via email at {email}" + }, "profile.stats.projects-followers": { "message": "{count, plural, one {{count} project follower} other {{count} project followers}}" }, diff --git a/apps/frontend/src/pages/user/[user].vue b/apps/frontend/src/pages/user/[user].vue index 50aa7fd4e..db1632711 100644 --- a/apps/frontend/src/pages/user/[user].vue +++ b/apps/frontend/src/pages/user/[user].vue @@ -122,11 +122,22 @@
+ -