Skip to content

Commit

Permalink
Release 0 3 7 (#327)
Browse files Browse the repository at this point in the history
* Update version to 0.3.7

* [PATIENTAPP-115] Adding FHIR-React Component: Medication (#325)

* Update Medication component based on similar components

* Update test name

* Update imports

* Update medcation to fit figma design

* Add icon

* Fix showing image, make url if manufacturer has an url

* Update tests

* Fix imports

* Fix styles of image in attachment, fix tests with incorrect fhirResource

* [PATIENTAP-116] Adding FHIR-React Component: Organization (#326)

* Update Organization component based on Patient component

* Update imports, fix test id

* Add icon, add tests

* Fix test

* Add gap in components body table data

* Add style for no Cursive to Identifier component

* Add missing enter

* Add icon

* Remove custom styles and add bootstrap styles

* Add gap style

* [Patientapp-114] Adding FHIR-React Component: Coverage (#328)

* Put coverege commponent data into accordeon

* Add icons, add gaps, add no cursive

* Add test for icons, update test of title element

* Fix imports

* [PatientApp-113]  Adding FHIR-React Component: Claim (#329)

* Make basic collapsabe item table, update styles of table

* Make it not use actual accordion

* Make collapsable rows actually rows, not divs

* Fix table stylings

* Fix styling

* Add icons, update tests with icon tests

* Fix imports

* Make only parent expandable, bold and with darker background

* Fix background color of expandable element in table

* Clean up code

* Fix condition for expandable row, add top border to expandable row

* Clean up code

* Fix condition

* Move component to their own files, remove use of className in Item component

* Update imports

* Remove console.log

* Fix passing props

* Clicking entire row expands other rows

* Remove console.log

* Remove empty body

Co-authored-by: Daria Lasecka <[email protected]>
  • Loading branch information
jaceksanko and daria-lasecka authored Feb 28, 2022
1 parent 92031b3 commit 3b347d5
Show file tree
Hide file tree
Showing 30 changed files with 1,174 additions and 649 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![CircleCI](https://circleci.com/gh/1uphealth/fhir-react/tree/master.svg?style=svg)](https://circleci.com/gh/1uphealth/fhir-react/tree/master)
[![Storybook](https://github.com/storybookjs/brand/raw/master/badge/badge-storybook.svg?sanitize=true)](https://fhir-react-lib-test-storybook.s3.amazonaws.com/branch/release-0-3-6/index.html)
[![Storybook](https://github.com/storybookjs/brand/raw/master/badge/badge-storybook.svg?sanitize=true)](https://fhir-react-lib-test-storybook.s3.amazonaws.com/branch/release-0-3-7/index.html)

# fhir-react

Expand Down
Loading

0 comments on commit 3b347d5

Please sign in to comment.