From 2f267f15f79cefdd8ddf820dff82b5f5aeffd57a 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: Sat, 16 May 2026 09:54:44 +0300 Subject: [PATCH] =?UTF-8?q?feat(graph):=20iter6=20=E2=80=94=20=D0=BA=D0=BD?= =?UTF-8?q?=D0=BE=D0=BF=D0=BA=D0=B8=20=C2=AB=D0=9F=D0=BE=20=D0=B8=D1=81?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8E=C2=BB=20/=20=C2=AB=D0=94=D1=83=D0=B1=D0=BB=D0=B8=C2=BB?= =?UTF-8?q?=20+=20=D1=80=D0=B5=D0=B6=D0=B8=D0=BC=20viewMode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/automation-graph.html | 74 +++++++++++++++++++++++++++++++++++--- 1 file changed, 70 insertions(+), 4 deletions(-) diff --git a/docs/automation-graph.html b/docs/automation-graph.html index be9ae499..79c98171 100644 --- a/docs/automation-graph.html +++ b/docs/automation-graph.html @@ -76,6 +76,20 @@ /* ── Паспорт узла (iter6) ── */ #passport-section p { font-size: 12px; color: #eee8d5; line-height: 1.6; } #passport-section p .pp-k { color: #839496; } + + /* ── Кнопки режимов в футере (iter6) ── */ + .cat-ctl-sep { width: 1px; align-self: stretch; background: #586e75; margin: 0 4px; } + .cat-ctl { + background: #002b36; border: 1px solid #586e75; color: #93a1a1; + border-radius: 4px; padding: 2px 8px; font-size: 11px; cursor: pointer; + transition: background 0.12s, box-shadow 0.12s; user-select: none; + } + .cat-ctl:hover { background: #0d4a5a; color: #fdf6e3; } + .cat-ctl.active { + background: rgba(253,246,227,0.12); + box-shadow: inset 0 0 0 1px rgba(253,246,227,0.4); + color: #fdf6e3; + } @@ -145,6 +159,9 @@
🔴 Не закрыт правилом
⚫ Возник на практике
🟢 Закрыт правилом
+ + +