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): make feed chooser toolbar scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Oct 16, 2020
1 parent 313442a commit 3eefb74
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/app/live-feed/live-feed.page.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<ion-header [translucent]="true">
<ion-header translucent="true">
<ion-toolbar color="primary" (click)="scrollToTop()">
<ion-title>
Blases Loaded
</ion-title>
<ion-title>Blases Loaded</ion-title>
<ion-buttons slot="secondary">
<ion-button *ngIf="loading || stale">
<ion-spinner></ion-spinner>
Expand All @@ -14,6 +12,9 @@
-->
</ion-buttons>
</ion-toolbar>
</ion-header>

<ion-content>
<ion-toolbar *ngIf="ready && !showCountdown()">
<ion-buttons slot="primary">
<!-- this is just to fix spacing for now, I'll figure out something better eventually -->
Expand All @@ -38,9 +39,7 @@
</ion-button>
</ion-buttons>
</ion-toolbar>
</ion-header>

<ion-content>

<ion-refresher slot="fixed" (ionRefresh)="forceRefresh($event)">
<ion-refresher-content
pullingIcon="baseball-outline"
Expand Down

0 comments on commit 3eefb74

Please sign in to comment.