From 6829239bfca213f5a9f23255bf5413e0fd8e40d6 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Sat, 7 Feb 2026 20:07:23 +0000 Subject: [PATCH] style(ui): shrink open bag cards and add manual-add button to quick bar - Reduce open bag card height from 280px to 222px - Add a + button next to the places icon in the scan input bar that links to /add for manual entry --- templates/partials/bag_card.html | 2 +- templates/partials/scan_input.html | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/partials/bag_card.html b/templates/partials/bag_card.html index b4dc1ea..45117fe 100644 --- a/templates/partials/bag_card.html +++ b/templates/partials/bag_card.html @@ -1,6 +1,6 @@ {% import "partials/icons.html" as icons %} {% macro card(bag, is_authenticated) %} -
+
{% if is_authenticated %}