-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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: show bindings menu does not appear in split mode #36378
fix: show bindings menu does not appear in split mode #36378
Conversation
…does-not-appear-in-split-mode
WalkthroughThe changes in this pull request enhance the Changes
Assessment against linked issues
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
…does-not-appear-in-split-mode
…ear-in-split-mode
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/10955544054. |
Deploy-Preview-URL: https://ce-36378.dp.appsmith.com |
@@ -123,7 +127,10 @@ export function EntityProperties() { | |||
ref.current.style.bottom = "unset"; | |||
} | |||
|
|||
ref.current.style.left = DEFAULT_EXPLORER_PANE_WIDTH + "px"; | |||
ref.current.style.left = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should manipulate the DOM directly in this scenario and normally I would request for a refactor of such. However, given that this is working fix from an external contributor and it would be too much to ask to fix our mess, I'll approve this PR and create a separate issue to refactor this component later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alex-golovanov okay, thankyou.
Waiting for tests to complete in the shadow PR |
) ## Description Issue: Show bindings menu does not appear in split mode. This PR addresses issue appsmithorg#35775 by updating `left` style property appropriately based on the editor view mode (split screen/full screen). Fixes appsmithorg#35775 > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced the responsiveness of the EntityProperties component by adapting its layout based on the IDE view mode, improving user experience across different interface configurations. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Description
Issue: Show bindings menu does not appear in split mode.
This PR addresses issue #35775 by updating
left
style property appropriately based on the editor view mode (split screen/full screen).Fixes #35775
Warning
If no issue exists, please create an issue first, and check with the maintainers if the issue is valid.
Automation
/ok-to-test tags=""
🔍 Cypress test results
Caution
If you modify the content in this section, you are likely to disrupt the CI result for your PR.
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit