v0.5.15: стенды в sticky-шапке, компактные карточки

This commit is contained in:
2026-08-03 09:47:01 +04:00
parent da6e765af5
commit ed31306d38
3 changed files with 29 additions and 34 deletions
+10 -12
View File
@@ -25,22 +25,20 @@
<span class="sep">·</span>
<span class="header-stat">Задержка: <strong>{{ delay }}s</strong></span>
</div>
{% if stands_list|length > 1 %}
<div class="header-stands">
{% for s in stands_list %}
<a href="/{{ s.id }}/" class="stand-card-sm {% if s.id == current_stand %}stand-active{% endif %}">
<span class="stand-name">{{ s.id }}</span>
<span class="stand-count">{{ s.count }} сервисов</span>
</a>
{% endfor %}
</div>
{% endif %}
</header>
<main>
<!-- ── Стенды ── -->
{% if stands_list|length > 1 %}
<section class="stands-section">
{% for s in stands_list %}
<a href="/{{ s.id }}/" class="stand-card {% if s.id == current_stand %}stand-active{% endif %}">
<span class="stand-name">{{ s.id }}</span>
<span class="stand-count">{{ s.count }} сервисов</span>
</a>
{% endfor %}
</section>
{% endif %}
<!-- ── Что такое Polygon ── -->
<section class="card">
<div class="card-header">