WIP: Creating cells and brackets

This commit is contained in:
nmcnew
2024-10-05 15:00:18 -06:00
parent 187b3413b8
commit 5b4f97c99c
5 changed files with 125 additions and 156 deletions

View File

@@ -9,13 +9,7 @@
{#each data.rounds as round}
<div class="min-w-36">
{#each round as match}
<HeadToHeadCell
player1={match.player1}
player2={match.player2}
player1Seed={match.seed1}
player2Seed={match.seed2}
setId={match.matchId}
/>
<HeadToHeadCell playerSet={match} />
{/each}
</div>
{/each}