-
Notifications
You must be signed in to change notification settings - Fork 4.5k
fix: Paddings and scrolls in Plugin Action Editor #37203
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
a3a1a59
fix: API Body format context lost
hetunandu ff0a0a7
API and GraphQL
hetunandu 9b60d95
Merge branch 'release' into fix/paddings-and-scrolls
hetunandu 0e7e723
Merge branch 'release' into fix/paddings-and-scrolls
hetunandu efcc7ef
fix for other query fields
hetunandu 0abd134
Merge branch 'release' into fix/paddings-and-scrolls
hetunandu 9d04a85
API method and url
hetunandu 08221b3
Update app/client/src/PluginActionEditor/components/PluginActionForm/…
hetunandu 4753250
Update the padding for Key Value Field array
hetunandu e94458a
Merge remote-tracking branch 'origin/fix/paddings-and-scrolls' into f…
hetunandu 8b16bb7
Update KeyValueFieldArray.tsx
hetunandu 974c77a
fix for JS Editor space
hetunandu 73474fd
Merge remote-tracking branch 'origin/fix/paddings-and-scrolls' into f…
hetunandu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
.../src/PluginActionEditor/components/PluginActionForm/components/CommonEditorForm/styles.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| import styled from "styled-components"; | ||
|
|
||
| export const RequestMethodSelectContainer = styled.div` | ||
| width: 100px; | ||
| .ads-v2-select > .rc-select-selector { | ||
| min-width: 100px; | ||
| } | ||
| `; | ||
|
|
||
| export const DatasourcePathFieldContainer = styled.div` | ||
| width: 100%; | ||
| `; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back 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.
💡 Codebase verification
RequestMethodSelectContainer needs padding adjustments per design specs
The styled component's implementation only specifies width but lacks padding specifications mentioned in issue #37214. Please update the component to include the correct padding values from the design system.
app/client/src/PluginActionEditor/components/PluginActionForm/components/CommonEditorForm/styles.ts: Add padding specifications toRequestMethodSelectContainer🔗 Analysis chain
Verify styling consistency with design system
The new
RequestMethodSelectContainerwraps the dropdown field. Please ensure this styled component follows the design system specifications mentioned in issue #37214.🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 340
Script:
Length of output: 613
Script:
Length of output: 498