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

fix(app, protocol-designer): align left_right mount text #16715

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

koji
Copy link
Contributor

@koji koji commented Nov 6, 2024

Overview

change text from Left+Right -> Left + Right

thread

Test Plan and Hands on Testing

Changelog

Review requests

Risk assessment

should be low

@koji koji marked this pull request as ready for review November 6, 2024 22:23
@koji koji requested review from a team as code owners November 6, 2024 22:23
Copy link
Contributor

@ecormany ecormany left a comment

Choose a reason for hiding this comment

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

Looks good assuming the tests all pass.

Copy link
Contributor

@mjhuff mjhuff left a comment

Choose a reason for hiding this comment

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

lgtm!

I unfortunately can't open the slack thread, so sorry if I'm missing context. @ecormany , in some spots for labware in the TC location, we show "Slot A1+B1". Should this be reformatted as well?

@koji
Copy link
Contributor Author

koji commented Nov 6, 2024

lgtm!

I unfortunately can't open the slack thread, so sorry if I'm missing context. @ecormany , in some spots for labware in the TC location, we show "Slot A1+B1". Should this be reformatted as well?

actually, that is a good point.

@mjhuff oops sorry about the link issue.
The question: should we align Left+Right and Left + Right? PD uses both of them right now.

Ed's answer

in the monorepo (excluding tests) there are 8 with spaces, 5 without. let’s include the spaces.

@ecormany A1+B1 should be A1 + B1?

@ecormany
Copy link
Contributor

ecormany commented Nov 6, 2024

Hmm. It's a little inconsistent, but I would say to leave the slot copy as is. Unless, @mjhuff can you think of an example where both of these appear on a single screen?

@mjhuff
Copy link
Contributor

mjhuff commented Nov 6, 2024

Hmm. It's a little inconsistent, but I would say to leave the slot copy as is. Unless, @mjhuff can you think of an example where both of these appear on a single screen?

No, I don't think there are any shared screens!

@koji
Copy link
Contributor Author

koji commented Nov 6, 2024

@ecormany @mjhuff

A1+B1 is hard coded in shared-data and PD.
app uses the term from shared-data.

For app,
LabwareListItem
SetupModuleList
LabwareStackModal
SetupFixtureList
SetupModulesList
MoveLabwareInterventionContent
ProtocolSetupLabware
FixtureTable
ModuleTable
Hardware in ProtocolDetails (ODD)

For PD, the component is the current production code so it will be removed eventually.

A1 + B1 is also hard coded in LocationConflictModal.

From the components, maybe Deck Hardware screen?

I think the possibility would be very low so I will merge this into edge.

@koji koji merged commit 7e59b53 into edge Nov 6, 2024
42 checks passed
@koji koji deleted the fix_align-left_right_monut-text branch November 6, 2024 23:00
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.

3 participants