From 8c94d40766133832e02513b1691d65ca09990309 Mon Sep 17 00:00:00 2001 From: IK Date: Fri, 11 Sep 2026 07:52:07 +0700 Subject: [PATCH] feat: add one-click coordinate copying --- apps/web/src/pages/spots/[id].astro | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/apps/web/src/pages/spots/[id].astro b/apps/web/src/pages/spots/[id].astro index ad3c12b..bc2a70b 100644 --- a/apps/web/src/pages/spots/[id].astro +++ b/apps/web/src/pages/spots/[id].astro @@ -32,7 +32,7 @@ const breadcrumbs = spot ? { "@context": "https://schema.org", "@type": "Breadcr ← Все активные точки {unavailable || !spot ?

Точка недоступна

API не ответил или такой точки нет.

: <> -
{spot.waterbody}

Точка {spot.x}:{spot.y}

{spot.description}

+
{spot.waterbody}

Точка {spot.x}:{spot.y}

{spot.description}

{spot.catches_24h}за 24 часа
{spot.catches_3d}за 3 дня
{spot.catches_7d}за 7 дней
@@ -44,3 +44,13 @@ const breadcrumbs = spot ? { "@context": "https://schema.org", "@type": "Breadcr
}
+