From 318687dccf93e5efcb0710e191353b339442e7b5 Mon Sep 17 00:00:00 2001 From: Kaleb Sitton Date: Mon, 29 Jun 2026 15:35:31 -0500 Subject: [PATCH] feat(ui): smooth and tidy the filter category accordion in the new UI The new-UI filter categories used native
: the chevron animated but the body snapped open/closed, the header bars jumped to new positions instead of sliding together, and the categories packed inconsistently two-per-row (the filter form is display:flex/wrap), which was hard to scan. - Convert each category to a small Alpine toggle: a +
+
+
+ {% for field in group.fields %} +
+
+ + {% with placeholder="placeholder:"|add:field.label %} + {{ field|addcss:"class: form-control filter-form-control"|addcss:placeholder }} + {% endwith %} +
+
+ {% endfor %}
- {% endfor %} +
-
+ {% endfor %}