reworked the poule tables... my god.
This commit is contained in:
parent
9e8f3f8c71
commit
6c57a2b0cd
@ -1,31 +1,3 @@
|
||||
<!--<div class="poule-card">-->
|
||||
<!--<div class="poule-title">-->
|
||||
<!--Poule {{poule}}-->
|
||||
<!--</div>-->
|
||||
<!--<table>-->
|
||||
<!--<!–headers –>-->
|
||||
<!--<tr>-->
|
||||
<!--<td>Team</td>-->
|
||||
<!--<ng-container *ngFor="let y of ' '.repeat(maxRaces).split(''), let x = index">-->
|
||||
<!--<td>Race {{x+1}}</td>-->
|
||||
<!--</ng-container>-->
|
||||
<!--<td>Gem. beste 2</td>-->
|
||||
<!--</tr>-->
|
||||
|
||||
<!--<tr *ngFor="let team of teams">-->
|
||||
<!--<td>{{team.name}}</td>-->
|
||||
<!--<!–cheap trick to iterate from 0 to maxraces–>-->
|
||||
<!--<ng-container *ngFor="let y of ' '.repeat(maxRaces).split(''), let x = index">-->
|
||||
<!--<td class="timetd">-->
|
||||
<!--<p class="time" *ngFor="let time of getLapTimes(x, team.idteam)">{{time/1000| number:'1.2-2'}}s</p>-->
|
||||
<!--<p class="penaltyrow">{{getPenaltySum(x, team.idteam)}}</p>-->
|
||||
<!--<p class="racetimetotal">{{getRaceTime(x, team.idteam)/1000 | number:'1.2-2'}}s</p>-->
|
||||
<!--</td>-->
|
||||
<!--</ng-container>-->
|
||||
<!--<td>{{getAvgOfBestTwo(team.idteam)/1000 | number:'1.2-2'}}s</td>-->
|
||||
<!--</tr>-->
|
||||
<!--</table>-->
|
||||
<!--</div>-->
|
||||
<div class="poule-header">Poule {{poule}}</div>
|
||||
<div class="total-poule" style="display: grid">
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user