- {% for group_label, items in adapters_grouped %}
-
-
- {% for opt in items %}
-
- {% endfor %}
-
+
+
+ {# Map toolbar overlays the map (top-right). JS binds #fit-to-results +
+ #map-filter-toggle; the label carries .on styling when the box is checked. #}
+
+
+
+
+
+
+{# Adapter legend: collapsed by default; expands to domain-grouped chips
+ (same grouping as the v0.7.1 chip-picker). Clicking a chip toggles that
+ adapter's filter (reuses the chip-picker's hidden CSV via syncField). #}
+
+
+
+ {% for group_label, items in adapters_grouped %}
+
+
+ {% for opt in items %}
+
{% endfor %}
+ {% endfor %}
-
-
diff --git a/src/central/gui/templates/index.html b/src/central/gui/templates/index.html
index 29e40b3..1c4ed51 100644
--- a/src/central/gui/templates/index.html
+++ b/src/central/gui/templates/index.html
@@ -4,7 +4,7 @@
{% block content %}
Dashboard
-
+
diff --git a/src/central/gui/templates/login.html b/src/central/gui/templates/login.html
index 60fc942..72f44a4 100644
--- a/src/central/gui/templates/login.html
+++ b/src/central/gui/templates/login.html
@@ -3,31 +3,25 @@
{% block title %}Central - Login{% endblock %}
{% block content %}
-
-
-
+
+
Login
+
{% if error %}
-
{{ error }}
+
{{ error }}
{% endif %}
-
+
-
+
{% endblock %}
diff --git a/src/central/gui/templates/setup.html b/src/central/gui/templates/setup.html
index d290d1d..c5a87ce 100644
--- a/src/central/gui/templates/setup.html
+++ b/src/central/gui/templates/setup.html
@@ -10,9 +10,9 @@
{% if error %}
- {{ error }}
+ {{ error }}
{% endif %}
-
+