This commit is contained in:
Peter Maquiran
2021-07-16 17:13:08 +01:00
parent 5f500b4a4a
commit c028e4e6f5
10 changed files with 19 additions and 18 deletions
@@ -17,7 +17,7 @@
<ion-content>
<div class="main-content">
<div class="main-content width-100 overflow-y-auto height-100">
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
<ion-refresher-content
pullingIcon="chevron-down-circle-outline"
@@ -27,7 +27,7 @@
</ion-refresher-content>
</ion-refresher>
<div class="width-100">
<div *ngIf="pendentesList.length >= 0" class="width-100">
<ion-progress-bar type="indeterminate" *ngIf="skeletonLoader"></ion-progress-bar>
<div >
<ion-list>
@@ -92,4 +92,3 @@
</div>
</ion-content>