fb25277db4
Fix inconsistent tab icon rendering by replacing hardcoded emoji icons throughout the codebase with Font Awesome equivalents: - distributeWidgetsByCategory(): Replace emojis in auto-layout tab creation - Status tab: 📊 → fa-solid fa-user - Scene tab: 🌍 → fa-solid fa-map - Social tab: 👥 → fa-solid fa-users - Inventory tab: 🎒 → fa-solid fa-bag-shopping - applyDashboardConfig(): Update fallback icon from 📄 → fa-solid fa-file These hardcoded emojis bypassed the migration system, causing icons to disappear after operations like auto-arrange, reset layout, or page refresh. Resolves inconsistent icon rendering across all dashboard operations.