mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Improve workflow of creating new messages group
+ add new customised buttons
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
<div class="main-header width-100">
|
||||
<div class="title-content width-100">
|
||||
<div class="back-icon">
|
||||
<ion-icon (click)="close()" slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
|
||||
<ion-icon (click)="openGroupMessagesPage()" slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
|
||||
</div>
|
||||
<div class="div-title">
|
||||
<ion-label class="title">Contactos</ion-label>
|
||||
</div>
|
||||
<app-btn-seguinte (click)="updateGroup()"></app-btn-seguinte>
|
||||
<app-btn-adicionar (click)="updateGroup()"></app-btn-adicionar>
|
||||
</div>
|
||||
</div>
|
||||
</ion-toolbar>
|
||||
|
||||
@@ -70,6 +70,11 @@ export class GroupContactsPage implements OnInit {
|
||||
this.openGroupMessage.emit(this.room._id)
|
||||
});
|
||||
}
|
||||
openGroupMessagesPage(){
|
||||
this.showLoader = true;
|
||||
this.openGroupMessage.emit(this.roomId)
|
||||
this.showLoader = false;
|
||||
}
|
||||
|
||||
loadUsers(){
|
||||
this.options = {
|
||||
|
||||
Reference in New Issue
Block a user