From 55a21e981f809073a4d39dcad1e6c8e695f4a30a Mon Sep 17 00:00:00 2001 From: Shawn Date: Sun, 31 May 2026 01:09:40 -0400 Subject: [PATCH] =?UTF-8?q?Recategorize:=20Markets=20(=F0=9F=8F=AA)=20repl?= =?UTF-8?q?aces=20Kiosk;=20106=20coffee=20machines=20Bev=E2=86=92Coffee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Renamed Kiosk category → Markets (includes 365 Retail Markets, Intuitivo, Panoptyc, Smart Market, Micro-Market-Ave C) - Moved 106 coffee brands from Bev to Coffee: Nespresso (36), Curtis (23), Krea (14), EVERSYS (12), Bloomfield (6), Segafredo (4), Bravilor (4), Simonelli (2), Starbucks (2), Marco (2), Cafection Digi-cup (1) - Updated CATEGORY_MAP --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 2a727a1..12e0248 100644 --- a/static/index.html +++ b/static/index.html @@ -3147,7 +3147,7 @@ 'Food': { icon: '🍔', color: '#e67e22' }, 'Equipment': { icon: '🔧', color: '#2c3e50' }, 'Appliances': { icon: '🔌', color: '#3b82f6' }, - 'Kiosk': { icon: '🏪', color: '#7c3aed' }, + 'Markets': { icon: '🏪', color: '#7c3aed' }, 'Coffee': { icon: '☕', color: '#a16207' }, 'Other': { icon: '📦', color: '#6b7280' }, };