-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: custom widget #28926
chore: custom widget #28926
Conversation
/build-deploy-preview skipTests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/6901080386. |
Deploy-Preview-URL: https://ce-28926.dp.appsmith.com |
/build-deploy-preview skipTests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/6928247115. |
9c98d75
to
fe49844
Compare
/build-deploy-preview skipTests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/6929011918. |
Deploy-Preview-URL: https://ce-28926.dp.appsmith.com |
306d6a8
to
55a0213
Compare
/build-deploy-preview skipTests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/6940279799. |
Deploy-Preview-URL: https://ce-28926.dp.appsmith.com |
/build-deploy-preview skipTests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/6942561215. |
Deploy-Preview-URL: https://ce-28926.dp.appsmith.com |
140651c
to
b736875
Compare
/build-deploy-preview skipTests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/6968959435. |
Deploy-Preview-URL: https://ce-28926.dp.appsmith.com |
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
b736875
to
1d522c3
Compare
/build-deploy-preview skipTests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/7059764011. |
/build-deploy-preview skipTests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/7059859404. |
Deploy-Preview-URL: https://ce-28926.dp.appsmith.com |
1dafb12
to
d2e9922
Compare
/ok-to-test tags="@tag.All" |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7337613854. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7337196588.
To know the list of identified flaky tests - Refer here |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7337613854.
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7337613854.
To know the list of identified flaky tests - Refer here |
/ok-to-test tags="@tag.All" |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7338068556. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7338068556. |
/ok-to-test tags="@tag.All" |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7338902827. |
app/client/src/widgets/CustomWidget/component/customWidgetScript.test.ts
Outdated
Show resolved
Hide resolved
app/client/src/widgets/CustomWidget/component/customWidgetScript.test.ts
Show resolved
Hide resolved
app/client/src/widgets/CustomWidget/component/customWidgetScript.test.ts
Show resolved
Hide resolved
app/client/src/widgets/CustomWidget/component/customWidgetScript.test.ts
Show resolved
Hide resolved
app/client/src/widgets/CustomWidget/component/customWidgetScript.test.ts
Show resolved
Hide resolved
/ok-to-test tags="@tag.All" |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7338952798. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7338902827. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7338952798. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7338902827.
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7338902827. |
/ok-to-test tags="@tag.All" |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7344659475. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7344659475. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7344659475. |
Description
This PR's adds the custom widget.
PR fixes following issue(s)
Fixes #28607
Fixes #28610
Fixes #28615
Fixes #28608
Fixes #28612
Media
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
Enhancements
CodeEditor
with additional modes, props, and resize behavior.PropertyPaneControlConfig
interface with dynamic dependencies and additional properties.Bug Fixes
ExternalWidget
card.Documentation
Tests
Refactor
PropertyControl
state management and editing functions.Style
borderLess
prop to style components without borders.Chores