This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
from 53b8d30 Merge pull request #390 from
Aman-Mittal/test/global-search-e2e
add 72933df feat(search): add navigation shortcuts to global search
add b09141d fix(search): make the navigation shortcuts safe to inject,
rank and select
new f8f1dfb Merge pull request #391 from
Aman-Mittal/feat/global-search-nav-shortcuts-330
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
e2e/global-search-nav-shortcuts.spec.ts | 135 +++++++++++++++++++++
.../services/navigation-config.service.spec.ts | 100 +++++++++++++++
src/app/core/services/navigation-config.service.ts | 77 ++++++++++++
src/app/features/search/global-search.component.ts | 54 ++++++++-
src/app/layout/header.component.spec.ts | 5 +
src/app/layout/header.component.ts | 74 ++++++++---
src/assets/i18n/en.json | 6 +-
7 files changed, 435 insertions(+), 16 deletions(-)
create mode 100644 e2e/global-search-nav-shortcuts.spec.ts