[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:
dominikiwanekhyland
2024-10-31 14:16:23 +01:00
committed by GitHub
parent cacc4149fa
commit c2d2f95095
37 changed files with 2665 additions and 4088 deletions

View File

@@ -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",

View File

@@ -65,7 +65,7 @@ export class AppService implements ShellAppService, OnDestroy {
toggleAppNavBar$ = new Subject<void>();
hideSidenavConditions = ['/preview/'];
minimizeSidenavConditions = ['search'];
minimizeSidenavConditions = ['/search'];
onDestroy$ = new Subject<boolean>();