[ACS-5288]Changes to improve user experience by changing navigation (#3219)

* Implemented changes as per requirement

* changes for view profile component

* added unit test cases
This commit is contained in:
Yasa-Nataliya
2023-05-25 00:30:37 +05:30
committed by GitHub
parent e5c38b3840
commit 0328ea09da
8 changed files with 69 additions and 29 deletions

View File

@@ -18,7 +18,7 @@
<ng-container *ngIf="item.children && item.children.length">
<mat-expansion-panel
[expanded]="acaExpansionPanel.hasActiveLinks()"
[expanded]="true"
[acaExpansionPanel]="item"
#acaExpansionPanel="acaExpansionPanel"
[@.disabled]="true"

View File

@@ -1,4 +1,5 @@
<button mat-button class="aca-user-menu-button" [matMenuTriggerFor]="menu">
<button mat-button class="aca-user-menu-button" [matMenuTriggerFor]="menu"
title="{{'APP.TOOLTIPS.OPTIONS_SETTINGS' | translate}}">
<div>{{ (displayName$ | async)?.initials }}</div>
</button>