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: Extra space is being introduced at the bottom of the canvas on scrolling down #28716

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

albinAppsmith
Copy link
Collaborator

@albinAppsmith albinAppsmith commented Nov 8, 2023

Description

After new sidebar, existing entity explorer was not taking full height and was causing issues in scrolling the canvas. This PR fixes that issues.

PR fixes following issue(s)

Fixes #28710

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Testing

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Also list any relevant details for your test configuration.
Delete anything that is not relevant

  • Manual
  • JUnit
  • Jest
  • Cypress

Test Plan

Add Testsmith test cases links that relate to this PR

Issues raised during DP testing

Link issues raised during DP testing for better visiblity and tracking (copy link from comments dropped on this PR)

Checklist:

Dev activity

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • PR is being merged under a feature flag

QA activity:

  • Speedbreak features have been covered
  • Test plan covers all impacted features and areas of interest
  • Test plan has been peer reviewed by project stakeholders and other QA members
  • Manually tested functionality on DP
  • We had an implementation alignment call with stakeholders post QA Round 2
  • Cypress test cases have been added and approved by SDET/manual QA
  • Added Test Plan Approved label after Cypress tests were reviewed
  • Added Test Plan Approved label after JUnit tests were reviewed

Copy link

what-the-diff bot commented Nov 8, 2023

PR Summary

  • Adjustment to Div Element Class Name in EntityExplorerSidebar.tsx
    The class name of a key component was changed. This update generally means adjusting the display of the item for a consistent look and feel. By switching from h-[inherit] to h-full, the element now covers the full area assigned to it, instead of just inheriting its height from its parent element.

@albinAppsmith
Copy link
Collaborator Author

/build-deploy-preview

@albinAppsmith
Copy link
Collaborator Author

/ok-to-test

@github-actions github-actions bot added Bug Something isn't working Deploy Preview Issues found in Deploy Preview IDE Navigation Issues/feature requests related to IDE navigation, and context switching Medium Issues that frustrate users due to poor UX Needs Triaging Needs attention from maintainers to triage New Developers Pod Issues that new developers face while exploring the IDE Release Blocker This issue must be resolved before the release labels Nov 8, 2023
Copy link

github-actions bot commented Nov 8, 2023

Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/6794967307.
Workflow: On demand build Docker image and deploy preview.
skip-tests: . env: .
PR: 28716.
recreate: .

Copy link

github-actions bot commented Nov 8, 2023

Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/6794968121.
Workflow: Appsmith External Integration Test Workflow.
Commit: ``.
PR: 28716.

Copy link

github-actions bot commented Nov 8, 2023

Deploy-Preview-URL: https://ce-28716.dp.appsmith.com

Copy link

github-actions bot commented Nov 8, 2023

Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/6794968121.
Commit: ``.
Cypress dashboard: Click here!
The following are new failures, please fix them before merging the PR:

  1. cypress/e2e/Regression/ClientSide/Git/GitSync/SwitchBranches_spec.js

To know the list of identified flaky tests - Refer here

@hetunandu hetunandu merged commit 531c577 into release Nov 8, 2023
36 of 38 checks passed
@hetunandu hetunandu deleted the scroll-issue-ia-redesign branch November 8, 2023 09:09
hetunandu pushed a commit that referenced this pull request Nov 8, 2023
…crolling down (#28716)

## Description

After new sidebar, existing entity explorer was not taking full height
and was causing issues in scrolling the canvas. This PR fixes that
issues.

#### PR fixes following issue(s)
Fixes #28710

#### Type of change

- Bug fix (non-breaking change which fixes an issue)


## Testing

#### How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Also
list any relevant details for your test configuration.
> Delete anything that is not relevant
- [ ] Manual
- [ ] JUnit
- [ ] Jest
- [ ] Cypress
>
>
#### Test Plan
> Add Testsmith test cases links that relate to this PR
>
>
#### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)
>
>
>
## Checklist:
#### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Deploy Preview Issues found in Deploy Preview IDE Navigation Issues/feature requests related to IDE navigation, and context switching Medium Issues that frustrate users due to poor UX Needs Triaging Needs attention from maintainers to triage New Developers Pod Issues that new developers face while exploring the IDE Release Blocker This issue must be resolved before the release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Extra space is being introduced at the bottom of the canvas on scrolling down.
2 participants