-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(app,api): clear module calibration (#13548)
Implements clearing module calibration on the flex and ties it into device reset, while removing the per-module info deletion that remains unimplemented. The module calibration overflow menu allowed you to delete a single module's calibration data. This was (a) unimplemented (b) a bit of an uphill battle to implement and (c) unlike all the other calibration options in the calibration overview page, which just have the ability to rerun calibration from that overflow. So remove the ability to delete calibration data here. Add clearing module calibration to the desktop and on-device display device reset. Closes RQA-1526 Closes RQA-1555 Closes RQA-1582
- Loading branch information
Showing
13 changed files
with
56 additions
and
147 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
20 changes: 0 additions & 20 deletions
20
app/src/organisms/RobotSettingsCalibration/ModuleCalibrationConfirmModal.stories.tsx
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
app/src/organisms/RobotSettingsCalibration/ModuleCalibrationConfirmModal.tsx
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
app/src/organisms/RobotSettingsCalibration/__tests__/ModuleCalibrationConfirmModal.test.tsx
This file was deleted.
Oops, something went wrong.
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