git pull made

This commit is contained in:
Eudes Inácio
2021-10-09 16:59:10 +01:00
20 changed files with 244 additions and 81 deletions
@@ -26,7 +26,7 @@
refreshingText="A actualizar...">
</ion-refresher-content>
</ion-refresher>
<div class="main-content width-100 overflow-y-auto height-100">
<ion-progress-bar type="indeterminate" *ngIf="skeletonLoader"></ion-progress-bar>
<div >
@@ -63,7 +63,7 @@
</div>
</div>
</ion-list>
</div>
<div
@@ -73,7 +73,7 @@
<span>Lista vazia</span>
</div>
<div *ngIf="skeletonLoader && listToPresent.length == 0">
<!-- <div *ngIf="skeletonLoader && listToPresent.length == 0">
<ion-list>
<ion-item>
<ion-thumbnail slot="end">
@@ -96,7 +96,7 @@
</ion-label>
</ion-item>
</ion-list>
</div>
</div> -->
</div>