Skip to content

Commit

Permalink
Merge branch 'main' into test/forms-1578
Browse files Browse the repository at this point in the history
  • Loading branch information
nimya-aot authored Nov 26, 2024
2 parents 43657b3 + 83d6ae6 commit e8af9db
Show file tree
Hide file tree
Showing 18 changed files with 986 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ build
!app/frontend/.env
!local-infrastructure/.env
.history
realm-export.json
chefs_build
37 changes: 34 additions & 3 deletions app/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"font-awesome": "^4.7.0",
"formiojs": "^4.14.13",
"keycloak-js": "^21.1.1",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"leaflet-geosearch": "^4.0.0",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"moment": "^2.29.4",
Expand Down
1 change: 1 addition & 0 deletions app/frontend/src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ export const FormDesignerBuilderOptions = Object.freeze({
orgbook: true,
bcaddress: true,
simplebcaddress: true,
map: true,
},
},
});
210 changes: 202 additions & 8 deletions components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e8af9db

Please sign in to comment.