-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #449 from puzzle/feature/refactor-frontend
Feature/refactor frontend
- Loading branch information
Showing
58 changed files
with
617 additions
and
1,271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,7 @@ | ||
<div> | ||
<app-application-top-bar></app-application-top-bar> | ||
|
||
<mat-drawer-container hasBackdrop="true"> | ||
<mat-drawer | ||
(closed)="enableScrolling()" | ||
(closedStart)="closeDrawer()" | ||
(keydown.enter)="closeDrawer()" | ||
(keydown.escape)="closeDrawer()" | ||
(keydown.space)="closeDrawer()" | ||
[opened]="!!sidenavContentInformation" | ||
class="mt-5 position-fixed p-3 col-sm-12 col-md-5" | ||
data-test-id="mat-drawer" | ||
mode="over" | ||
position="end" | ||
> | ||
<app-drawer-content | ||
*ngIf="sidenavContentInformation" | ||
[drawerContent]="sidenavContentInformation!" | ||
></app-drawer-content> | ||
</mat-drawer> | ||
<mat-drawer-content> | ||
<app-application-banner id="bannerComponent"></app-application-banner> | ||
<div class="mt-header-height"></div> | ||
<router-outlet></router-outlet> | ||
</mat-drawer-content> | ||
</mat-drawer-container> | ||
<app-application-banner id="bannerComponent"></app-application-banner> | ||
<div class="mt-header-height"> | ||
<router-outlet></router-outlet> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
frontend/src/app/application-top-bar/application-top-bar.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
@import "_variables"; | ||
|
||
#topBarHeight { | ||
height: 48px; | ||
height: $top-bar-height; | ||
} | ||
|
||
#okrTopbar { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ p { | |
mat-slider { | ||
min-width: 370px; | ||
} | ||
|
||
.bg-light-gray { | ||
background-color: #f5f5f5; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
frontend/src/app/drawer-content/drawer-content.component.html
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
frontend/src/app/drawer-content/drawer-content.component.scss
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
frontend/src/app/drawer-content/drawer-content.component.spec.ts
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
frontend/src/app/drawer-content/drawer-content.component.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.