PromucFlow_constructor/app/client/src/sagas
NandanAnantharamu 05f190c102
Feature/entity browse (#220)
# New Feature: Entity Explorer
- Entities are actions (apis and queries), datasources, pages, and widgets
- With this new feature, all entities in the application will be available
  to view in the new entity explorer sidebar
- All existing application features from the api sidebar, query sidebar, datasource sidebar and pages sidebar
  now are avialable on the entity explorer sidebar
- Users are now able to quickly switch to any entity in the application from the entity explorer sidebar.
- Users can also search all entities in the application from the new sidebar. Use cmd + f or ctrl + f to focus on the search input
- Users can rename entities from the new sidebar
- Users can also perform contextual actions on these entities like set a page as home page, copy/move actions, delete entity, etc from the context menu available alongside the entities in the sidebar
- Users can view the properties of the entities in the sidebar, as well as copy bindings to use in the application.
2020-08-10 14:22:45 +05:30
..
ActionExecutionSagas.ts Add url and user inside data tree (#240) 2020-08-07 19:54:26 +05:30
ActionSagas.ts Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
ApiPaneSagas.ts Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
ApplicationSagas.tsx Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
BatchSagas.tsx Fix action batching issue (#181) 2020-07-28 16:11:51 +05:30
CollectionSagas.ts fix: ui fixes and type defination fixes 2020-04-14 12:34:14 +00:00
ConfigsSagas.tsx Action creator evaluated value fixes 2020-06-10 12:16:50 +00:00
CurlImportSagas.ts Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
DatasourcesSagas.ts Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
ErrorSagas.tsx First time page load performance (#144) 2020-08-03 19:48:48 +05:30
index.tsx Streamline action save with widgets (#10) 2020-07-03 14:28:58 +05:30
InitSagas.ts Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
ModalSagas.ts Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
OrgSagas.ts fix: Table scroll issue, application share issue, eslint errors (#120) 2020-07-23 17:58:42 +05:30
PageSagas.tsx Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
PluginSagas.ts Query pane fixes 2020-06-17 10:19:56 +00:00
ProvidersSaga.ts Query pane fixes 2020-06-17 10:19:56 +00:00
QueryPaneSagas.ts Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
SagaUtils.ts Fix Editable Text. Sidnav styles. editor/viewer redirection from application card. 2020-01-28 11:57:46 +05:30
selectors.tsx Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
userSagas.tsx Merge branch 'master' into release 2020-08-07 12:03:33 +05:30
WidgetBlueprintSagas.ts DRY property control creation. Generate ids for property pane config on the client. Add Multi switch control. Add Icon Widget (WIP). Enable blueprint based actions. 2020-04-14 05:35:16 +00:00
WidgetOperationSagas.tsx Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
WidgetSidebarSagas.tsx moved to absolute paths for all fiels 2019-11-25 10:37:27 +05:30