PromucFlow_constructor/app/client/src/sagas
Ashit Rath 041d189c5f
chore: Changes to support fixes in UI packages (#40300)
## Description
#### UI Module Integrations Enhancement

This PR adds support for UI Modules across several components:

- Adds `getCurrentBaseModuleId` selector to retrieve the current base
module ID
- Implements module-aware redirection in `ConnectDataCTA` component
- Adds `handleUIModuleWidgetReplay` function for module widget replay
support
- Improves `UIEntitySidebar` to accept custom search placeholder text
- Excludes `MODULE_CONTAINER_WIDGET` from the property pane exclusion
list

These changes enable proper navigation and functionality when working
with UI modules in the application.


PR for https://github.com/appsmithorg/appsmith-ee/pull/7190

## 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/14530037275>
> Commit: 35573170fe705a25e0b2a0d26b8729edcfd64c8e
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=14530037275&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.All`
> Spec:
> <hr>Fri, 18 Apr 2025 06:26:47 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**
- Added support for customizable search placeholder text in the widget
sidebar for improved localization and flexibility.
- Navigation from the "Connect Data" call-to-action now conditionally
uses module or page identifiers, enhancing navigation accuracy.

- **Improvements**
- The "Connect Data" option is now hidden for module container widgets
in the property pane for a cleaner interface.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-04-18 16:36:22 +05:30
..
__tests__ chore: Separate files for Redux Types (#38559) 2025-01-10 10:21:54 +05:30
ActionExecution chore: Move sentry to faro for client side (#40220) 2025-04-16 11:45:47 +05:30
autoHeightSagas chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30
BuildingBlockSagas chore: Introduce action isDirty map (#39872) 2025-03-24 14:08:43 +05:30
CanvasSagas chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30
PartialImportExportSagas chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30
PasteWidgetUtils chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30
WebsocketSagas chore: Remove socket-io and websocket connections (#37784) 2024-11-28 10:58:56 +05:30
ActionSagas.ts chore: Update integration modal (#39976) 2025-03-31 15:43:18 +05:30
AnalyticsSaga.ts chore: AppIDE Folder Structure (#39165) 2025-02-17 10:34:23 +03:00
ApiPaneSagas.ts fix: API editor query parameters not auto-updating URL (#40133) 2025-04-11 16:43:26 +05:30
AppThemingSaga.tsx chore: Move sentry to faro for client side (#40220) 2025-04-16 11:45:47 +05:30
AutoLayoutUpdateSagas.tsx chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30
BatchSagas.tsx chore: Separate files for Redux Types (#38559) 2025-01-10 10:21:54 +05:30
CommunityTemplatesSagas.tsx chore: Separate files for Redux Types (#38559) 2025-01-10 10:21:54 +05:30
CurlImportSagas.ts chore: Separate files for Redux Types (#38559) 2025-01-10 10:21:54 +05:30
DebuggerSagas.ts feat: Inspect State CTA for discovery (#39100) 2025-02-14 21:57:08 +05:30
editorContextSagas.ts chore: Add IDE Tabs state in Focus Retention (#38799) 2025-01-29 13:56:00 +05:30
ErrorSagas.tsx chore: Move sentry to faro for client side (#40220) 2025-04-16 11:45:47 +05:30
EvalErrorHandler.ts chore: fix issues in eval error logs sent to faro (#40285) 2025-04-17 16:25:05 +05:30
EvaluationsSaga.test.ts chore: Migrate Tenant to Organization (#38891) 2025-02-18 20:41:07 +05:30
EvaluationsSaga.ts chore: Move sentry to faro for client side (#40220) 2025-04-16 11:45:47 +05:30
EvaluationsSagaUtils.test.ts chore: Separate files for Redux Types (#38559) 2025-01-10 10:21:54 +05:30
EvaluationsSagaUtils.ts chore: Separate files for Redux Types (#38559) 2025-01-10 10:21:54 +05:30
EvalWorkerActionSagas.ts chore: fix issues in eval error logs sent to faro (#40285) 2025-04-17 16:25:05 +05:30
FocusRetentionSaga.ts chore: Refactoring focus strategy to get the correct key name on history removal for all IDEs (#39689) 2025-03-12 23:54:56 +05:30
FormEvaluationSaga.ts chore: Move sentry to faro for client side (#40220) 2025-04-16 11:45:47 +05:30
GitSyncSagas.ts feat: Updating admin settings page as per new designs (#40101) 2025-04-07 15:44:20 +05:30
GlobalSearchSagas.ts chore: Separate files for Redux Types (#38559) 2025-01-10 10:21:54 +05:30
helper.test.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
helper.ts chore: fix issues in eval error logs sent to faro (#40285) 2025-04-17 16:25:05 +05:30
IDESaga.tsx chore: Refactoring code by taking out the common logic for re-using it on other IDEs (#39577) 2025-03-06 13:22:24 +05:30
InitSagas.ts chore: Move sentry to faro for client side (#40220) 2025-04-16 11:45:47 +05:30
JSLibrarySaga.ts chore: Separate files for Redux Types (#38559) 2025-01-10 10:21:54 +05:30
JSPaneSagas.ts chore: Use individual APIs for updates (#39877) 2025-03-25 15:56:36 +05:30
layoutConversionSagas.ts chore: Move sentry to faro for client side (#40220) 2025-04-16 11:45:47 +05:30
LintingSagas.ts chore: Separate files for Redux Types (#38559) 2025-01-10 10:21:54 +05:30
loadGoogleApi.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
ModalSagas.ts chore: Enable meta modal widgets to render in canvas (#39652) 2025-03-13 17:08:56 +05:30
NavigationSagas.ts chore: Separate files for Redux Types (#38559) 2025-01-10 10:21:54 +05:30
OnboardingSagas.ts chore: Removing unused files & components (#38832) 2025-01-27 11:43:46 +05:30
OneClickBindingSaga.ts fix: Separate Plugin Entity from Action (#38582) 2025-01-15 11:29:32 +05:30
PluginSagas.ts feat: Remove hardcoding of upcoming integrations from client codebase #40047 (#40271) 2025-04-17 20:11:06 +05:30
PostEvaluationSagas.ts chore: Migrate Tenant to Organization (#38891) 2025-02-18 20:41:07 +05:30
PostLintingSagas.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
QueryPaneSagas.ts chore: Update integration modal (#39976) 2025-03-31 15:43:18 +05:30
RecentEntitiesSagas.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
ReplaySaga.ts chore: Changes to support fixes in UI packages (#40300) 2025-04-18 16:36:22 +05:30
SaaSPaneSagas.ts fix: Separate Plugin Entity from Action (#38582) 2025-01-15 11:29:32 +05:30
selectors.tsx chore: Update integration modal (#39976) 2025-03-31 15:43:18 +05:30
SnapshotSagas.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
SnipingModeSaga.test.ts fix: change appsmith alias (#35349) 2024-08-06 17:52:22 +03:00
SnipingModeSagas.ts chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30
TemplatesSagas.ts chore: filter out AI Datasource during import (#40286) 2025-04-17 13:36:42 +05:30
TernSaga.ts chore: Add IDE Tabs state in Focus Retention (#38799) 2025-01-29 13:56:00 +05:30
ThemeSaga.tsx chore: Separate files for Redux Types (#38559) 2025-01-10 10:21:54 +05:30
ToastSagas.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
types.ts chore: fix issues in eval error logs sent to faro (#40285) 2025-04-17 16:25:05 +05:30
UtilSagas.ts chore: Cleanup Redux Actions file (#35720) 2024-08-22 09:49:30 +05:30
WidgetAdditionSagas.ts chore: Changes to introduce UI module instance creation (#39562) 2025-03-11 17:32:46 +05:30
WidgetBlueprintSagas.test.ts fix: jest test failures coz of getIsAnvilLayout (#32664) 2024-04-15 09:17:23 +05:30
WidgetBlueprintSagas.ts chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30
WidgetDeletionSaga.test.ts fix: Prevent Errors in Debugger When Deleting List Widget (#35820) 2024-08-30 10:38:19 +01:00
WidgetDeletionSagas.ts chore: UI package main pane relevant ce changes (#39961) 2025-04-02 14:08:01 +05:30
WidgetEnhancementHelpers.ts chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30
WidgetLoadingSaga.ts chore: Move sentry to faro for client side (#40220) 2025-04-16 11:45:47 +05:30
WidgetOperationSaga.test.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
WidgetOperationSagas.tsx chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30
WidgetOperationUtils.test.ts chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30
WidgetOperationUtils.ts chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30
WidgetSelectionSagas.ts chore: UI package main pane relevant ce changes (#39961) 2025-04-02 14:08:01 +05:30
WidgetSelectUtils.test.ts chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30
WidgetSelectUtils.ts chore: Split canvas widget reducers (#39327) 2025-02-18 16:12:05 +05:30