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

feat(app): update Select pipette path component #18047

Open
wants to merge 2 commits into
base: edge
Choose a base branch
from

Conversation

koji
Copy link
Contributor

@koji koji commented Apr 11, 2025

Overview

update Select pipette path component to align with the design

Screenshot 2025-04-11 at 5 38 48 PM

close AUTH-1003

Test Plan and Hands on Testing

Changelog

  • update SelectPipettePath component
  • update SelectPipettePath component's test
  • update reducer + types

Review requests

Risk assessment

low

update Select pipette path component to align with the design

close AUTH-

## [WIP] Version 1.2.0

Due to changes in the Quick Transfer setup flow, there will be changes to QuickTransferWizardState and QuickTransferSummaryState. The changes are as follows:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

i haven't updated QuickTransferSummaryState because we need to keep the current setup flow and summry. the items in QuickTransferWizardState are optional so this change doesn't have any impact on the current setup flow.

Comment on lines +98 to +111
// ToDo (kk:04/10/2025) uncomment this when add tip frequency
// case 'SET_CHANGE_TIP': {
// return {
// ...state,
// changeTip: action.changeTip,
// }
// }
// ToDo (kk:04/10/2025) uncomment this when add drop tip location
// case 'SET_DROP_TIP_LOCATION': {
// return {
// ...state,
// dropTipLocation: action.location,
// }
// }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

these will be uncomment when i add each component.

@@ -23,6 +23,8 @@ export interface QuickTransferWizardState {
destinationWells?: string[]
transferType?: TransferType
volume?: number
// Note added for liquid classes in Quick Transfer
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this comment will be removed when ff is removed

@koji koji requested review from ncdiehl11 and jerader April 11, 2025 16:46
@koji koji marked this pull request as ready for review April 11, 2025 16:46
@koji koji requested a review from a team as a code owner April 11, 2025 16:46
@koji koji removed the request for review from a team April 11, 2025 17:14
@koji koji marked this pull request as draft April 11, 2025 17:55
@koji
Copy link
Contributor Author

koji commented Apr 11, 2025

  • fix tests

@koji koji marked this pull request as ready for review April 11, 2025 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant