From f7c00d8d4e6f142495b6c5b9a824ae86710f5bce Mon Sep 17 00:00:00 2001 From: Echo Date: Thu, 2 Apr 2026 15:44:34 +0200 Subject: [PATCH] Profile redesign: Move and rearrange number fields (#38535) --- .../account_timeline/components/account_header.tsx | 4 ++-- .../account_timeline/components/number_fields.tsx | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/javascript/mastodon/features/account_timeline/components/account_header.tsx b/app/javascript/mastodon/features/account_timeline/components/account_header.tsx index 90b0127e15..cdafd5a55b 100644 --- a/app/javascript/mastodon/features/account_timeline/components/account_header.tsx +++ b/app/javascript/mastodon/features/account_timeline/components/account_header.tsx @@ -169,6 +169,8 @@ export const AccountHeader: React.FC<{ + + {!isMe && !suspendedOrHidden && ( )} @@ -195,8 +197,6 @@ export const AccountHeader: React.FC<{ {!me && account.email_subscriptions && ( )} - - )} diff --git a/app/javascript/mastodon/features/account_timeline/components/number_fields.tsx b/app/javascript/mastodon/features/account_timeline/components/number_fields.tsx index 385ba2d28a..414fd313a4 100644 --- a/app/javascript/mastodon/features/account_timeline/components/number_fields.tsx +++ b/app/javascript/mastodon/features/account_timeline/components/number_fields.tsx @@ -27,13 +27,6 @@ export const AccountNumberFields: FC<{ accountId: string }> = ({ return ( - } - hint={intl.formatNumber(account.statuses_count)} - > - - - @@ -54,6 +47,13 @@ export const AccountNumberFields: FC<{ accountId: string }> = ({ + } + hint={intl.formatNumber(account.statuses_count)} + > + + +