From 6245a2a42dba6a5d583a5a7bde3bc53d191855dc Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Sun, 8 Feb 2026 09:56:59 +0000 Subject: [PATCH] style(tables): remove small-caps from headers and simplify bag status - Replace small-caps + tracking-wide thead with plain text-text-secondary across all 7 list tables - Bag status: widen progress bar to fill cell, use thicker bar on desktop - Bag status: replace pill with plain text for "Closed" - Bag status: use text-xs instead of small-caps for amount labels --- templates/partials/lists/bag_list.html | 14 +++++++------- templates/partials/lists/brew_list.html | 2 +- templates/partials/lists/cafe_list.html | 2 +- templates/partials/lists/cup_list.html | 2 +- templates/partials/lists/gear_list.html | 2 +- templates/partials/lists/roast_list.html | 2 +- templates/partials/lists/roaster_list.html | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/partials/lists/bag_list.html b/templates/partials/lists/bag_list.html index bb76458..c217784 100644 --- a/templates/partials/lists/bag_list.html +++ b/templates/partials/lists/bag_list.html @@ -21,7 +21,7 @@ {{ table::search_header(navigator, "#bag-list") }}
- + {{ table::sortable_header("Added", "created-at", navigator, "#bag-list") }} {{ table::sortable_header("Roaster", "roaster", navigator, "#bag-list") }} @@ -50,13 +50,13 @@ @@ -65,7 +65,7 @@
-
{{ bag.remaining }} / {{ bag.amount }}g
+
{{ bag.remaining }} / {{ bag.amount }}g
{% endif %}
{% if bag.closed %} - Closed + Closed {% else %} -
-
+
+
-
{{ bag.remaining }} / {{ bag.amount }}g
+
{{ bag.remaining }} / {{ bag.amount }}g
{% endif %}
@@ -97,7 +97,7 @@
{% if bag.closed %} - Closed + Closed {% endif %}