Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed components to use Carbon grid instead of inlineDiv #1614

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Conversation

peach280
Copy link
Contributor

Pull Requests Requirements

  • The PR title includes a brief description of the work done, including the
    Issue number if applicable.
  • The PR title follows conventional commit label standards.
  • The changes confirm to the OpenElis Global x3 Styleguide and design
    documentation.
  • The changes include tests or are validated by existing tests.
  • I have read and agree to the Contributing Guidelines of this project.

Summary

Fixes #978
Almost all components have been changes to use carbon grid instead of inlineDiv

Screenshots

The display is same as before but more responsive.

onChange={(date) => handleCollectionDate(date)}
value={sampleXml.collectionDate}
labelText={intl.formatMessage({ id: "sample.collection.date" })}
className="inputText"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you get rid of this class , and we purly rely on carbon grid for the layout?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will change it surely.

}
onChange={(time) => handleCollectionTime(time)}
value={sampleXml.collectionTime}
className="inputText"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get rid of the css class here

@mozzy11
Copy link
Collaborator

mozzy11 commented Feb 27, 2025

Thanks @peach280 .
you need to attach screen shots of all the affected pages to ensure we dont break the layout

@peach280
Copy link
Contributor Author

pathology
immuno
reflexrule
patientMenu
billing
sampleType

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Carbon Grid for Layout instead of Using custom css classes
2 participants