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

chore: Query Editor full width option #37138

Merged
merged 4 commits into from
Oct 31, 2024
Merged

Conversation

hetunandu
Copy link
Member

@hetunandu hetunandu commented Oct 30, 2024

Description

  • Update the SQL type queries to use the isFullWidth option in UQI
  • Update the Query Dynamic Text control to auto grow based on content

Fixes #36847

Automation

/ok-to-test tags="@tag.Datasource"

🔍 Cypress test results

Tip

🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/11607058097
Commit: f6f95e5
Cypress dashboard.
Tags: @tag.Datasource
Spec:


Thu, 31 Oct 2024 07:59:19 UTC

Communication

Should the DevRel and Marketing teams inform users about this change?

  • Yes
  • No

Summary by CodeRabbit

Release Notes

  • New Features

    • Enhanced layout for specific sections across various plugins by adding an isFullWidth property, allowing sections to utilize the full width of their containers.
  • Improvements

    • Updated rendering logic for the DynamicTextField to improve responsiveness and layout management.
  • Bug Fixes

    • Improved error handling during rendering to ensure better management of exceptions.

These updates aim to provide a more flexible and user-friendly interface across the application.

@github-actions github-actions bot added Bug Something isn't working IDE Pod Issues that new developers face while exploring the IDE IDE Product Issues related to the IDE Product Integrations Product Issues related to a specific integration Medium Issues that frustrate users due to poor UX Query & JS Pod Issues related to the query & JS Pod Query Forms Isuses related to the query forms labels Oct 30, 2024
Copy link
Contributor

coderabbitai bot commented Oct 30, 2024

Walkthrough

The changes in this pull request primarily involve updates to the rendering logic of UI components across several files. A new property, isFullWidth, has been introduced in various JSON configurations, allowing sections to utilize the full width of their containers. Additionally, modifications to the DynamicTextFieldControl enhance its layout and responsiveness. The overall structure and functionality of the components remain unchanged, focusing on improving the user interface without introducing new features.

Changes

File Change Summary
app/client/src/PluginActionEditor/components/PluginActionForm/components/UQIEditor/FormRender.tsx Updated rederNodeWithChildren function to include isFullWidth prop for SECTION_V2 rendering.
app/client/src/components/formControls/DynamicTextFieldControl.tsx Added Flex import; updated Wrapper styled component for layout; adjusted DynamicTextField height to 100%.
app/server/appsmith-plugins/arangoDBPlugin/src/main/resources/editor.json Added "isFullWidth": true to section with "identifier": "SECTION-ONE".
app/server/appsmith-plugins/mssqlPlugin/src/main/resources/editor.json Added "isFullWidth": true to SECTION_V2 control identified as SECTION-ONE.
app/server/appsmith-plugins/mysqlPlugin/src/main/resources/editor.json Added "isFullWidth": true to section with identifier "SECTION-ONE".
app/server/appsmith-plugins/oraclePlugin/src/main/resources/editor.json Added "isFullWidth": true to SECTION_V2 control identified as SECTION-ONE.
app/server/appsmith-plugins/postgresPlugin/src/main/resources/editor.json Added "isFullWidth": true to section with identifier "SECTION-ONE".
app/server/appsmith-plugins/redisPlugin/src/main/resources/editor.json Added "isFullWidth": true to section with identifier "SECTION-ONE".
app/server/appsmith-plugins/redshiftPlugin/src/main/resources/editor.json Added "isFullWidth": true to SECTION_V2 control identified as SECTION-ONE.
app/server/appsmith-plugins/snowflakePlugin/src/main/resources/editor.json Added "isFullWidth": true to section with identifier "SECTION-ONE".

Assessment against linked issues

Objective Addressed Explanation
Query editor window should be resizable (36847)

Possibly related PRs

Suggested labels

Enhancement, Bug, Low, Production, Task, ok-to-test

Suggested reviewers

  • albinAppsmith
  • ankitakinger

🌟 In the realm of code, changes abound,
A fullWidth prop, new layouts found.
With Flex and style, the UI's aglow,
Resizable dreams, watch the editor grow!
Each section now stretches, wide as the sea,
In the world of Appsmith, what joy there will be! 🌊✨


📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 3794082 and f6f95e5.

