[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

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