From fff2b6a52a18b3a9db7e8037c54bfef658bb8b0f Mon Sep 17 00:00:00 2001 From: Shawn Date: Sun, 31 May 2026 00:52:02 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20add=20Coffee=20category=20(=E2=98=95)?= =?UTF-8?q?=20=E2=80=94=20move=2063=20De=20Jong=20Duke=20/=20Impressions?= =?UTF-8?q?=20vending=20machines=20from=20Equipment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New Coffee category with amber (#a16207) branding - 63 coffee vending machines recategorized from Equipment - CATEGORY_MAP updated in main app --- static/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.html b/static/index.html index 66e70da..2a727a1 100644 --- a/static/index.html +++ b/static/index.html @@ -3148,6 +3148,7 @@ 'Equipment': { icon: '🔧', color: '#2c3e50' }, 'Appliances': { icon: '🔌', color: '#3b82f6' }, 'Kiosk': { icon: '🏪', color: '#7c3aed' }, + 'Coffee': { icon: '☕', color: '#a16207' }, 'Other': { icon: '📦', color: '#6b7280' }, }; const CATEGORY_UNMAPPED_ICON = '❓';