Aman-Mittal opened a new issue, #328: URL: https://github.com/apache/fineract-backoffice-ui/issues/328
Module: src/app/features/clients/  Description When viewing a Client profile tab (e.g. Savings Accounts or Loan Accounts) for a client who currently has no accounts, an empty table container is shown without an inline "Create Savings Account" or "Apply for Loan" button inside the tab view. Steps to Reproduce 1. Navigate to Clients -> Select a client without active accounts. 2. Click the Savings Accounts or Loan Accounts tab. 3. Observe the empty card area. Expected Behavior An empty-state placeholder (e.g. <app-empty-state>) with an explicit "+ New Savings Account" action button should be rendered within the empty tab container. Proposed Implementation - Update ClientViewComponent savings and loans tab templates to render a contextual primary button when accounts.length === 0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
