This commit is contained in:
Peter Maquiran
2022-07-04 14:57:27 +01:00
parent 6674d459b1
commit 2725bffc9f
3 changed files with 52 additions and 3 deletions
@@ -47,7 +47,7 @@
<ion-content>
<div (click)="handleClick()" class="messages" #scrollMe>
<ion-list>
<div class="messages-list-item-wrapper container-width-100"
<ion-card class="messages-list-item-wrapper container-width-100"
*ngFor="let msg of wsChatMethodsService.getDmRoom(this.roomId).messages; let last = last"
[class.messages-list-item-wrapper-active]="msg._id == selectedMsgId">
<div (press)="handlePress(msg._id)" class='message-container incoming-{{msg.u.username!=sessionStore.user.UserName}}'
@@ -203,7 +203,7 @@
<div *ngIf="msg.file && msg.delate == true">
Apagou a mensagem
</div>
</div>
</ion-card>
</ion-list>
</div>
<ion-fab horizontal="end" vertical="bottom" slot="fixed">