Swap all UI icons to game-icons SVGs via sprite

- Created SVG sprite with 49 game-icons symbols (58KB)
- Added .gi CSS class for icon sizing/fill
- Replaced 77 emoji in static HTML with <use href='#gi-{name}'>
- Skip <option> elements (can't render SVG there)
- Added JS gi() helper for 33 dynamic icon assignments
- Replaced 📍🔒🔓📷📋↕️⚠ in JS-driven content
- Zero network requests, zero console errors
- Pairs with existing CATEGORY_MAP game-icons SVGs
This commit is contained in:
2026-05-31 02:40:52 -04:00
parent cc4f3b7dcf
commit 2a92c4e71b
+145 -114
View File
File diff suppressed because one or more lines are too long