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

Update Bootstrap: CellLine Details #2059

Merged

Conversation

maiwald
Copy link
Collaborator

@maiwald maiwald commented Aug 7, 2024

No description provided.

Copy link
Collaborator

@beque beque left a comment

Choose a reason for hiding this comment

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

Some minor fixes

<Button
disabled={readOnly}
size="sm"
className=""
Copy link
Collaborator

Choose a reason for hiding this comment

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

What happens when you remove className="" ?
Is it necessary?

</Panel>
);
}
export default function EditModeRow({
Copy link
Collaborator

Choose a reason for hiding this comment

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

If you change this to a functional component.
Prefer to write it like this:
export default EditModeRow = ({ container, parent, element, readOnly }) => {
or you can write it like this:
const default EditModeRow = ({ container, parent, element, readOnly }) => {
and the export default EditModeRow at the end of the file

@maiwald maiwald marked this pull request as ready for review August 8, 2024 07:06
@maiwald maiwald force-pushed the update-bootstrap-cellline-details branch from 61ea287 to e4e53f9 Compare August 8, 2024 07:07
@maiwald maiwald merged commit bb2de10 into update-bootstrap-ui-library Aug 8, 2024
2 of 3 checks passed
@maiwald maiwald deleted the update-bootstrap-cellline-details branch August 8, 2024 07:13
ashwiniHerle pushed a commit that referenced this pull request Aug 13, 2024
* Remove unused method in CellLineDetails

* Update CellLineDetails to new bootstrap version

* Change cell line GeneralProperties PanelGroup to Accordion

* Translate Form in GeneralProperties and CellLineName

* Use utility classes in InvalidPropertyWarning

* Use utility classes for Amount, separate logic and markup

* Update AnalysesContainer button placement to utility classes

* Update AnalysesContainer to new bootstrap version

Also consolidate EditModeHeader and OrderModeHeader into a single Header
component.

* Remove unused css rule

* Translate custom css to utility class

* Style analysesTab Header using utility classes
maiwald added a commit that referenced this pull request Aug 27, 2024
* Remove unused method in CellLineDetails

* Update CellLineDetails to new bootstrap version

* Change cell line GeneralProperties PanelGroup to Accordion

* Translate Form in GeneralProperties and CellLineName

* Use utility classes in InvalidPropertyWarning

* Use utility classes for Amount, separate logic and markup

* Update AnalysesContainer button placement to utility classes

* Update AnalysesContainer to new bootstrap version

Also consolidate EditModeHeader and OrderModeHeader into a single Header
component.

* Remove unused css rule

* Translate custom css to utility class

* Style analysesTab Header using utility classes
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.

2 participants