mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-8634] "Manage Searches" - a full page list of saved searches (#4181)
* [ACS-8751] Adapt search results to handle query encoding and state propagation * Changes after CR, bug fixed * Changes after CR, bug fixed * [ACS-8634] "Manage Searches" - a full page list of saved searches * Changes after Code Review * [ACS-8634] Update package-lock * [ACS-8634] Minor fixes * [ACS-8634] Use latest ADF, fix unit tests * [ACS-8634] Fix package lock * [ACS-8634] Minor fixes * [ACS-8634] CR fixes * [ACS-8634] Sidenav state fixes * [ACS-8634] Final fix for sidenav state * [ACS-8634] CR fixes * [ACS-8634] CR fix --------- Co-authored-by: MichalKinas <michal.kinas@hyland.com>
This commit is contained in:
committed by
GitHub
parent
cacc4149fa
commit
c2d2f95095
@@ -5,10 +5,10 @@
|
||||
"license": "LGPL-3.0",
|
||||
"scripts": {},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-content-services": ">=7.0.0-alpha.4",
|
||||
"@alfresco/adf-core": ">=7.0.0-alpha.4",
|
||||
"@alfresco/adf-extensions": ">=7.0.0-alpha.4",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.4",
|
||||
"@alfresco/adf-content-services": ">=7.0.0-alpha.5-0",
|
||||
"@alfresco/adf-core": ">=7.0.0-alpha.5-0",
|
||||
"@alfresco/adf-extensions": ">=7.0.0-alpha.5-0",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.5-0",
|
||||
"@angular/animations": ">=15.2",
|
||||
"@angular/common": ">=15.2",
|
||||
"@angular/compiler": ">=15.2",
|
||||
|
@@ -65,7 +65,7 @@ export class AppService implements ShellAppService, OnDestroy {
|
||||
toggleAppNavBar$ = new Subject<void>();
|
||||
|
||||
hideSidenavConditions = ['/preview/'];
|
||||
minimizeSidenavConditions = ['search'];
|
||||
minimizeSidenavConditions = ['/search'];
|
||||
|
||||
onDestroy$ = new Subject<boolean>();
|
||||
|
||||
|
Reference in New Issue
Block a user