From da97abce41024f76ae38307281aac752bda8a3d7 Mon Sep 17 00:00:00 2001 From: Denozordec Date: Sat, 18 Jul 2026 00:58:05 +0700 Subject: [PATCH] =?UTF-8?q?fix(web):=20=D0=B3=D1=80=D0=B0=D1=84=D0=B8?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=B4=D0=B0=D1=88=D0=B1=D0=BE=D1=80=D0=B4=D0=B0?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D0=B2=D1=81=D1=8E=20=D1=88=D0=B8=D1=80=D0=B8?= =?UTF-8?q?=D0=BD=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Убран двухколоночный layout ChartsGrid и секции аналитики OpsDashboard — Платежи и Расходы идут столбцом full-width. Co-authored-by: Cursor --- apps/web/src/components/domain/charts.tsx | 2 +- apps/web/src/components/reui-kit/ops-dashboard.tsx | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/apps/web/src/components/domain/charts.tsx b/apps/web/src/components/domain/charts.tsx index 814cdd7..74b3f61 100644 --- a/apps/web/src/components/domain/charts.tsx +++ b/apps/web/src/components/domain/charts.tsx @@ -460,7 +460,7 @@ export function MonthlyTrendChart({ } export function ChartsGrid({ children }: { children: ReactNode }) { - return
{children}
+ return
{children}
} export function ProjectExpenseChart({ diff --git a/apps/web/src/components/reui-kit/ops-dashboard.tsx b/apps/web/src/components/reui-kit/ops-dashboard.tsx index a39d2fc..d3dc37d 100644 --- a/apps/web/src/components/reui-kit/ops-dashboard.tsx +++ b/apps/web/src/components/reui-kit/ops-dashboard.tsx @@ -32,7 +32,7 @@ function OpsDashboardSkeleton() { -
+
@@ -61,10 +61,7 @@ export function OpsDashboard({ -
+
{charts}