This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit fa553bc628758c663e06cb599fc8d6ee0ceff3a1 Merge: 4a9991f e38acde Author: Aman-Mittal <[email protected]> AuthorDate: Sun Aug 23 22:58:11 2026 +0530 Merge pull request #443 from Aman-Mittal/feat/mobile-responsive-shell feat(layout): make the shell usable on a phone .github/workflows/ci.yml | 6 + .github/workflows/e2e.yml | 64 ++- DOCS/MOBILE.md | 105 +++++ e2e/mobile-shell.spec.ts | 282 ++++++++++++++ package.json | 2 + playwright.config.ts | 22 +- scripts/check-responsive.mjs | 141 +++++++ src/app/core/services/sidebar.service.ts | 48 ++- src/app/core/services/viewport.service.ts | 67 ++++ src/app/features/login/login.component.ts | 4 +- src/app/layout/header.component.spec.ts | 33 +- src/app/layout/header.component.ts | 433 ++++++++++++++++++--- src/app/layout/main-layout.component.ts | 41 +- src/app/layout/sidebar.component.ts | 133 ++++++- .../components/data-table/data-table.component.ts | 55 +-- src/assets/i18n/en.json | 6 +- src/assets/i18n/hi.json | 6 +- src/assets/i18n/ko.json | 6 +- src/styles/_common.scss | 94 +++++ 19 files changed, 1428 insertions(+), 120 deletions(-)
