From e278fec506e17281d0fb92cb04348b269dc8e30e Mon Sep 17 00:00:00 2001 From: Fringg Date: Thu, 5 Mar 2026 11:16:55 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=BA=D0=BB=D0=B8=D0=BA=D0=B0=D0=B1?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5=20=D0=B8=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D0=B5=D0=B9=20=D0=B2=20=D0=BF=D0=BE=D1=81=D0=BB?= =?UTF-8?q?=D0=B5=D0=B4=D0=BD=D0=B8=D1=85=20=D0=BF=D0=BB=D0=B0=D1=82=D0=B5?= =?UTF-8?q?=D0=B6=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Имена в блоке "Последние платежи" теперь ведут на профиль пользователя /admin/users/:id (десктоп и мобильная версия). --- src/pages/AdminDashboard.tsx | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/pages/AdminDashboard.tsx b/src/pages/AdminDashboard.tsx index 304edc5..a846752 100644 --- a/src/pages/AdminDashboard.tsx +++ b/src/pages/AdminDashboard.tsx @@ -1062,12 +1062,17 @@ export default function AdminDashboard() { className="border-b border-dark-700/50 transition-colors hover:bg-dark-800/50" > -
- {payment.display_name} -
- {payment.username && ( -
@{payment.username}
- )} + {payment.type_display} - + {formatAmount(payment.amount_rubles)} {currencySymbol}