feat(components): create new LabwareStackRender component #15842
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
According to new modal designs for labware/adapter/module stacks on desktop and ODD, we need to render an isometric view of each element of the stack, maintaining the topography of each stacked element. The isometric views are constructed by transforming and aligning the labware SVG (top face) along with two new rects (front and left side). All three are scaled, skewed, and rotated at 30˚ angles or its derivatives (reference).
The "bottom" labware definition is an optional prop, so we have an affordance for rendering an isometric view of a single labware from the same component. The user can choose to highlight both or none of the labware in the stack, resulting in a fill of blue30.
In addition, adapters are handled in the following way:
LabwareAdapter
svgCloses PLAT-374, PLAT-377, PLAT-394, PLAT-375
Test Plan and Hands on Testing
Difficult to test immediately without new clickable stack on deck map.
Changelog
LabwareStackRender
component with precedent set fromLabwareRender
componentLabwareOutline
,Well
, andStaticLabware
to accommodate optional fill color (for optional blue highlight inLabwareStackRender
)Review requests
Please check code logic and smoke test instances of
LabwareRender
on App and PD. I can make changes to the render once the stack modal is ready.Risk assessment
Low-Medium.
LabwareStackRender
is not yet implemented anywhere, but peripheral components touched by this PR are used extensively across our applications, but the changes are minimal