From 899e166e88db0d8b4096ebe38e86a12a67f1bcc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Wed, 8 Jul 2026 04:45:00 +0300 Subject: [PATCH] =?UTF-8?q?feat(metrika):=20=D0=BC=D0=B0=D1=81=D0=BA=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=BA=D0=B0=20ym-hide-content=20=E2=80=94=20?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D0=B5=D1=84=D0=BE=D0=BD+=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B9=20=D0=B2=20?= =?UTF-8?q?=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B5=20=D1=81=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB=D0=BE=D0=BA;=20=D1=82=D0=B5=D0=BB=D0=B5=D1=84=D0=BE?= =?UTF-8?q?=D0=BD=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD=20=D0=B8=D0=B7=20aria-l?= =?UTF-8?q?abel=20(id=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=BE=20=D0=9F?= =?UTF-8?q?=D0=94=D0=BD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- app/resources/js/components/deals/DealsTable.vue | 12 +++++++----- docs/observer/STATUS.md | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/app/resources/js/components/deals/DealsTable.vue b/app/resources/js/components/deals/DealsTable.vue index 5afe08f2..175c947c 100644 --- a/app/resources/js/components/deals/DealsTable.vue +++ b/app/resources/js/components/deals/DealsTable.vue @@ -70,7 +70,7 @@ function rowProps(deal: MockDeal): Record { @click:row="(_e: Event, { item }: { item: MockDeal }) => emit('row-click', item)" >