diff --git a/Front/skydivelogs-app/src/app/app.component.html b/Front/skydivelogs-app/src/app/app.component.html index b82e1a3..19786b5 100644 --- a/Front/skydivelogs-app/src/app/app.component.html +++ b/Front/skydivelogs-app/src/app/app.component.html @@ -1,70 +1,55 @@ -
-
-
- - - - - -

{{ title }}

-
-
+ + +

{{ title }}

+
- -
+ + + + timeline + Summary +
+
+ + list_alt + List of jumps + + + add_circle + Add a new jump +
+
+ + store + List of DZs + + + airplanemode_active + List of aircrafts + + + flight_land + List of jump types + + + settings_input_antenna + List of gears + + +
+ account_box + + {{ this.currentUser.firstName }} {{ this.currentUser.lastName }} + +
+ + logout + Logout + +
- - - + + + + +
\ No newline at end of file diff --git a/Front/skydivelogs-app/src/app/app.module.ts b/Front/skydivelogs-app/src/app/app.module.ts index 7bc2429..2d7353f 100644 --- a/Front/skydivelogs-app/src/app/app.module.ts +++ b/Front/skydivelogs-app/src/app/app.module.ts @@ -53,6 +53,9 @@ import { MatTabsModule } from "@angular/material/tabs"; import { MatDialogModule } from "@angular/material/dialog"; import { MatCardModule } from "@angular/material/card"; import { MatRadioModule } from "@angular/material/radio"; +import { MatSidenavModule } from '@angular/material/sidenav'; +import { MatListModule } from '@angular/material/list'; +import { MatToolbarModule } from '@angular/material/toolbar'; import { CachingInterceptor } from "../interceptor/caching.interceptor"; //import { BasicAuthInterceptor } from '../interceptor/basic-auth.interceptor'; @@ -163,7 +166,10 @@ export function initConfig(configService: ConfigurationHelper) { MatTabsModule, MatDialogModule, MatCardModule, - MatRadioModule + MatRadioModule, + MatSidenavModule, + MatListModule, + MatToolbarModule ], exports: [HttpClientModule], providers: [