Skip to content

Commit

Permalink
(feat) O3-4235: Add config support for observations display on active…
Browse files Browse the repository at this point in the history
… visits table (#1392)

* fix: move types to one central place the types dir

* feat: add config for obs on activeVisits

* fix: move generateTableHeaders to resource

* fix: remove t and config as args on useTableHeaders

* fxi: extract translations from the resource file
  • Loading branch information
usamaidrsk authored Dec 3, 2024
1 parent 63291f9 commit f2ed39a
Show file tree
Hide file tree
Showing 16 changed files with 685 additions and 455 deletions.
2 changes: 1 addition & 1 deletion packages/esm-active-visits-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:watch": "cross-env TZ=UTC jest --watch --config jest.config.js --color",
"coverage": "yarn test --coverage",
"typescript": "tsc",
"extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.extension.tsx' 'src/**/*modal.tsx' 'src/**/*.workspace.tsx' 'src/index.ts' --config ../../tools/i18next-parser.config.js"
"extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.resource.tsx' 'src/**/*.extension.tsx' 'src/**/*modal.tsx' 'src/**/*.workspace.tsx' 'src/index.ts' --config ../../tools/i18next-parser.config.js"
},
"browserslist": [
"extends browserslist-config-openmrs"
Expand Down
Loading

0 comments on commit f2ed39a

Please sign in to comment.