This commit is contained in:
CHIEFSOFT\ameye
2023-12-06 11:54:16 -05:00
parent 43af4cccf4
commit 60d381a483
4 changed files with 78 additions and 7 deletions
+21 -2
View File
@@ -63,8 +63,27 @@
<ion-label>Invite from Contacts</ion-label>
</ion-item>
<div class="ion-padding" slot="content" style="background-color: white; padding: 5px">
<div style="margin-top: 10px; background-color: aliceblue; min-height: 150px;">
<ion-button (click)="refreshContacts()">Refresh Contacts</ion-button>
<div style="margin-top: 10px; background-color: aliceblue; min-height: 150px; border-radius: 10px;">
<ion-grid>
<ion-row style="padding: 0px; margin: 0px;">
<ion-col style="padding: 0px; margin: 0px;">
<ion-searchbar animated="true" placeholder="Search Contacts" style="margin: 0px;"></ion-searchbar>
</ion-col>
</ion-row>
<ion-row>
<ion-col>
</ion-col>
</ion-row>
</ion-grid>
</div>
<div style="padding: 0px 10px 0px 10px;">
<ion-button (click)="refreshContacts()"
shape="round"
expand="block"
size="small">Refresh Contacts</ion-button>
</div>