PromucFlow_constructor/app/client/src/actions
Ayush Pahwa 5d30cb3537
feat: Changing evaluations for UQI from hidden type to js objects (#6792)
* Added a new type of UIComponent for DB editor forms

* Added a new state for UQI evals and connected it to the rendering form

* Added sagas to init and run the UQI eval

* Exporting fetch function as a selector

* Moved selector code to the formSelector file

* Added type to state config holder, removed custom diff function and fixed imports

* Fixed path, added the type for plugin in selector

* Created new enum, abstracted function for render and fixed var names

Co-authored-by: Apeksha Bhosale <7846888+ApekshaBhosale@users.noreply.github.com>
2021-08-26 11:07:07 +05:30
..
actionActions.ts [Feature] Generate template page from datasource (#5513) 2021-07-29 13:43:10 +05:30
apiPaneActions.ts [Feature] Generate template page from datasource (#5513) 2021-07-29 13:43:10 +05:30
appCollabActions.ts Feature: Show a list of realtime app editors (#6286) 2021-08-09 14:34:24 +05:30
applicationActions.ts Minor fixes for comments on the modal widget (#6368) 2021-08-06 14:47:56 +05:30
authActions.ts First time page load performance (#144) 2020-08-03 19:48:48 +05:30
batchActions.ts Web worker evaluation (#706) 2020-10-21 09:55:32 +05:30
canvasSelectionActions.ts feat: Widget grouping Extended Features (#6538) 2021-08-24 17:08:20 +05:30
collectionAction.ts fix: ui fixes and type defination fixes 2020-04-14 12:34:14 +00:00
commentActions.ts Handle deletion for comments and threads in realtime (#6605) 2021-08-18 12:51:21 +05:30
controlActions.tsx [Feature] Grid Widget (#2389) 2021-04-23 11:13:13 +05:30
crudInfoModalActions.ts Add Generate CRUD page Info Modal (#6557) 2021-08-16 23:34:54 +05:30
datasourceActions.ts Add Gsheets support for generate CRUD page (#6301) 2021-08-20 15:25:59 +05:30
debuggerActions.ts fix: Hide debugger errors until onPageLoadActions are run (#6786) 2021-08-25 10:04:42 +05:30
errorActions.ts Fix: 404 error page shows server unavailable (#2195) 2020-12-17 12:33:59 +05:30
evaluationActions.ts feat: Changing evaluations for UQI from hidden type to js objects (#6792) 2021-08-26 11:07:07 +05:30
explorerActions.ts Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
gitSyncActions.ts Init git sync modal (#6641) 2021-08-18 15:10:31 +05:30
globalSearchActions.ts Fix/omnibar landing bug (#6513) 2021-08-11 12:18:57 +05:30
helpActions.ts Feature/help 2020-05-28 18:10:26 +00:00
importActions.ts fix: ui fixes and type defination fixes 2020-04-14 12:34:14 +00:00
initActions.ts Omnibar global search (#2903) 2021-03-08 13:54:12 +05:30
metaActions.ts
notificationActions.ts Notification updates (#5239) 2021-06-23 21:12:07 +05:30
onboardingActions.ts New onboarding flow (#2686) 2021-02-11 12:06:07 +05:30
orgActions.ts Enable Autocomplete for Static Objects (#6302) 2021-08-03 13:36:48 +05:30
pageActions.tsx Add Gsheets support for generate CRUD page (#6301) 2021-08-20 15:25:59 +05:30
pluginActions.ts Enable Autocomplete for Static Objects (#6302) 2021-08-03 13:36:48 +05:30
propertyPaneActions.test.ts [Feature] Grid Widget (#2389) 2021-04-23 11:13:13 +05:30
propertyPaneActions.ts [Feature] new nav sniping mode (#5746) 2021-07-26 22:14:10 +05:30
providerActions.ts fix: search container ui fixes 2020-04-29 09:06:30 +00:00
queryPaneActions.ts Refactor datasources and actions for stronger type checking (#2167) 2021-01-12 09:47:28 +05:30
recentEntityActions.ts Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
releasesActions.ts Product updates modal (#2453) 2021-01-19 11:47:15 +05:30
themeActions.ts Feature: API Pane Redesign (#2218) 2021-02-11 18:24:00 +05:30
tourActions.ts [Feature] Comments feature updates (#4579) 2021-05-20 17:33:08 +05:30
userActions.ts Use feature flag api to enable/disable comments (#6322) 2021-08-05 11:40:19 +05:30
utilActions.ts Introducing Google Sheets Plugin (#3517) 2021-04-22 09:00:09 +05:30
websocketActions.ts Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
widgetActions.tsx Grouping widgets into container (#5704) 2021-08-25 10:30:31 +05:30
widgetSelectionActions.ts feat: Widget grouping Extended Features (#6538) 2021-08-24 17:08:20 +05:30
widgetSidebarActions.tsx