PromucFlow_constructor/app/client/src/sagas
2022-12-21 22:44:47 +05:30
..
__tests__ feat: Refactor invite modal for handling RBAC updates (#16405) 2022-09-02 22:45:08 +05:30
ActionExecution feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
autoHeightSagas fix: Auto height breaks for fixed modal's children (#18691) 2022-12-05 20:24:45 +05:30
CanvasSagas fix: Remove auto-height from list widget's children (#18755) 2022-12-18 01:33:35 +05:30
WebsocketSagas fix: Appsmith version update dialog showing up when no version is set (#18530) 2022-11-30 11:50:27 +05:30
ActionSagas.ts chore: import common variables from design system (#17600) 2022-10-31 06:54:47 +05:30
ApiPaneSagas.ts feat: Handle permission driven views for auto-saving pages and action… (#16950) 2022-12-01 12:00:50 +05:30
ApplicationSagas.tsx fix: publishing an app removes page permissions (#18865) 2022-12-13 14:49:22 +05:30
AppThemingSaga.tsx fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
BatchSagas.tsx feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
CollectionSagas.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
CurlImportSagas.ts chore: Update text message for git remote url placeholder (#15553) 2022-08-02 12:55:51 +05:30
DatasourcesSagas.ts feat: [ Context Switching ] Maintain datasource edit mode (#17521) 2022-12-02 08:36:22 +05:30
DebuggerSagas.ts fix: Aggregate calls to add and remove Appsmith errors (#18285) 2022-12-07 11:28:29 +01:00
editorContextSagas.ts fix: set soft focus for property pane inputs (#19009) 2022-12-16 22:52:47 +05:30
ErrorSagas.tsx chore: Navigation analytics (#18781) 2022-12-15 09:36:13 +05:30
EvaluationsSaga.ts feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
FormEvaluationSaga.ts fix: datasource switching issue for Google sheets (#18397) 2022-12-03 15:25:42 +05:30
GitSyncSagas.ts fix: Add error message for protected branch (#18737) 2022-12-16 12:07:40 +05:30
GlobalSearchSagas.ts chore: Navigation analytics (#18781) 2022-12-15 09:36:13 +05:30
helper.ts chore: Splitting files to support groups on members page in EE (#18085) 2022-11-03 22:09:51 +05:30
InitSagas.ts feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
JSActionSagas.ts chore: import common variables from design system (#17600) 2022-10-31 06:54:47 +05:30
JSLibrarySaga.ts feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
JSPaneSagas.ts fix: Aggregate calls to add and remove Appsmith errors (#18285) 2022-12-07 11:28:29 +01:00
LintingSagas.ts feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
ModalSagas.ts feat: Command click navigation via code (#18326) 2022-12-08 17:46:41 +05:30
NavigationSagas.ts chore: Navigation analytics (#18781) 2022-12-15 09:36:13 +05:30
OnboardingSagas.ts chore: Splitting files to support groups on members page in EE (#18085) 2022-11-03 22:09:51 +05:30
PageSagas.tsx feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
PageVisibilitySagas.ts feat: Fetch Appsmith version when browser tab comes on focus (#16153) 2022-09-01 14:17:29 +05:30
PluginSagas.ts fix: fetching the plugin form config for queries if datasource is not viewable (#18749) 2022-12-08 09:06:35 +05:30
PostEvaluationSagas.ts fix: Aggregate calls to add and remove Appsmith errors (#18285) 2022-12-07 11:28:29 +01:00
PostLintingSagas.ts fix: Aggregate calls to add and remove Appsmith errors (#18285) 2022-12-07 11:28:29 +01:00
ProvidersSaga.ts chore: import common variables from design system (#17600) 2022-10-31 06:54:47 +05:30
QueryPaneSagas.ts fix: query command value from being reset to an empty state (#18559) 2022-12-09 16:58:36 +00:00
RecentEntitiesSagas.ts chore: Navigation analytics (#18781) 2022-12-15 09:36:13 +05:30
ReplaySaga.ts fix: auto height regression fixes (#18410) 2022-11-25 00:10:06 +05:30
SaaSPaneSagas.ts feat: Datasource autosave improvements (#17649) 2022-11-30 11:29:45 +05:30
selectors.tsx fix: All property control renders when JS toggle button is clicked (#18905) 2022-12-19 15:45:50 +05:30
SnipingModeSagas.ts chore: import common variables from design system (#17600) 2022-10-31 06:54:47 +05:30
TemplatesSagas.ts chore: import common variables from design system (#17600) 2022-10-31 06:54:47 +05:30
ThemeSaga.tsx chore: Navigation analytics (#18781) 2022-12-15 09:36:13 +05:30
UtilSagas.ts feat: Refactor code for SAML integration (#12700) 2022-04-12 16:20:01 +05:30
WidgetAdditionSagas.ts fix: Remove auto-height from list widget's children (#18755) 2022-12-18 01:33:35 +05:30
WidgetBlueprintSagas.test.ts fix: Remove auto-height from list widget's children (#18755) 2022-12-18 01:33:35 +05:30
WidgetBlueprintSagas.ts fix: Remove auto-height from list widget's children (#18755) 2022-12-18 01:33:35 +05:30
WidgetDeletionSagas.ts feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
WidgetEnhancementHelpers.ts fix: Remove auto-height from list widget's children (#18755) 2022-12-18 01:33:35 +05:30
WidgetLoadingSaga.ts feat: Refactor code for SAML integration (#12700) 2022-04-12 16:20:01 +05:30
WidgetOperationSaga.test.tsx feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
WidgetOperationSagas.tsx fix: All property control renders when JS toggle button is clicked (#18905) 2022-12-19 15:45:50 +05:30
WidgetOperationUtils.test.ts fix: Extra Space at the end of the Canvas in Viewmode (#16747) 2022-09-30 13:49:52 +05:30
WidgetOperationUtils.ts feat: reset meta widgets (#18809) 2022-12-15 09:23:09 +01:00
WidgetSelectionSagas.ts fix: modal widget close on new widget drop (#18953) 2022-12-15 08:02:03 +05:30