improve search loader and chat user flow

This commit is contained in:
Peter Maquiran
2022-10-13 14:37:03 +01:00
parent a2782e0cbe
commit 0bbf046010
8 changed files with 77 additions and 28 deletions
+2
View File
@@ -205,6 +205,7 @@
(openMessage)="openMessagesPage($event)"
(backToChat)="backToChat($event)"
(emptyTextDescriptionOpen)="emptyTextDescriptionOpen()"
(closeAllDesktopComponents)="closeAllDesktopComponents()"
*ngIf="showContacts"
[roomId]="roomId"
[style.display]="showContacts ? 'flex' : 'none'"
@@ -234,6 +235,7 @@
*ngIf="showGroupContacts"
[style.display]="showGroupContacts ? 'flex' : 'none'"
[roomId]="groupRoomId" class=" height-100 flex-column"
(backToChat)="backToChat($event)"
>
</app-group-contacts>
@@ -9,6 +9,7 @@
</button>
</div>
<div class="div-title">
<!-- MOBILE -->
<ion-label class="title">Nova Conversa</ion-label>
</div>
</div>