-
Notifications
You must be signed in to change notification settings - Fork 178
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
feat(app): Show module name over labware on deckmaps #1913
Conversation
|
||
{!showSpinner && module && ( | ||
// TODO(mc, 2018-07-23): displayName? | ||
<ModuleNameOverlay name={module.name} width={width}/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
width
prop unnecessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚙️
Codecov Report
@@ Coverage Diff @@
## edge #1913 +/- ##
==========================================
- Coverage 32.89% 32.86% -0.03%
==========================================
Files 406 407 +1
Lines 6637 6643 +6
==========================================
Hits 2183 2183
- Misses 4454 4460 +6
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚡
overview
This is the last remaining PR to close out the current sprint's modules tickets. It adds a module name overlay to any labware that are sitting on modules on the deck.
Closes #1739
changelog
review requests
Follow instructions in #1910 to stub out protocol (session) and actual modules and enable module with
OT_APP_MODULES=1
. Then:OT_APP_MODULES
is unset or set to0
, no modules appear anywherePer discussion with @pantslakz over Slack, these do not line up with screens because:
ContainerNameOverlay
to support module name would've been frustratingContainerNameOverlay
is likely going to be refactored with the rest of the Deck components