chat loader

This commit is contained in:
Peter Maquiran
2023-01-04 12:16:44 +01:00
parent 3709de00ed
commit 2f13e82c96
3 changed files with 8 additions and 8 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
<ion-content class="height-100 container-wrapper">
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
<ion-progress-bar type="indeterminate" *ngIf="ChatSystemService.loadingWholeList"></ion-progress-bar>
<ion-refresher-content>
</ion-refresher-content>
</ion-refresher>
@@ -12,6 +12,7 @@
<!-- Aside left -->
<div class="aside-wrapper d-flex flex-column flex-grow-1">
<!-- <p class="text-center mt-0 aside-title px-20">Chat</p> -->
<ion-progress-bar type="indeterminate" *ngIf="ChatSystemService.loadingWholeList"></ion-progress-bar>
<div class="title-content">
<div class="div-title">
<ion-label class="title">Chat</ion-label>