Skip to content

Commit 7942c0e

Browse files
authored
refactor(app): update tip length calibration flow and use generic panels (#6608)
Add support for the tip length calibration session types to the generic calibration panel components. Remove now redundant components in the tip length calibration specific component directory. Wire up new chained action dispatch at the parent and control level.
1 parent 88bb0a8 commit 7942c0e

33 files changed

+537
-1170
lines changed

app/src/components/CalibrateTipLength/AskForCalibrationBlockModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
} from '@opentrons/components'
1717

1818
import styles from './styles.css'
19-
import { labwareImages } from './labwareImages'
19+
import { labwareImages } from '../CalibrationPanels/labwareImages'
2020
import { Portal } from '../portal'
2121

2222
const ALERT_TIP_LENGTH_CAL_HEADER = 'Pipette calibration has been updated!'

app/src/components/CalibrateTipLength/CompleteConfirmation.js

Lines changed: 0 additions & 78 deletions
This file was deleted.

app/src/components/CalibrateTipLength/ConfirmExitModal.js

Lines changed: 0 additions & 31 deletions
This file was deleted.

app/src/components/CalibrateTipLength/DeckSetup.js

Lines changed: 0 additions & 85 deletions
This file was deleted.

app/src/components/CalibrateTipLength/Introduction.js

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)