mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
@@ -63,7 +63,7 @@ export class AppService implements OnDestroy {
|
||||
toggleAppNavBar$ = new Subject();
|
||||
|
||||
hideSidenavConditions = ['/preview/'];
|
||||
minimizeSidenavConditions = ['search', 'about', 'profile'];
|
||||
minimizeSidenavConditions = ['search'];
|
||||
|
||||
onDestroy$ = new Subject<boolean>();
|
||||
|
||||
|
Reference in New Issue
Block a user