Compare the different layout modes for participant cards
| Feature | FULL | CONTROLS | COMPACT | INFO |
|---|---|---|---|---|
| Position Controls (↑↓) | ||||
| Full Details (Country, Club) | ||||
| Figures/Criteria Breakdown | ||||
| Status Badges | ||||
| Score Display | ||||
| Best Use Case | Heat Management | Start List Reorder | Mobile/Tight Spaces | Monitoring/Display |
// In active_heat_panel.php (line ~383)
// Set the layout mode globally:
let participantCardLayout = 'info'; // Change to 'full', 'compact', or 'controls'
// The renderParticipantCard() function automatically uses this setting
// to determine which features to show