feat: add current events section for equipment with dynamic status calculation

This commit is contained in:
ElPoyo
2026-01-06 12:13:09 +01:00
parent 25d395b41a
commit fb6a271f66
12 changed files with 773 additions and 124 deletions

View File

@@ -40,7 +40,7 @@ class EquipmentHeaderSection extends StatelessWidget {
radius: 30,
child: equipment.category.getIcon(
size: 32,
color: AppColors.rouge,
color: equipment.category.color,
),
),
const SizedBox(width: 16),