-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(protocol-designer): deck setup tools
closes AUTh-673
- Loading branch information
Showing
14 changed files
with
763 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export * from './DeckLabelSet' | ||
export * from './Toolbox' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 15 additions & 1 deletion
16
protocol-designer/src/assets/localization/en/starting_deck_state.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
{ | ||
"adapter": "Adapter", | ||
"adapter_compatible_lab": "Adapter compatible labware", | ||
"add_fixture": "Add a fixture", | ||
"add_labware": "Add labware", | ||
"add_module": "Add a module", | ||
"aluminumBlock": "Aluminum block", | ||
"clear": "Clear", | ||
"customize_slot": "Customize slot {{slotName}}", | ||
"deck_hardware": "Deck hardware", | ||
"done": "Done", | ||
"edit": "Edit", | ||
"starting_deck_state": "Starting deck state" | ||
"labware": "Labware", | ||
"reservoir": "Reservoir", | ||
"starting_deck_state": "Starting deck state", | ||
"tiprack": "Tiprack", | ||
"tubeRack": "Tube rack", | ||
"wellPlate": "Well plate" | ||
} |
Oops, something went wrong.