mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Enabled capacitor
This commit is contained in:
+1
-3
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"name": "gabinete-digital",
|
||||
"integrations": {
|
||||
"capacitor": {
|
||||
"enabled": false
|
||||
},
|
||||
"capacitor": {},
|
||||
"cordova": {}
|
||||
},
|
||||
"type": "angular"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<ion-list *ngSwitchCase="'Contactos'">
|
||||
<ion-item-group>
|
||||
<ion-item-sliding>
|
||||
<ion-item *ngFor="let user of userConnectedList" (click)="starConversation(user)">
|
||||
<ion-item *ngFor="let user of userConnectedList" (click)="startConversation(user)">
|
||||
<ion-icon slot="start" src="assets/images/icons-chat-chat-40.svg" class="iconschatchat-40"></ion-icon>
|
||||
<div>
|
||||
<h3>{{user.name}}</h3>
|
||||
|
||||
+3
@@ -60,6 +60,9 @@ export class PublicationDetailPage implements OnInit {
|
||||
this.showLoader = false;
|
||||
});
|
||||
}
|
||||
doRefresh(event){
|
||||
|
||||
}
|
||||
|
||||
close(){
|
||||
this.modalController.dismiss();
|
||||
|
||||
Reference in New Issue
Block a user