PromucFlow_constructor/app/client/src/sagas
arunvjn a26cb04151
fix: show library diffs in git modal (#19675)
* Added Library modifications in git status modal.
* Removed segment from recommended libraries.
* Added AWS-SDK.
* Added Papa parse 5.
* Added Appwrite.
* Removed the URL regex that checks to see if the URL ends with .js
* Changed supabase library URL to one that works with Appsmith.
* Added animation to libraries section in explorer.

Fixes #19691
Fixes #19646
2023-01-16 10:14:18 +05:30
..
__tests__ chore: send segment anonymous id (#19122) 2023-01-06 19:39:38 +05:30
ActionExecution fix: Updating logic to push blank key value params based on manage access for APIs (#19722) 2023-01-13 10:47:45 +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 chore: Refactor rts connection retry with limits (#19781) 2023-01-14 21:38:39 +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 feat: adding new api for release items (#18966) 2023-01-11 11:08:20 +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 fix: New user datasource test 404 issue fixed (#19435) 2023-01-05 18:06:26 +05:30
DebuggerSagas.ts fix: Batch operations on appsmith store for performance gains (#19247) 2023-01-10 10:23:08 +05:30
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: meta rehydration (#19683) 2023-01-13 23:59:03 +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 fix: show library diffs in git modal (#19675) 2023-01-16 10:14:18 +05:30
JSPaneSagas.ts fix: Save JS Execution data on trigger (#18940) 2022-12-30 13:31:08 +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
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: Add a description field for pages (#19573) 2023-01-15 00:58:02 +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: Remove sentry logging for errors with no types (#19515) 2023-01-10 10:04:55 +05:30
PostLintingSagas.ts chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
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: update imports for code split (#19085) 2022-12-22 12:04:28 +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 feat: drag n drop and Container jump enhancements (#19047) 2023-01-06 22:27:40 +05:30
SnipingModeSagas.ts chore: import common variables from design system (#17600) 2022-10-31 06:54:47 +05:30
TemplatesSagas.ts fix: forking template to application doesn't have page permissions (#19134) 2022-12-23 18:01:33 +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: offset while pasting widget from mouse position in Desktop mode (#19230) 2022-12-29 11:07:54 +00:00
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 fix: offset while pasting widget from mouse position in Desktop mode (#19230) 2022-12-29 11:07:54 +00:00
WidgetSelectionSagas.ts fix: modal widget close on new widget drop (#18953) 2022-12-15 08:02:03 +05:30