This is an automated email from the ASF dual-hosted git repository.

jdailey pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git

commit 9c9fc65402c1aa2fde07c297fda60b073beddb24
Merge: 759231c 433dd00
Author: James D <[email protected]>
AuthorDate: Sun Mar 8 16:15:55 2026 -0700

    Merge pull request #1 from Aman-Mittal/FINERACT-2440/Base-Project-Setup
    
    FINERACT-2527: Initial Front-end MVP baseline for GSOC 2026

 .dockerignore                        |    33 +
 .editorconfig                        |    34 +
 .github/dependabot.yml               |    27 +
 .github/workflows/ci.yml             |   143 +
 .gitignore                           |    62 +
 .prettierignore                      |    21 +
 .prettierrc                          |    18 +
 .rat-excludes                        |    57 +
 CONTRIBUTING.md                      |    42 +
 README.md                            |    80 +-
 SETUP.md                             |    78 +
 STYLE.md                             |    56 +
 angular.json                         |   102 +
 deploy/Dockerfile                    |    50 +
 deploy/docker-compose.yml            |    34 +
 deploy/nginx.conf                    |    51 +
 eslint.config.js                     |    62 +
 package-lock.json                    | 12003 +++++++++++++++++++++++++++++++++
 package.json                         |    60 +
 public/favicon.png                   |   Bin 0 -> 3679 bytes
 scripts/check-license.sh             |    58 +
 sonar-project.properties             |    28 +
 src/app/app.component.html           |    43 +
 src/app/app.component.scss           |    18 +
 src/app/app.component.spec.ts        |    45 +
 src/app/app.component.ts             |    45 +
 src/app/app.config.ts                |    49 +
 src/app/app.routes.ts                |    22 +
 src/assets/i18n/en.json              |    13 +
 src/assets/i18n/hi.json              |    13 +
 src/assets/i18n/ko.json              |    13 +
 src/environments/environment.prod.ts |    23 +
 src/environments/environment.ts      |    23 +
 src/index.html                       |    31 +
 src/main.ts                          |    24 +
 src/styles.scss                      |    20 +
 tsconfig.app.json                    |    10 +
 tsconfig.json                        |    28 +
 tsconfig.spec.json                   |     9 +
 39 files changed, 13502 insertions(+), 26 deletions(-)

Reply via email to