feat: add Coffee category () — move 63 De Jong Duke / Impressions vending machines from Equipment

- New Coffee category with amber (#a16207) branding
- 63 coffee vending machines recategorized from Equipment
- CATEGORY_MAP updated in main app
This commit is contained in:
2026-05-31 00:52:02 -04:00
parent 955e489977
commit fff2b6a52a
+1
View File
@@ -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 = '❓';