PromucFlow_constructor/app/client/src/components/editorComponents
Ankita Kinger 7d40b31033
chore: Refactoring explorer sub menu for actions (#28233)
## Description

Refactoring explorer sub menu for actions

#### PR fixes following issue(s)
Fixes [#26502](https://github.com/appsmithorg/appsmith/issues/26502)
[#26050](https://github.com/appsmithorg/appsmith/issues/26050)

#### Type of change
- Chore (housekeeping or task changes that don't impact user perception)

## Testing

#### How Has This Been Tested?
- [x] Manual
- [ ] JUnit
- [ ] Jest
- [x] Cypress

## Checklist:
#### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] 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
2023-10-22 16:21:33 +05:30
..
ActionCreator chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
ActionRightPane chore: skip signposting discovery test (#27892) 2023-10-17 17:32:05 +05:30
CodeEditor feat: Improve error message for typeError (#27795) 2023-10-22 07:46:31 +01:00
Debugger chore: fixed typescript errors which are thrown in EE because of split (#28009) 2023-10-16 14:53:47 +05:30
form chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
GlobalSearch chore: Refactoring explorer sub menu for actions (#28233) 2023-10-22 16:21:33 +05:30
HighlightedCode chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
LazyCodeEditor feat: Add fallback height to lazy code editor fallback codemirror component (#25047) 2023-07-16 21:58:22 +01:00
LightningMenu chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
WidgetQueryGeneratorForm chore: route builder refactor (#27905) 2023-10-12 11:01:22 +05:30
ActionExecutionInProgressView.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
ActionNameEditor.tsx chore: CE change for moduleInstanceEditor route (#28110) 2023-10-18 10:48:17 +05:30
ApiResponseView.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
AutoResizeTextArea.test.tsx feat: multi-line input and auto-resize textarea (#19141) 2023-01-17 18:46:35 +05:30
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 chore: route builder refactor (#27905) 2023-10-12 11:01:22 +05:30
ContextDropdown.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
Divider.tsx feat: Entity explorer UI redesign (#9811) 2022-01-29 12:56:19 +05:30
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 chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
EditorContextProvider.test.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
EditorContextProvider.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
emptyResponse.tsx perf: reduce the bundle size, vol. 2 (#24969) 2023-07-17 00:19:41 +05:30
EntityBottomTabs.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
EntityNameComponent.tsx feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
ErrorBoundry.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
ErrorTooltip.tsx feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
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 feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +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: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
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
Sidebar.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
Spinner.tsx
StoreAsDatasource.tsx chore: route builder refactor (#27905) 2023-10-12 11:01:22 +05:30
Tooltip.tsx
utils.test.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
utils.ts chore: Fix Security vulnerabilities (#26241) 2023-08-15 13:56:53 +05:30