-
Notifications
You must be signed in to change notification settings - Fork 4k
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: Remove empty space in embed apps when nav is set to sidebar #23971
Conversation
Blocked until #23725 is merged. |
Edit: Wokay. Looks like the GitHub bot didn't like my behavior and has added you folks as reviewers again. Please feel free to ignore this PR. |
/build-deploy-preview env=release |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/5198964875. |
/ok-to-test |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/5199140047. |
Deploy-Preview-URL: https://appsmith-nfe8p66ix-get-appsmith.vercel.app |
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.
Code changes look 👍 .
But I am not able to login to DP url.
Tested on DP url, working fine. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/5199140047. |
Verified, changes LGTM! |
Caution Review failedThe pull request is closed. WalkthroughThe recent updates enhance the application's handling of query parameters for embedded contexts, specifically addressing layout issues related to the sidebar navigation. By utilizing the Changes
Assessment against linked issues
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Description
When the navigation was set to sidebar and you tried to embed the app, the sidebar wouldn't show up but the canvas had some empty left margin. This PR fixes that.
PR fixes following issue(s)
Fixes #23190
Type of change
Testing
How Has This Been Tested?
Test Plan
Issues raised during DP testing
Checklist:
Dev activity
QA activity:
Test Plan Approved
label after Cypress tests were reviewedTest Plan Approved
label after JUnit tests were reviewedSummary by CodeRabbit
New Features
Bug Fixes