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