PromucFlow_constructor/app/client/src
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
..
actions Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
api Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
assets Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
components Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
configs Add environment variable APPSMITH_CLOUD_HOSTING (#145) 2020-07-23 11:02:00 +05:30
constants Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
entities Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
icons Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
jsExecution Streamline action save with widgets (#10) 2020-07-03 14:28:58 +05:30
mockComponentProps Fix filepicker issue. Add netlify.toml. Remove chance.js 2020-04-17 15:03:36 +05:30
mockResponses Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
normalizers Feature - update widget name 2020-02-21 12:16:49 +00:00
pages Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
reducers Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
resizable Generate widgets from blueprint. Close previously open modals when showing a modal. Fix unicode page name issue in pagelist sidebar 2020-03-27 09:02:11 +00:00
sagas Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
selectors Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
templates Generate widgets from blueprint. Close previously open modals when showing a modal. Fix unicode page name issue in pagelist sidebar 2020-03-27 09:02:11 +00:00
transformers JSON stringify fixes 2020-06-25 10:04:57 +00:00
utils Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
widgets Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
.gitignore WIP: Generate font icons from SVGs using CLI 2019-09-09 13:53:53 +05:30
App.css ran create react app 2019-01-21 20:41:10 +05:30
AppRouter.tsx Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
index.css Service workers : Caching 2020-05-05 12:16:51 +00:00
index.tsx Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
LandingScreen.tsx First time page load performance (#144) 2020-08-03 19:48:48 +05:30
react-app-env.d.ts added type script and folder structure 2019-01-21 23:41:08 +05:30
serviceWorker.js Service workers : Caching 2020-05-05 12:16:51 +00:00
store.ts Batched redux update 2020-04-13 08:24:13 +00:00
wdyr.ts Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30