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 43c9040 Merge pull request #304 from
alloutflo/codex/issue-263-header-icons
add e7641fa feat(products): open and operate a share account
new edeb5b4 Merge pull request #310 from
Aman-Mittal/feat/share-account-view
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/share-account-servicing.spec.ts | 147 ++++++
e2e/utils/seed-api.ts | 97 ++++
playwright.config.ts | 1 +
src/app/features/products/products.routes.ts | 5 +
.../shares/share-account-view.component.spec.ts | 223 ++++++++
.../shares/share-account-view.component.ts | 586 +++++++++++++++++++++
.../shares/share-accounts-list.component.ts | 13 +
.../shares/share-quantity-dialog.component.ts | 140 +++++
src/assets/i18n/en.json | 211 ++++----
9 files changed, 1325 insertions(+), 98 deletions(-)
create mode 100644 e2e/share-account-servicing.spec.ts
create mode 100644
src/app/features/products/shares/share-account-view.component.spec.ts
create mode 100644
src/app/features/products/shares/share-account-view.component.ts
create mode 100644
src/app/features/products/shares/share-quantity-dialog.component.ts