|
|
|
|
@ -37,7 +37,7 @@ |
|
|
|
|
setInterval(() => { |
|
|
|
|
this.retrieveMatches() |
|
|
|
|
this.active = this.active === this.paginatedMatches.length ? 1 : this.active+1 |
|
|
|
|
}, 30000) |
|
|
|
|
}, 15000) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}" x-init="loop()"> |
|
|
|
|
@ -78,15 +78,15 @@ |
|
|
|
|
<template x-for="i in match.teams.length"> |
|
|
|
|
|
|
|
|
|
<div> |
|
|
|
|
<div class="table-row-3-colums padding-bottom-small"> |
|
|
|
|
<div class="table-row-3-colums team-names-box padding-bottom-small"> |
|
|
|
|
|
|
|
|
|
<template x-if="match.teams[i-1].image"> |
|
|
|
|
<!-- <template x-if="match.teams[i-1].image"> |
|
|
|
|
<div class="table-cell"> |
|
|
|
|
<img src="{% static 'tournaments/images/pc_icon_round_200.png' %}" class="team_image" /> |
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
|
</template> --> |
|
|
|
|
|
|
|
|
|
<div class="table-cell table-cell-large horizontal-padding"> |
|
|
|
|
<div class="table-cell table-cell-large"> |
|
|
|
|
<template x-for="name in match.teams[i-1].names"> |
|
|
|
|
|
|
|
|
|
<div class="semibold" x-data="{ |
|
|
|
|
|