From ec62a0591ea1c5c79741ed20b8db7355b6e2c9fd Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 22 Apr 2026 11:40:15 +0300 Subject: [PATCH] feat(frontend): refresh UI with warm fintech redesign --- frontend/package.json | 2 +- frontend/src/App.tsx | 2 +- frontend/src/components/AccountsList.tsx | 14 +- frontend/src/components/CategoriesList.tsx | 8 +- frontend/src/components/CategoryChart.tsx | 24 +- frontend/src/components/ClearHistoryModal.tsx | 22 +- frontend/src/components/DataSection.tsx | 18 +- frontend/src/components/DeleteImportModal.tsx | 18 +- .../src/components/EditTransactionModal.tsx | 46 +- frontend/src/components/ImportModal.tsx | 32 +- frontend/src/components/Layout.tsx | 38 +- frontend/src/components/Pagination.tsx | 15 +- frontend/src/components/PeriodSelector.tsx | 26 +- frontend/src/components/RulesList.tsx | 31 +- frontend/src/components/SummaryCards.tsx | 44 +- frontend/src/components/TimeseriesChart.tsx | 24 +- .../src/components/TransactionFilters.tsx | 53 +- frontend/src/components/TransactionTable.tsx | 70 +- frontend/src/pages/AnalyticsPage.tsx | 19 +- frontend/src/pages/HistoryPage.tsx | 14 +- frontend/src/pages/LoginPage.tsx | 18 +- frontend/src/pages/SettingsPage.tsx | 17 +- frontend/src/styles/index.css | 2337 ++++++++--------- package-lock.json | 2 +- 24 files changed, 1422 insertions(+), 1472 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index c8ea786..0c09d1a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@family-budget/frontend", - "version": "0.8.5", + "version": "0.8.6", "private": true, "type": "module", "scripts": { diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 135747f..1280539 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -10,7 +10,7 @@ export function App() { const { user, loading } = useAuth(); if (loading) { - return
Загрузка...
; + return
Загрузка...
; } if (!user) { diff --git a/frontend/src/components/AccountsList.tsx b/frontend/src/components/AccountsList.tsx index dbf88e2..1f70a33 100644 --- a/frontend/src/components/AccountsList.tsx +++ b/frontend/src/components/AccountsList.tsx @@ -36,7 +36,7 @@ export function AccountsList() { }; if (loading) { - return
Загрузка...
; + return
Загрузка...
; } return ( @@ -72,21 +72,21 @@ export function AccountsList() { /> ) : ( a.alias || ( - не задан + не задан ) )} {editingId === a.id ? ( -
+
) : (