From b44400959388de8e7f96620419de6a72c75e4bec Mon Sep 17 00:00:00 2001 From: Shawn Date: Sun, 31 May 2026 02:15:49 -0400 Subject: [PATCH] Replace emoji icons with Iconify SVG icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bev: hugeicons:soda-can (soda can with pull tab, outline style) - Snack: mdi:chips (bag of chips) - Food: mdi:hamburger - Equipment: mdi:wrench - Appliances: mdi:fridge-outline - Markets: mdi:store - Coffee: mdi:coffee - Other: mdi:package-variant - Removed stale ', color: '#0a7ab5' }, + 'Snack': { icon: '', color: '#c97d0e' }, + 'Food': { icon: '', color: '#e67e22' }, + 'Equipment': { icon: '', color: '#2c3e50' }, + 'Appliances': { icon: '', color: '#3b82f6' }, + 'Markets': { icon: '', color: '#7c3aed' }, + 'Coffee': { icon: '', color: '#a16207' }, + 'Other': { icon: '', color: '#6b7280' }, }; const CATEGORY_UNMAPPED_ICON = '❓'; const CATEGORY_UNMAPPED_COLOR = '#b91c1c'; @@ -4978,7 +4979,6 @@ sorted.forEach(function(a) { var ci = categoryInfo(a.category); var icon = ci.icon; - if (icon.indexOf('' + '' + icon + '' +