From 9c3bb100e360ece620d789b22699ff8831ebeb13 Mon Sep 17 00:00:00 2001 From: whekin Date: Sat, 14 Mar 2026 12:50:59 +0400 Subject: [PATCH] feat(miniapp): remove members count from home screen purchases card - Remove 'Members' row from Purchases card in 'no payment' mode - Remove unused homeMembersCountLabel i18n key from en/ru locales --- apps/miniapp/src/i18n.ts | 2 -- apps/miniapp/src/routes/home.tsx | 4 ---- 2 files changed, 6 deletions(-) diff --git a/apps/miniapp/src/i18n.ts b/apps/miniapp/src/i18n.ts index 97b6128..748437f 100644 --- a/apps/miniapp/src/i18n.ts +++ b/apps/miniapp/src/i18n.ts @@ -79,7 +79,6 @@ export const dictionary = { homePurchasesTitle: 'Purchases', homePurchasesOffsetLabel: 'Your purchases balance', homePurchasesTotalLabel: 'Household purchases ({count})', - homeMembersCountLabel: 'Members', whyAction: 'Why?', currentCycleLabel: 'Current cycle', cycleTotalLabel: 'Cycle total', @@ -424,7 +423,6 @@ export const dictionary = { homePurchasesTitle: 'Покупки', homePurchasesOffsetLabel: 'Ваш баланс покупок', homePurchasesTotalLabel: 'Покупок в доме ({count})', - homeMembersCountLabel: 'Жильцов', whyAction: 'Почему?', currentCycleLabel: 'Текущий цикл', cycleTotalLabel: 'Всего за цикл', diff --git a/apps/miniapp/src/routes/home.tsx b/apps/miniapp/src/routes/home.tsx index c35c431..26ffed1 100644 --- a/apps/miniapp/src/routes/home.tsx +++ b/apps/miniapp/src/routes/home.tsx @@ -819,10 +819,6 @@ export default function HomeRoute() { {purchaseTotalMajor()} {data().currency} -
- {copy().homeMembersCountLabel} - {data().members.length} -