action inputs

This commit is contained in:
Matt Hill
2021-07-13 10:18:08 -06:00
committed by Aiden McClelland
parent 15eb13e156
commit edc37e33f1
23 changed files with 160 additions and 46 deletions

View File

@@ -10,7 +10,7 @@
</ion-header>
<ion-content>
<text-spinner *ngIf="loading; else loaded" [text]="'fetching ' + title"></text-spinner>
<text-spinner *ngIf="loading; else loaded" [text]="'Loading ' + title | titlecase"></text-spinner>
<ng-template #loaded>
<ion-item *ngIf="error" style="margin-bottom: 16px;">
<ion-text class="ion-text-wrap" color="danger">{{ error }}</ion-text>