Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
feat(live-feed): show normal day, match blaseball.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Oct 16, 2020
1 parent 3eefb74 commit cffb653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/live-feed/live-feed.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h4>Postseason Starts In:<br>{{getCountdown()}}.</h4>
</span>
<span *ngIf="!showCountdown()">
<ion-item lines="none" *ngIf="streamData.games.isPostseason()">
<h4 *ngIf="streamData && streamData.games" class="ion-no-margin">Postseason Round {{streamData.games.postseason.round.roundNumber}}, Day {{getPlayoffDay()}}</h4>
<h4 *ngIf="streamData && streamData.games" class="ion-no-margin">Postseason Round {{streamData.games.postseason.round.roundNumber}}, Day {{streamData.games.sim.day}}</h4>
</ion-item>
<ion-item lines="none" *ngIf="!streamData.games.isPostseason()">
<h4 *ngIf="streamData && streamData.games" class="ion-no-margin">Season {{streamData.games.season.seasonNumber}}, Day {{streamData.games.sim.day}}</h4>
Expand All @@ -97,7 +97,7 @@ <h4 *ngIf="streamData && streamData.games" class="ion-no-margin">Season {{stream
No active games for day {{streamData.games.sim.day}}.
</span>
</ion-item>
<ion-grid>
<ion-grid style="margin-top: 0; padding-top: 0">
<ion-row>
<!-- size-xs="12" size-sm="12" size-md="12" size-lg="6" size-xl="6" -->
<ion-col size="12" *ngFor="let game of games; trackBy: gameId">
Expand Down

0 comments on commit cffb653

Please sign in to comment.