From 772ba60647cc4df8be74408cb128b5b27ff174ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D0=BE=D0=B2=20=D0=90=D1=80=D1=82?= =?UTF-8?q?=D0=B5=D0=BC?= Date: Sun, 5 Jul 2026 07:50:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=20=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D0=B5=20"=D0=9E?= =?UTF-8?q?=D0=B1=D0=B7=D0=BE=D1=80"=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA?= =?UTF-8?q?=D1=83=20"=D0=A2=D0=B5=D1=85=D0=BD=D0=B8=D1=87=D0=B5=D1=81?= =?UTF-8?q?=D0=BA=D0=BE=D0=B5=20=D0=BE=D0=B1=D1=81=D0=BB=D1=83=D0=B6=D0=B8?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5"=20(=D0=BA=D0=BE=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B0=D1=8F=20=D0=BF=D0=BE=D0=BA=D0=B0=20=D0=BD=D0=B8?= =?UTF-8?q?=D0=BA=D1=83=D0=B4=D0=B0=20=D0=BD=D0=B5=20=D0=B2=D0=B5=D0=B4?= =?UTF-8?q?=D0=B5=D1=82)=20=D0=BD=D0=B0=20"=D0=92=D0=B8=D0=B4=D0=B5=D0=BE"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/edge-detail/EdgeDetailPage.tsx | 1 + src/features/edge-detail/components/OverviewView.tsx | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/features/edge-detail/EdgeDetailPage.tsx b/src/features/edge-detail/EdgeDetailPage.tsx index 3d15514..0a5f6dc 100644 --- a/src/features/edge-detail/EdgeDetailPage.tsx +++ b/src/features/edge-detail/EdgeDetailPage.tsx @@ -39,6 +39,7 @@ export function EdgeDetailPage() { latestUpdatedAt={latestUpdatedAt} onOpenArchive={() => navigate(`${edgePath}/archive`)} onOpenIndicators={() => navigate(`${edgePath}/indicators`)} + onOpenVideo={() => navigate(`${edgePath}/video`)} /> ); diff --git a/src/features/edge-detail/components/OverviewView.tsx b/src/features/edge-detail/components/OverviewView.tsx index 6627dbd..e7eeba5 100644 --- a/src/features/edge-detail/components/OverviewView.tsx +++ b/src/features/edge-detail/components/OverviewView.tsx @@ -1,4 +1,4 @@ -import { Activity, BarChart3, CalendarClock } from 'lucide-react'; +import { Activity, BarChart3, Video } from 'lucide-react'; import { formatDateTime } from '../../../utils/format'; type OverviewViewProps = { @@ -8,6 +8,7 @@ type OverviewViewProps = { totalTags: number; onOpenArchive: () => void; onOpenIndicators: () => void; + onOpenVideo: () => void; }; export function OverviewView({ @@ -17,6 +18,7 @@ export function OverviewView({ totalTags, onOpenArchive, onOpenIndicators, + onOpenVideo }: OverviewViewProps) { return (
@@ -53,9 +55,9 @@ export function OverviewView({ Архив и график -