From baef5a0af21656aeef5a77d8cb44ff26ea97d56d Mon Sep 17 00:00:00 2001 From: AlexBelyan Date: Sun, 17 May 2026 18:36:14 +0300 Subject: [PATCH] =?UTF-8?q?2=20=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D1=82=D1=8C?= =?UTF-8?q?=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=82=D1=80=D0=B0=D0=BD=D0=B7=D0=B0=D0=BA=D1=86=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=BD=D0=B0=20=D1=84=D1=80=D0=BE=D0=BD=D1=82=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.nvmrc | 1 + frontend/package.json | 7 +- frontend/src/App.vue | 1 + frontend/src/api/transactions.ts | 43 +++ frontend/src/components/FinanceScreen.vue | 7 +- frontend/src/components/TransactionsList.vue | 378 ++++++++++++------- frontend/src/i18n.ts | 8 + 7 files changed, 309 insertions(+), 136 deletions(-) create mode 100644 frontend/.nvmrc create mode 100644 frontend/src/api/transactions.ts diff --git a/frontend/.nvmrc b/frontend/.nvmrc new file mode 100644 index 0000000..609800f --- /dev/null +++ b/frontend/.nvmrc @@ -0,0 +1 @@ +25.8.2 \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index 7249172..06f670f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,5 +23,10 @@ "overrides": { "vite": "6.3.5" } - } + }, + "engines": { + "node": "^25.5.2", + "npm": ">=10" + }, + "packageManager": "npm@11.11.1" } diff --git a/frontend/src/App.vue b/frontend/src/App.vue index cabf6b2..0014ebc 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -57,6 +57,7 @@ onMounted(() => {