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

fix(protocol-designer): remove DisabledModal from PD #16964

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

koji
Copy link
Contributor

@koji koji commented Nov 22, 2024

Overview

remove DisabledModal from PD
this is a temp fix for screen size issue.

just in case, keep DisabledModal itself.

close RQA-3674

Test Plan and Hands on Testing

Changelog

Review requests

Risk assessment

low

remove DisabledModal from PD

close RQA-
@koji koji requested a review from a team as a code owner November 22, 2024 21:09
@koji koji requested a review from jerader November 22, 2024 21:09
@@ -4,19 +4,15 @@ import { HTML5Backend } from 'react-dnd-html5-backend'
import { DIRECTION_COLUMN, Flex, OVERFLOW_AUTO } from '@opentrons/components'
import { PortalRoot as TopPortalRoot } from './components/portals/TopPortal'
import { ProtocolRoutes } from './ProtocolRoutes'
import { useScreenSizeCheck } from './resources/useScreenSizeCheck'
import { DisabledScreen } from './organisms/DisabledScreen'
Copy link
Collaborator

Choose a reason for hiding this comment

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

do you mind adding a comment to DisabledScreen explaining that it is not in use currently but we might add it back when we revisit PD responsiveness?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, sure.

Copy link
Collaborator

@jerader jerader left a comment

Choose a reason for hiding this comment

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

lgtm, thanks for fixing this. I think we should leave a comment on DisabledScreen explaining that we might use it later

@koji koji merged commit 015e182 into edge Nov 22, 2024
18 checks passed
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.

2 participants