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 de6619b Merge pull request #381 from apache/chore/fineract-spec-sync
add 1c64b98 fix(idle): prevent hard logout timer reset on activity during
warning
new eb90a7d Merge pull request #387 from Aman-Mittal/fix/ui-fixes-v1
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:
src/app/core/services/idle.service.spec.ts | 74 +++++++++++++-
src/app/core/services/idle.service.ts | 42 +++++++-
src/app/features/clients/clients-list.component.ts | 14 ++-
src/app/features/loans/loans-list.component.ts | 14 ++-
.../shared/directives/tooltip-registry.service.ts | 56 +++++++++++
.../shared/directives/tooltip.directive.spec.ts | 112 +++++++++++++++++++++
src/app/shared/directives/tooltip.directive.ts | 16 +++
7 files changed, 312 insertions(+), 16 deletions(-)
create mode 100644 src/app/shared/directives/tooltip-registry.service.ts
create mode 100644 src/app/shared/directives/tooltip.directive.spec.ts