Merge branch 'smittix:main' into main

This commit is contained in:
Mitch Ross
2026-02-22 21:35:05 -05:00
committed by GitHub
7 changed files with 71 additions and 57 deletions
+2
View File
@@ -54,8 +54,10 @@
</div>
</header>
{% if not embedded %}
{% set active_mode = 'adsb' %}
{% include 'partials/nav.html' with context %}
{% endif %}
<!-- Slim Statistics Bar -->
<div class="stats-strip">
+2
View File
@@ -54,8 +54,10 @@
</div>
</header>
{% if not embedded %}
{% set active_mode = 'ais' %}
{% include 'partials/nav.html' with context %}
{% endif %}
<div class="stats-strip">
<div class="stats-strip-inner">
+2
View File
@@ -166,7 +166,9 @@
{% block navigation %}
{# Include the unified nav partial with active_mode set #}
{% if not embedded %}
{% include 'partials/nav.html' with context %}
{% endif %}
{% endblock %}
{% block main %}
+2
View File
@@ -74,8 +74,10 @@
</div>
</header>
{% if not embedded %}
{% set active_mode = 'satellite' %}
{% include 'partials/nav.html' with context %}
{% endif %}
<main class="dashboard">
<!-- Polar Plot -->