Layout changes for workspace sidemenu

This commit is contained in:
Yasa-Nataliya
2023-02-07 20:37:03 +00:00
committed by Sheena Malhotra
parent cfdae7efdb
commit ed9e647a71
22 changed files with 400 additions and 234 deletions

View File

@@ -1,19 +0,0 @@
<adf-layout-header
[logo]="logo$ | async"
[redirectUrl]="landingPage"
[tooltip]="appName$ | async"
[color]="headerColor$ | async"
[title]="appName$ | async"
(clicked)="onToggleSidenav($event)"
[expandedSidenav]="isSidenavExpanded"
>
<div class="adf-toolbar--spacer adf-toolbar-divider"></div>
<aca-search-input *ngIf="isContentServiceEnabled()"></aca-search-input>
<adf-toolbar-divider></adf-toolbar-divider>
<ng-container *ngFor="let actionRef of actions; trackBy: trackByActionId">
<aca-toolbar-action [actionRef]="actionRef"> </aca-toolbar-action>
</ng-container>
</adf-layout-header>

View File

@@ -132,3 +132,4 @@ describe('AppHeaderComponent', () => {
});
});
});