PromucFlow_constructor/app/client/src/components/editorComponents
balajisoundar cf6ba4c8fd
chore: Remove FEATURE_FLAG release_custom_widgets_enabled (#31577)
> Pull Request Template
>
> Use this template to quickly create a well written pull request.
Delete all quotes before creating the pull request.
>
## Description
> Add a TL;DR when description is extra long (helps content team)
>
> Please include a summary of the changes and which issue has been
fixed. Please also include relevant motivation
> and context. List any dependencies that are required for this change
>
> Links to Notion, Figma or any other documents that might be relevant
to the PR
>
>
#### PR fixes following issue(s)
Fixes # (issue number)
> if no issue exists, please create an issue and ask the maintainers
about this first
>
>
#### Media
> A video or a GIF is preferred. when using Loom, don’t embed because it
looks like it’s a GIF. instead, just link to the video
>
>
#### Type of change
> Please delete options that are not relevant.
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- Chore (housekeeping or task changes that don't impact user perception)
- This change requires a documentation update
>
>
>
## 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](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


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Refactor**
- Removed feature flag checks and related functionality across the
application, impacting widget visibility and behavior.
- **Tests**
- Updated test setups and cases to align with the removal of feature
flag dependencies.
- **Chores**
- Cleaned up unused code and constants related to the now-removed
feature flags.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-03-08 11:50:35 +05:30
..
ActionCreator fix: missing js arguments so making it optional (#31550) 2024-03-06 14:53:44 +05:30
ActionRightPane chore: show suggested widgets in response (#31008) 2024-02-13 13:52:04 +05:30
CodeEditor chore: decouple evaluatedValues from evaluated window popup (#31127) 2024-02-16 17:37:56 +05:30
Debugger chore: Debugger Split states (#31043) 2024-02-29 11:53:57 +05:30
form feat: Homepage experience v2 changes (#29282) 2024-01-25 19:11:48 +05:30
GlobalSearch fix: UI fixes pages section (#31098) 2024-02-14 10:03:52 +05:30
HighlightedCode fix: Entity props show evaluated value (#30889) 2024-02-07 14:34:03 +05:30
LazyCodeEditor chore: custom widget (#28926) 2023-12-28 12:16:28 +05:30
LightningMenu feat: workflow queries/actions rename code split (#31300) 2024-03-05 10:28:34 +05:30
PartialImportExport chore: Remove FEATURE_FLAG release_custom_widgets_enabled (#31577) 2024-03-08 11:50:35 +05:30
WidgetQueryGeneratorForm feat: js enabled by default for 1 click binding (#31162) 2024-02-26 14:03:36 +05:30
ActionExecutionInProgressView.tsx chore: Show schema as a tab instead of the right pane (#30906) 2024-02-08 13:25:23 +05:30
ActionNameEditor.tsx fix: Run button hiding issue (#31323) 2024-02-28 14:25:22 +05:30
ApiResponseView.tsx chore: Debugger Split states (#31043) 2024-02-29 11:53:57 +05:30
AutoResizeTextArea.test.tsx fix: add testing library eslint rules (#31028) 2024-02-12 18:59:10 +03:00
AutoResizeTextArea.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
BetaCard.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
Button.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
Checkbox.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
CloseEditor.tsx fix: Widget Context Switching (#29735) 2023-12-20 12:26:16 +05:30
ContextDropdown.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
Divider.tsx
DropdownComponent.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
EditableText.tsx fix: Renaming new JS Object not working instantly (#30010) 2024-01-09 09:54:02 +05:30
EditorContextProvider.test.tsx fix: add testing library eslint rules (#31028) 2024-02-12 18:59:10 +03:00
EditorContextProvider.tsx feat: WDS - Anvil compatible Modal Widget (#30351) 2024-01-26 09:30:57 +05:30
emptyResponse.tsx perf: reduce the bundle size, vol. 2 (#24969) 2023-07-17 00:19:41 +05:30
EntityBottomTabs.tsx chore: show suggested widgets in response (#31008) 2024-02-13 13:52:04 +05:30
EntityExplorerSidebar.tsx chore: Make App Sidebar Generally Available (#30923) 2024-02-07 11:25:23 +05:30
EntityNameComponent.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
ErrorBoundry.tsx fix: fix modal position and styles (#30805) 2024-02-06 10:26:47 +03:00
ErrorTooltip.tsx
Form.tsx
FormLabel.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
FormRow.tsx chore: ME design audit CE (#26535) 2023-09-12 11:48:58 +05:30
HelperTooltip.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
InputComponent.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
JSResponseView.tsx chore: Debugger Split states (#31043) 2024-02-29 11:53:57 +05:30
LetterIcon.tsx
LoadingOverlayScreen.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
NavBarItem.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
PageLoader.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
PaneWrapper.tsx chore: update eslint and dependencies then fix revealed errors (#27908) 2023-10-11 10:14:38 +03:00
ProductAlertBanner.tsx chore: Updating link component props (#27223) 2023-09-14 16:14:23 +05:30
PropertyPaneSidebar.tsx chore: Make App Sidebar Generally Available (#30923) 2024-02-07 11:25:23 +05:30
RadioButtonGroup.tsx fix: revert for super users and update ui for profiling ques for non super users (#27942) 2023-10-16 17:37:06 +05:30
ReadOnlyEditor.tsx fix: CodeEditor issues on resizing (#26082) 2023-08-23 11:25:19 +05:30
RequestView.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
SelectComponent.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
Spinner.tsx
StoreAsDatasource.tsx fix: Resolving datasource page redirection, switch env and on page load response view debugger issues (#30156) 2024-01-10 18:41:24 +05:30
Tooltip.tsx
utils.test.ts
utils.ts chore: Fix Security vulnerabilities (#26241) 2023-08-15 13:56:53 +05:30