Spaces:
Paused
Paused
Update flare-ui/src/app/components/main/main.component.ts
Browse files
flare-ui/src/app/components/main/main.component.ts
CHANGED
|
@@ -53,11 +53,9 @@ import { ActivityLogComponent } from '../activity-log/activity-log.component';
|
|
| 53 |
<mat-icon>notifications</mat-icon>
|
| 54 |
</button>
|
| 55 |
|
| 56 |
-
|
| 57 |
-
<
|
| 58 |
-
|
| 59 |
-
</div>
|
| 60 |
-
}
|
| 61 |
|
| 62 |
<button mat-icon-button [matMenuTriggerFor]="userMenu" matTooltip="User Menu">
|
| 63 |
<mat-icon>account_circle</mat-icon>
|
|
|
|
| 53 |
<mat-icon>notifications</mat-icon>
|
| 54 |
</button>
|
| 55 |
|
| 56 |
+
<div class="activity-log-wrapper" *ngIf="showActivityLog" (click)="$event.stopPropagation()">
|
| 57 |
+
<app-activity-log (close)="toggleActivityLog()"></app-activity-log>
|
| 58 |
+
</div>
|
|
|
|
|
|
|
| 59 |
|
| 60 |
<button mat-icon-button [matMenuTriggerFor]="userMenu" matTooltip="User Menu">
|
| 61 |
<mat-icon>account_circle</mat-icon>
|