Completed matches scheduling

This commit is contained in:
2025-07-20 01:08:51 +02:00
parent 99e8b4ce55
commit f2efe52fcb
10 changed files with 554 additions and 368 deletions

View File

@@ -3,12 +3,12 @@ import './MatchesSchedule.css';
import TeamLogo from './TeamLogo';
const poolColors = [
'#f8fafc', // light blue
'#fef9c3', // light yellow
'#fce7f3', // light pink
'#d1fae5', // light green
'#fee2e2', // light red
'#e0e7ff', // light purple
'#bae6fd', // darker blue
'#fde68a', // darker yellow
'#f9a8d4', // darker pink
'#6ee7b7', // darker green
'#fca5a5', // darker red
'#a5b4fc', // darker purple
];
function groupMatchesByPoolAndRound(matches) {