mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
block buttons
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ion-toolbar>
|
<ion-toolbar [class.block-button]="showNewEvent || showNewGroup">
|
||||||
<ion-segment [(ngModel)]="segment" (ionChange)="onSegmentChange()">
|
<ion-segment [(ngModel)]="segment" (ionChange)="onSegmentChange()">
|
||||||
<ion-segment-button value="Contactos">
|
<ion-segment-button value="Contactos">
|
||||||
Conversas
|
Conversas
|
||||||
|
|||||||
@@ -182,4 +182,9 @@ ion-content{
|
|||||||
|
|
||||||
.bold-message {
|
.bold-message {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.block-button {
|
||||||
|
pointer-events: none;
|
||||||
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
@@ -696,8 +696,6 @@ export class ChatPage implements OnInit {
|
|||||||
|
|
||||||
async openGroupMessagesModal(roomId: any) {
|
async openGroupMessagesModal(roomId: any) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const modal = await this.modalController.create({
|
const modal = await this.modalController.create({
|
||||||
component: GroupMessagesPage,
|
component: GroupMessagesPage,
|
||||||
cssClass: 'modal modal-desktop isGroupChatOpened',
|
cssClass: 'modal modal-desktop isGroupChatOpened',
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ export class NewGroupPage implements OnInit{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
_ionChange(event){
|
_ionChange(event){
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user