PromucFlow_constructor/app/client/src/pages/Editor
Ankita Kinger 3559589bbf
chore: Extracting out common logic between two ADS components to move it to one (#38885)
## Description

Extracting out common logic between two ADS components to move it to
one.

Fixes [#38853](https://github.com/appsmithorg/appsmith/issues/38853)

## Automation

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

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/13067939918>
> Commit: dd17cf163a80d51fb2858686620a699ebcbd7325
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13067939918&attempt=2"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.All`
> Spec:
> <hr>Fri, 31 Jan 2025 08:26:34 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


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

- **New Features**
	- Enhanced `EditableEntityName` component with new properties:
		- Added `canEdit` to control editability
		- Added `isFixedWidth` for width behavior
		- Added `size` option for component sizing
- Introduced `canEdit` property in `EditableDismissibleTab` for better
editing control
	- Simplified icon rendering logic across components

- **Bug Fixes**
	- Updated name validation to require a minimum of 1 character
	- Improved scrolling behavior in `DataSidePane`

- **Style**
	- Refined layout and styling for editable components
	- Updated component alignment and spacing
	- Removed unnecessary styled components for cleaner design
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-01-31 14:43:45 +05:30
..
__tests__ fix: Separate Plugin Entity from Action (#38582) 2025-01-15 11:29:32 +05:30
AppPluginActionEditor chore: Replace entities in entity explorer with new ADS templates (#38750) 2025-01-24 16:21:50 +05:30
AppSettingsPane chore: git mod - integration with applications (#38439) 2025-01-05 11:21:23 +01:00
CanvasLayoutConversion chore: extract useCurrentAppState hook to reduce cyclic dependency (#36937) 2024-10-17 18:10:58 +05:30
CanvasPropertyPane chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
commons chore: git mod - integration with applications (#38439) 2025-01-05 11:21:23 +01:00
CommunityTemplates/Modals chore:delete unused files (#36368) 2024-09-19 16:01:03 +03:00
CurlImport chore: Updating generate page interaction to show it in a modal following the IDE 2.0 interaction pattern (#37414) 2024-11-19 12:05:10 +05:30
CustomWidgetBuilder chore: Refactoring usage of editorType to ideType to remove code duplication (#38778) 2025-01-21 15:24:06 +05:30
DataSourceEditor chore: Refactoring usage of editorType to ideType to remove code duplication (#38778) 2025-01-21 15:24:06 +05:30
DatasourceInfo chore: Refactoring usage of editorType to ideType to remove code duplication (#38778) 2025-01-21 15:24:06 +05:30
EditorName chore: Move IDE header to ADS/Templates (#37764) 2024-11-27 07:05:20 +00:00
EntityNavigation fix: Separate Plugin Entity from Action (#38582) 2025-01-15 11:29:32 +05:30
Explorer chore: Removing unused files & components (#38832) 2025-01-27 11:43:46 +05:30
FirstTimeUserOnboarding chore: Removing unused files & components (#38832) 2025-01-27 11:43:46 +05:30
GeneratePage fix: Separate Plugin Entity from Action (#38582) 2025-01-15 11:29:32 +05:30
gitSync chore: Remove deprecated organization from code (#38878) 2025-01-29 12:16:51 +05:30
GlobalHotKeys chore: git mod - test fixes (#38357) 2025-01-07 12:30:42 +01:00
IDE chore: Extracting out common logic between two ADS components to move it to one (#38885) 2025-01-31 14:43:45 +05:30
IntegrationEditor fix: premium and soon datasource display condition changed (#38858) 2025-01-28 13:47:00 +05:30
JSEditor chore: Replace entities in entity explorer with new ADS templates (#38750) 2025-01-24 16:21:50 +05:30
MultiSelectPropertyPane chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
NavigationSettings chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
PropertyPane chore: Add documentation for property pane config (#36880) 2024-11-07 15:41:20 +05:30
QueryEditor chore: Move action redesign to GA (#38659) 2025-01-16 22:26:34 +05:30
SaaSEditor fix: Separate Plugin Entity from Action (#38582) 2025-01-15 11:29:32 +05:30
ThemePropertyPane chore:delete unused files (#36368) 2024-09-19 16:01:03 +03:00
WDSThemePropertyPane chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
WidgetsEditor fix: Avoid canvas tooltip unmount (#38887) 2025-01-29 14:10:51 +05:30
widgetSidebar chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
AppsmithLink.tsx fix: App card routing (#38798) 2025-01-29 13:52:20 +05:30
Canvas.tsx chore: Update mixpanel masking classname (#38661) 2025-01-15 16:03:07 +05:30
EditorSaveIndicator.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
EditorShareButton.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
EntityNotFoundPane.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
FormConfig.tsx fix: adjust spacing for filter/sort/pagination form controls (#37221) 2024-11-06 17:29:58 +03:00
FormControl.tsx feat: pass workspace id to form control (#37413) 2024-11-15 17:41:14 +01:00
HelpButton.tsx chore: ce changes decoupled mixpannel chunk (#36979) 2024-10-20 09:16:25 +05:30
index.tsx chore: git mod - integration with applications (#38439) 2025-01-05 11:21:23 +01:00
loader.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
MainContainerWidthToggles.test.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
MainContainerWidthToggles.tsx chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
Popper.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
RequestConfirmationModal.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
ToggleModeButton.tsx chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
utils.tsx chore: Add IDE Tabs state in Focus Retention (#38799) 2025-01-29 13:56:00 +05:30