This commit is contained in:
Peter Maquiran
2022-02-24 13:35:54 +01:00
parent 89db65390d
commit 9e14fb0fce
12 changed files with 77 additions and 7 deletions
@@ -187,6 +187,7 @@
</ion-content>
<ion-footer>
<div class="typing" *ngIf="wsChatMethodsService.getGroupRoom(roomId).otherUserType == true" >A escrever...</div>
<div class="container width-100 d-flex">
<div>
<button class="btn-no-color" (click)="openChatOptions()">
@@ -342,3 +342,12 @@
position: absolute;
z-index: 10;
}
.typing {
position: relative;
top: -34px;
height: 0px;
left: 0px;
margin-left: 22px;
}
@@ -163,6 +163,7 @@
</ion-footer> -->
<ion-footer>
<div class="typing" *ngIf="wsChatMethodsService.getDmRoom(roomId).otherUserType == true" >A escrever...</div>
<ion-list hidden>
<ion-item (click)="playFile(storedFileNames)">
{{storedFileNames}}
@@ -303,3 +303,12 @@ display: block;
float: left;
padding-left: 10px;
}
.typing {
position: relative;
top: -34px;
height: 0px;
left: 0px;
margin-left: 22px;
}