📒 Files selected for processing (1)
  • app/client/src/components/formControls/DynamicTextFieldControl.tsx (2 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • app/client/src/components/formControls/DynamicTextFieldControl.tsx

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?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added skip-changelog Adding this label to a PR prevents it from being listed in the changelog Bug Something isn't working and removed Bug Something isn't working labels Oct 30, 2024
@hetunandu
Copy link
Member Author

/build-deploy-preview

@github-actions github-actions bot removed the Bug Something isn't working label Oct 30, 2024
Copy link

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

@github-actions github-actions bot added Bug Something isn't working and removed Bug Something isn't working labels Oct 30, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (4)
app/client/src/components/formControls/DynamicTextFieldControl.tsx (1)

29-31: Consider extracting magic numbers to constants

The styling changes look good and support the resize functionality. Consider extracting the min-height value to a named constant for better maintainability.

+const MIN_EDITOR_HEIGHT = 200;
 const Wrapper = styled.div<{ fullWidth: boolean }>`
   min-width: 380px;
   max-width: ${({ fullWidth }) => (fullWidth ? "100%" : "872px;")};
-  min-height: 200px;
+  min-height: ${MIN_EDITOR_HEIGHT}px;
   height: 100%;
   display: flex;
 `;
app/client/src/PluginActionEditor/components/PluginActionForm/components/UQIEditor/FormRender.tsx (3)

Line range hint 1-300: Consider addressing the technical debt around type safety.

The file contains multiple TODO comments about fixing any types, particularly in critical rendering functions. This could lead to runtime errors and makes the code harder to maintain.

Key areas to address:

  1. editorConfig prop type (line 29)
  2. renderEachConfigV2 parameter types (line 143)
  3. rederNodeWithChildren parameter types (line 208)

Consider creating proper interfaces for these configurations to improve type safety and maintainability.


Line range hint 208-208: Fix typo in function name 'rederNodeWithChildren'.

The function name has a typo: 'reder' should be 'render'.

-const rederNodeWithChildren = (section: any, formName: string) => {
+const renderNodeWithChildren = (section: any, formName: string) => {

Line range hint 143-207: Consider optimizing recursive rendering performance.

The recursive rendering in renderEachConfigV2 could benefit from memoization to prevent unnecessary re-renders of unchanged sections.

Consider wrapping pure rendering functions with React.memo or using useMemo for computed values:

const MemoizedFieldWrapper = React.memo(({ children, configProperty, idx }: {
  children: React.ReactNode;
  configProperty: string;
  idx: number;
}) => (
  <FieldWrapper className="uqi-form-wrapper" key={`${configProperty}_${idx}`}>
    {children}
  </FieldWrapper>
));
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between 502d21b and 3794082.

📒 Files selected for processing (10)
  • app/client/src/PluginActionEditor/components/PluginActionForm/components/UQIEditor/FormRender.tsx (1 hunks)
  • app/client/src/components/formControls/DynamicTextFieldControl.tsx (2 hunks)
  • app/server/appsmith-plugins/arangoDBPlugin/src/main/resources/editor.json (1 hunks)
  • app/server/appsmith-plugins/mssqlPlugin/src/main/resources/editor.json (1 hunks)
  • app/server/appsmith-plugins/mysqlPlugin/src/main/resources/editor.json (1 hunks)
  • app/server/appsmith-plugins/oraclePlugin/src/main/resources/editor.json (1 hunks)
  • app/server/appsmith-plugins/postgresPlugin/src/main/resources/editor.json (1 hunks)
  • app/server/appsmith-plugins/redisPlugin/src/main/resources/editor.json (1 hunks)
  • app/server/appsmith-plugins/redshiftPlugin/src/main/resources/editor.json (1 hunks)
  • app/server/appsmith-plugins/snowflakePlugin/src/main/resources/editor.json (1 hunks)
🔇 Additional comments (12)
app/server/appsmith-plugins/arangoDBPlugin/src/main/resources/editor.json (1)

6-6: LGTM! Verify consistency across other database plugins.

The addition of isFullWidth property aligns with the PR objective to make the query editor more spacious.

Let's verify this change is consistent across other database plugins:

✅ Verification successful

✓ Confirmed: isFullWidth property is consistently implemented across database plugins

The property is correctly set to true in all database plugin editor configurations, maintaining UI consistency across the platform.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check if isFullWidth is consistently set across all database plugins
# Expected: All database plugins should have isFullWidth set to true in their editor.json

rg -U --json '"isFullWidth":\s*true' 'app/server/appsmith-plugins/*Plugin/src/main/resources/editor.json'

Length of output: 470


Script:

#!/bin/bash
# Let's first find the correct path pattern for editor.json files
fd editor.json app/server/appsmith-plugins

# Then search for isFullWidth in those files
fd editor.json app/server/appsmith-plugins --exec rg -U '"isFullWidth":\s*true' {}

Length of output: 1158

app/server/appsmith-plugins/redisPlugin/src/main/resources/editor.json (1)

6-6: LGTM! Verify consistency across other database plugins.

The addition of isFullWidth property aligns well with the PR objective to improve query editor usability.

Let's verify this change is consistent across other database plugins:

✅ Verification successful

The previous command failed due to path issues. This new approach will help us:

  1. First locate all editor.json files in the repository
  2. Then examine their content to verify the consistency of isFullWidth property

This command will help us verify if the isFullWidth property is consistently set to true across database plugins, which is more specific than our previous attempts.


This simpler approach using find instead of fd should help us locate all editor.json files and check for the isFullWidth property being set to true.


✓ Change verified - isFullWidth property is consistently implemented

The isFullWidth property is correctly set to true across all relevant database plugins:

  • ArangoDB
  • MS SQL
  • MySQL
  • Oracle
  • PostgreSQL
  • Redis
  • Redshift
  • Snowflake
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check if isFullWidth is consistently set across all database plugins
# Expected: All database plugins should have isFullWidth set to true in their editor.json

# Search for editor.json files in plugin directories and check for isFullWidth property
fd editor.json -p "app/server/appsmith-plugins/*Plugin/" --exec grep -l "isFullWidth"

Length of output: 209


Script:

#!/bin/bash
# Let's try a different approach to find editor.json files and check isFullWidth
# First, find all editor.json files
fd editor.json

# Then let's examine their content
fd editor.json --exec cat {} \;

Length of output: 42466


Script:

#!/bin/bash
# Let's specifically check editor.json files in database plugins for isFullWidth property
fd editor.json -p "app/server/appsmith-plugins/*Plugin/" -x grep -l "isFullWidth.*true" {} \;

Length of output: 222


Script:

#!/bin/bash
# Let's try a simpler approach to find and check editor.json files
find . -name editor.json -type f -exec grep -l "isFullWidth.*true" {} \;

Length of output: 675

app/server/appsmith-plugins/redshiftPlugin/src/main/resources/editor.json (1)

6-6: LGTM! The change addresses the query editor size issue.

The addition of isFullWidth property will allow the query editor section to utilize the full available width, improving the user experience for query writing.

Let's verify consistent implementation across other database plugins:

✅ Verification successful

✓ Change verified - isFullWidth implementation is consistent across database plugins

The isFullWidth: true property is correctly implemented in the same way across all database plugins, being applied to the SECTION-ONE control that contains the query editor. This ensures a consistent user experience across different database types.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check if isFullWidth is consistently implemented across database plugins
# Expected: All database plugins should have similar implementation

# Search for editor.json files in plugin directories and check for isFullWidth property
fd editor.json -t f --exec grep -l "isFullWidth" {} \;

Length of output: 655


Script:

#!/bin/bash
# Let's verify the actual implementation in these files to ensure consistency
for file in $(fd editor.json -t f); do
    echo "=== $file ==="
    # Extract the relevant section containing isFullWidth
    grep -A 2 -B 2 "isFullWidth" "$file"
done

Length of output: 5529

app/server/appsmith-plugins/snowflakePlugin/src/main/resources/editor.json (1)

6-6: LGTM! Verify consistency across other database plugins.

The addition of isFullWidth property aligns well with the objective of improving query editor usability.

Let's verify this change is consistent across other database plugins:

✅ Verification successful

This will help us confirm that isFullWidth is consistently set to true across all database plugins.


✓ Consistent implementation across database plugins

The isFullWidth property is correctly set to true in all relevant database plugins:

  • arangoDB
  • mssql
  • mysql
  • oracle
  • postgres
  • redis
  • redshift
  • snowflake
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check if isFullWidth is consistently set across all database plugins
# Expected: All database plugins should have similar editor.json with isFullWidth set to true

# Search for editor.json files in plugin directories and check for isFullWidth property
fd editor.json -t f --exec grep -l "isFullWidth" {} \;

Length of output: 655


Script:

#!/bin/bash
# Let's verify the actual value of isFullWidth in each editor.json
for file in $(fd editor.json -t f); do
  echo "=== $file ==="
  grep -A 1 "isFullWidth" "$file"
done

Length of output: 4814

app/server/appsmith-plugins/mssqlPlugin/src/main/resources/editor.json (1)

6-6: LGTM! Verify consistent implementation across plugins.

The addition of isFullWidth property directly addresses the query editor size issue.

Let's verify this change is consistent across all database plugins:

✅ Verification successful

✓ Consistent implementation confirmed across database plugins

The isFullWidth: true property is uniformly implemented in the SECTION-ONE of all database plugins' editor configurations, ensuring a consistent query editor layout across the platform.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check if isFullWidth property is consistently implemented across all database plugins
# Expected: All database plugins should have the same configuration

# Search for editor.json files in plugin directories and check for isFullWidth property
fd editor.json -t f app/server/appsmith-plugins --exec grep -l "isFullWidth"

Length of output: 658


Script:

#!/bin/bash
# Let's verify the actual content of isFullWidth property in each editor.json
for file in $(fd editor.json -t f app/server/appsmith-plugins); do
  echo "=== $file ==="
  grep -A 1 -B 1 "isFullWidth" "$file"
done

Length of output: 4448

app/server/appsmith-plugins/mysqlPlugin/src/main/resources/editor.json (1)

6-6: LGTM! The change addresses the query editor size issue.

The addition of isFullWidth property will allow the query editor section to utilize the full available width, improving the user experience for query writing.

Let's verify this change is consistent across other database plugins:

✅ Verification successful

The isFullWidth property is consistently implemented across database plugins

The verification confirms that the isFullWidth: true property is present in all relevant database plugins' editor.json files, including:

  • mysqlPlugin
  • postgresPlugin
  • mssqlPlugin
  • oraclePlugin
  • redshiftPlugin
  • snowflakePlugin
  • arangoDBPlugin
  • elasticSearchPlugin

This change ensures a consistent full-width query editor experience across all database connectors.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check if isFullWidth is consistently applied across all database plugins
# Expected: All database plugins should have similar editor.json with isFullWidth: true

# Search for editor.json files in plugin directories and check for isFullWidth property
fd editor.json -p "app/server/appsmith-plugins/*Plugin/" --exec grep -l "isFullWidth"

Length of output: 209


Script:

#!/bin/bash
# Let's try a different approach to find editor.json files and check their content
# First, find all editor.json files in the plugins directory
fd editor.json "app/server/appsmith-plugins"

# Then examine their content
echo "=== Content of found editor.json files ==="
fd editor.json "app/server/appsmith-plugins" -x cat {}

Length of output: 34081

app/server/appsmith-plugins/postgresPlugin/src/main/resources/editor.json (1)

6-6: LGTM! This change addresses the query editor size issue.

The addition of isFullWidth property aligns with the PR objective to improve the query editor's usability.

Let's verify consistent implementation across other database plugins:

✅ Verification successful

The isFullWidth property is consistently implemented across database plugins

The verification shows that the isFullWidth: true property is properly implemented in the editor.json files of all relevant database plugins:

  • mysqlPlugin
  • postgresPlugin
  • mssqlPlugin
  • redshiftPlugin
  • snowflakePlugin
  • redisPlugin
  • oraclePlugin

The change is consistent with the query editor layout standardization across all database plugins.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check if isFullWidth is consistently implemented across all database plugins
# Expected: All database plugins should have the same configuration

# Search for editor.json files in plugin directories and check for isFullWidth property
fd editor.json -p 'app/server/appsmith-plugins/*Plugin' --exec grep -l '"isFullWidth": true'

Length of output: 217


Script:

#!/bin/bash
# Let's try a different approach to find editor.json files and check their content
# First, find all editor.json files in the repository
fd editor.json --exec sh -c 'echo "=== {} ==="; cat {}'

Length of output: 42620

app/server/appsmith-plugins/oraclePlugin/src/main/resources/editor.json (2)

6-6: LGTM! This change addresses the query editor size issue.

The addition of isFullWidth property will allow the query editor section to utilize the full available width, improving the user experience for writing queries.


6-6: Verify consistent implementation across other database plugins.

Let's ensure this change is consistently implemented across all database plugins.

✅ Verification successful

Implementation is consistent across database plugins

The isFullWidth property is consistently set to true for SECTION-ONE across all database plugins' editor.json files. No inconsistencies were found in the implementation.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check if isFullWidth is consistently implemented across database plugins
# Expected: All database plugins should have the same implementation

# Search for editor.json files in plugin directories and check for isFullWidth property
fd editor.json -p "app/server/appsmith-plugins/*Plugin/" --exec grep -l "isFullWidth"

# Show the context of isFullWidth implementation in each file
fd editor.json -p "app/server/appsmith-plugins/*Plugin/" --exec grep -B2 -A2 "isFullWidth"

Length of output: 424


Script:

#!/bin/bash
# Let's try a different approach to find editor.json files
fd editor.json --full-path app/server/appsmith-plugins

# If files are found, let's examine their content
fd editor.json --full-path app/server/appsmith-plugins --exec grep -B2 -A2 "isFullWidth" {} \;

Length of output: 1981

app/client/src/components/formControls/DynamicTextFieldControl.tsx (2)

24-24: LGTM: Clean import addition

The Flex import aligns with the goal of improving the query editor's layout.


75-91: Verify feature flag implementation

The component changes look good and properly implement the full-width functionality. Let's verify the feature flag usage across the codebase.

✅ Verification successful

Feature flag implementation is correctly used

The feature flag release_actions_redesign_enabled is properly implemented in DynamicTextFieldControl.tsx:

  • It's correctly mapped from Redux state using selectFeatureFlags
  • The flag controls both showLineNumbers and fullWidth properties consistently
  • The default value is set to false in feature flags configuration
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Verify consistent usage of release_actions_redesign_enabled feature flag
rg -l "release_actions_redesign_enabled" | xargs rg "release_actions_redesign_enabled.*showLineNumbers"

Length of output: 103


Script:

#!/bin/bash
# Let's first check where isActionRedesignEnabled is defined or imported
rg "isActionRedesignEnabled" -A 2 -B 2

# Then check for any other showLineNumbers usage in DynamicTextField
ast-grep --pattern 'DynamicTextField {
  $$$
  showLineNumbers={$_}
  $$$
}'

# Also check for the feature flag definition
rg "release_actions_redesign_enabled" -A 2 -B 2

Length of output: 19173

app/client/src/PluginActionEditor/components/PluginActionForm/components/UQIEditor/FormRender.tsx (1)

214-214: LGTM: isFullWidth prop addition aligns with requirements.

The addition of the isFullWidth prop to the Section component directly addresses the PR objective of making the query editor resizable.

Copy link

Failed server tests

  • com.appsmith.server.git.ServerSchemaMigrationEnforcerTest#saveGitRepo_ImportAndThenExport_diffOccurs

Copy link

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

@github-actions github-actions bot added Bug Something isn't working and removed Bug Something isn't working labels Oct 31, 2024
@hetunandu hetunandu added the ok-to-test Required label for CI label Oct 31, 2024
@github-actions github-actions bot added Bug Something isn't working and removed Bug Something isn't working labels Oct 31, 2024
@hetunandu
Copy link
Member Author

/build-deploy-preview

Copy link

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

Copy link

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

@hetunandu hetunandu merged commit ee02c0f into release Oct 31, 2024
52 checks passed
@hetunandu hetunandu deleted the chore/query-editor-full-width branch October 31, 2024 09:50
github-actions bot pushed a commit to Zeral-Zhang/appsmith that referenced this pull request Nov 20, 2024
github-actions bot pushed a commit to Zeral-Zhang/appsmith that referenced this pull request Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDE Pod Issues that new developers face while exploring the IDE IDE Product Issues related to the IDE Product Integrations Product Issues related to a specific integration Medium Issues that frustrate users due to poor UX ok-to-test Required label for CI Query Forms Isuses related to the query forms Query & JS Pod Issues related to the query & JS Pod skip-changelog Adding this label to a PR prevents it from being listed in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Query Editor window - Resizable and not fixed!
2 participants