From 0c25cf020f0972294e0581ea780c5de723866998 Mon Sep 17 00:00:00 2001 From: IK Date: Sat, 12 Sep 2026 10:05:49 +0700 Subject: [PATCH] refactor: unify action hierarchy --- apps/web/src/components/AlphaBanner.astro | 2 +- apps/web/src/components/StatePanel.astro | 2 +- apps/web/src/pages/admin/external-sources.astro | 8 ++++---- apps/web/src/pages/admin/moderation.astro | 4 ++-- apps/web/src/pages/index.astro | 6 +++--- apps/web/src/pages/records.astro | 4 ++-- apps/web/src/pages/report.astro | 4 ++-- apps/web/src/pages/spots/[id].astro | 2 +- apps/web/src/styles/global.css | 3 +++ docs/ROADMAP.md | 2 +- docs/brand-system.md | 2 ++ 11 files changed, 22 insertions(+), 17 deletions(-) diff --git a/apps/web/src/components/AlphaBanner.astro b/apps/web/src/components/AlphaBanner.astro index 5129b81..bdd65f6 100644 --- a/apps/web/src/components/AlphaBanner.astro +++ b/apps/web/src/components/AlphaBanner.astro @@ -1,4 +1,4 @@ diff --git a/apps/web/src/components/StatePanel.astro b/apps/web/src/components/StatePanel.astro index 0987cbe..84ad9f0 100644 --- a/apps/web/src/components/StatePanel.astro +++ b/apps/web/src/components/StatePanel.astro @@ -4,5 +4,5 @@ const { title, description, actionHref, actionLabel, tone = "empty", compact = f

{title}

{description &&

{description}

} - {actionHref && actionLabel && {actionLabel}} + {actionHref && actionLabel && {actionLabel}}
diff --git a/apps/web/src/pages/admin/external-sources.astro b/apps/web/src/pages/admin/external-sources.astro index a97f5b2..fcecd95 100644 --- a/apps/web/src/pages/admin/external-sources.astro +++ b/apps/web/src/pages/admin/external-sources.astro @@ -5,13 +5,13 @@ const apiUrl = import.meta.env.PUBLIC_API_URL || "http://localhost:8000";
ADMIN Staging

Внешние
наблюдения

Сопоставьте названия с каноническим каталогом. Опубликовать можно только запись с координатами и весом.

- +

Токен остаётся только в памяти страницы. Исходная ссылка и происхождение сохраняются при публикации.