-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): Handle combo of HS+setup step modals (#15942)
If both need to be shown, both need to be shown. The setup steps modal comes first and then the heater shaker modal. ## review/dev-testing - [x] on ODD, when a heater/shaker is in the protocol, the confirm steps modal comes first and then the confirm HS. clicking confirm HS is the one that starts the run - [x] on ODD, when there's no heater/shaker, the confirm steps modal still pops and it starts the run when you click confirm - [x] on Desktop, when there's a heater shaker in the protocol and you haven't disabled the popup, the confirm steps modal comes first and then confirm HS. clicking confirm HS is the one that starts the run - [x] on Desktop, when there's a heater shaker in the protocol and you have disabled the popup, the confirm steps modal is the only one and clicking confirm starts the run - [x] on Desktop, when there's no heater shaker in the protocol, the confirm steps modal is the only one and clicking confirm starts the run Closes RQA-2932
- Loading branch information
Showing
3 changed files
with
71 additions
and
11 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