From 005a56517ac5223444e6e09877fecb033f7885c8 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Fri, 7 Aug 2026 10:34:38 -0400 Subject: [PATCH] Aug 7 - Update inspection page filter bar --- app/templates/modern/inspections/list.html | 175 ++++++++++++--------- 1 file changed, 99 insertions(+), 76 deletions(-) diff --git a/app/templates/modern/inspections/list.html b/app/templates/modern/inspections/list.html index 5d47bcb..021fa71 100644 --- a/app/templates/modern/inspections/list.html +++ b/app/templates/modern/inspections/list.html @@ -38,87 +38,110 @@ {# ── Filters ──────────────────────────────────────────────────────────── #} +{# Layout: fields fill two rows on the left; the actions sit in a block on the + right that spans both rows — Filter full-height, Clear above Export PDF. + Below the md breakpoint the action block wraps underneath, full width. #}
-
-
- - +
+ + {# ── Fields ──────────────────────────────────────────────────────── #} +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + {# Second row. The score fields absorb the Inspector column's width when + the viewer is an inspector (they only ever see their own work, so the + dropdown is not rendered for them) — the row always totals 12. #} +
+ {% if inspectors %} +
+ + +
+ {% endif %} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
-
- - -
-
- - -
-
- - -
- {% if inspectors %} -
- - -
- {% endif %} -
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - Clear - - Export PDF - +
+