Add Menu header
This commit is contained in:
@ -9,16 +9,31 @@
|
||||
<div fxFlex="calc(100% - 200px)" fxLayout="row" fxLayoutAlign="end">
|
||||
|
||||
<div fxFlex="60px">
|
||||
<button mat-fab class="account-button">
|
||||
|
||||
<button [matMenuTriggerFor]="tripMenu" class="account-button" mat-fab>
|
||||
<mat-icon>local_airport</mat-icon>
|
||||
</button>
|
||||
|
||||
<mat-menu #tripMenu="matMenu">
|
||||
<button mat-menu-item>My Trips</button>
|
||||
<button mat-menu-item>My Schedule</button>
|
||||
</mat-menu>
|
||||
|
||||
</div>
|
||||
|
||||
<div fxFlex="60px">
|
||||
<button mat-fab class="account-button">
|
||||
|
||||
<button [matMenuTriggerFor]="profileMenu" class="account-button" mat-fab>
|
||||
<mat-icon>person</mat-icon>
|
||||
</button>
|
||||
|
||||
<mat-menu #profileMenu="matMenu">
|
||||
<button mat-menu-item>Login</button>
|
||||
<button mat-menu-item>Create Account</button>
|
||||
</mat-menu>
|
||||
|
||||
</div>
|
||||
|
||||
<div fxFlex="50px">
|
||||
<!-- Search input -->
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user