This commit is contained in:
Peter Maquiran
2022-03-04 14:50:13 +01:00
parent c112080917
commit 4dd7c83279
4 changed files with 50 additions and 6 deletions
@@ -54,6 +54,11 @@
<div class="d-flex justify-space-between">
<ion-label class="flex-0">{{msg.msg}} </ion-label>
<ion-label class="float-status-all float-status" >
{{ msg.messageSend }}
{{ msg.received.length }}
{{ msg.viewed.length }}
::{{ msg.sendAttempt }}::
<ion-icon *ngIf="msg.messageSend == false" src="assets/images/clock-regular.svg"></ion-icon>
<ion-icon *ngIf="msg.messageSend == true && msg.received.length == 0" src="assets/images/check-solid.svg"></ion-icon>