Add inline host options button and implement horizontal row

This commit is contained in:
garrettmills
2020-02-11 12:20:26 -06:00
parent fd76f43c7e
commit 1eda3d0b30
10 changed files with 159 additions and 12 deletions

View File

@@ -31,7 +31,7 @@
</ion-content>
<ion-footer>
<ion-searchbar placeholder="Filter pages..." (ionChange)="onFilterChange($event)"></ion-searchbar>
<ion-item button slot="end" lines="full" (click)="showOptions()">
<ion-item button slot="end" lines="full" (click)="showOptions($event)">
<ion-icon name="list" slot="start"></ion-icon>
<ion-label>Menu</ion-label>
</ion-item>