contacts
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user