Hetu Nandu
|
1825fd7a19
|
Drafts in API Pane
|
2019-11-25 09:15:11 +00:00 |
|
Abhinav Jha
|
d64bbc4015
|
Use applicationId and pageId to render pages
|
2019-11-22 14:02:55 +00:00 |
|
Hetu Nandu
|
8c8312928a
|
Fix various api pane bugs
|
2019-11-13 07:34:59 +00:00 |
|
Hetu Nandu
|
7687d68b61
|
Rename "resources" to "datasources"
|
2019-11-07 09:32:38 +00:00 |
|
Abhinav Jha
|
9ba528830d
|
Feature - Applications Scaffold Page - Create Application
|
2019-11-07 04:59:40 +00:00 |
|
Hetu Nandu
|
895649d77f
|
Dynamic Property in Editor mode
|
2019-11-06 06:35:15 +00:00 |
|
Hetu Nandu
|
e380c489fb
|
Dynamic binding scaffold
|
2019-11-01 07:11:32 +00:00 |
|
Abhinav Jha
|
ffb9b89620
|
WIP: Page Creation, Page Switching, Published Application Viewer, DropdownComponent
- Fixes #22, #151, #166, #167, #168, #169
|
2019-10-31 08:36:04 +00:00 |
|
Hetu Nandu
|
8312c48f83
|
Populate resources in the API Pane (#106)
|
2019-10-22 14:59:58 +00:00 |
|
Hetu Nandu
|
e0348cc1f3
|
API form
|
2019-10-21 15:12:45 +00:00 |
|
Hetu Nandu
|
7d56e10f8f
|
Add Navbar and API Pane (#79)
|
2019-10-18 08:16:26 +00:00 |
|
Abhinav Jha
|
062540e838
|
Add global Saga to handle errors
|
2019-09-27 21:35:33 +05:30 |
|
Abhinav Jha
|
b155efe3c0
|
WIP: Use rows and columns accross the board, cleanup DropTargetMonitor
|
2019-09-25 22:54:23 +05:30 |
|
Abhinav Jha
|
3cb582b7d1
|
WIP: Fix merge conflicts with release. Add toast to show saving page activity
|
2019-09-23 15:57:45 +05:30 |
|
Nikhil Nandagopal
|
684bbe822e
|
added property controls
added redux dev tools
|
2019-09-18 15:49:50 +05:30 |
|
Abhinav Jha
|
703081154c
|
WIP: Fix fetch page. Add save page boilerplate. Add widget property change boilerplate.
|
2019-09-17 20:39:55 +05:30 |
|
Nikhil Nandagopal
|
1baff6d93c
|
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/actions
# Conflicts:
# package.json
# src/actions/pageActions.tsx
# src/actions/widgetCardsPaneActions.tsx
# src/api/Api.tsx
# src/api/ApiRequests.tsx
# src/api/ApiResponses.tsx
# src/api/WidgetCardsPaneApi.tsx
# src/constants/ActionConstants.tsx
# src/constants/ApiConstants.tsx
# src/normalizers/CanvasWidgetsNormalizer.tsx
# src/reducers/entityReducers/canvasWidgetsReducer.tsx
# src/reducers/entityReducers/index.tsx
# src/reducers/entityReducers/widgetConfigReducer.tsx.tsx
# src/reducers/index.tsx
# src/reducers/uiReducers/canvasReducer.tsx
# src/reducers/uiReducers/editorReducer.tsx
# src/reducers/uiReducers/widgetCardsPaneReducer.tsx
# src/sagas/PageSagas.tsx
# src/sagas/WidgetCardsPaneSagas.tsx
# src/sagas/index.tsx
# src/utils/AppsmithUtils.tsx
# src/widgets/AlertWidget.tsx
# src/widgets/ButtonWidget.tsx
# src/widgets/CheckboxWidget.tsx
# src/widgets/DatePickerWidget.tsx
# src/widgets/DropdownWidget.tsx
# src/widgets/RadioGroupWidget.tsx
# src/widgets/TableWidget.tsx
|
2019-09-13 17:29:45 +05:30 |
|
Nikhil Nandagopal
|
29cf9bb450
|
Merge branch 'release' into feature/basic-styling
# Conflicts:
# src/constants/ActionConstants.tsx
# src/constants/WidgetConstants.tsx
# src/editorComponents/CheckboxComponent.tsx
# src/editorComponents/RadioGroupComponent.tsx
# src/mockResponses/WidgetCardsPaneResponse.tsx
# src/pages/Editor/Canvas.tsx
# src/pages/Editor/EditorDragLayer.tsx
# src/reducers/entityReducers/index.tsx
# src/reducers/index.tsx
# src/utils/WidgetRegistry.tsx
# src/widgets/BaseWidget.tsx
# src/widgets/BreadcrumbsWidget.tsx
# src/widgets/ButtonWidget.tsx
# src/widgets/CalloutWidget.tsx
# src/widgets/CheckboxWidget.tsx
# src/widgets/IconWidget.tsx
# src/widgets/InputGroupWidget.tsx
# src/widgets/NumericInputWidget.tsx
# src/widgets/RadioGroupWidget.tsx
# src/widgets/TagInputWidget.tsx
# src/widgets/TextWidget.tsx
|
2019-09-13 16:15:49 +05:30 |
|
Nikhil Nandagopal
|
f905417242
|
added actions & executor sagas
|
2019-09-13 15:26:11 +05:30 |
|
Nikhil Nandagopal
|
cd1b088568
|
added widget config reducer
|
2019-09-12 13:41:25 +05:30 |
|
Abhinav Jha
|
6f19e0d17a
|
WIP: Fix Prettier formatting issues and add precommit hook
|
2019-09-09 16:00:22 +05:30 |
|
Abhinav Jha
|
b9718bdaec
|
WIP: Fix eslint errors
|
2019-09-09 14:38:54 +05:30 |
|
Abhinav Jha
|
02af80d3dc
|
Implement Drag and Drop of components
|
2019-08-26 18:11:21 +05:30 |
|
Abhinav Jha
|
57ad5991c3
|
[WIP] Add widget cards pane component
|
2019-08-21 18:19:16 +05:30 |
|
Abhinav Jha
|
e9610d0248
|
Basic App Layout
|
2019-08-20 18:49:19 +05:30 |
|
Nikhil Nandgopal
|
4e2b003a5d
|
added canvas widget normalizer
|
2019-03-21 23:12:23 +05:30 |
|
Nikhil Nandgopal
|
746efeee06
|
fixed widget pane rendering
|
2019-03-18 21:15:53 +05:30 |
|
Nikhil Nandgopal
|
3d7b7cef32
|
created seperate render modes for widgets
added widget pane
|
2019-03-18 20:40:30 +05:30 |
|
Nikhil Nandgopal
|
f7d310bcda
|
added child prop generic to container widgets
|
2019-02-10 22:09:09 +05:30 |
|
Nikhil Nandgopal
|
bf4dc5a052
|
added basic redux state
added basic inheritance hierarchy of widgets and components
added basic redux action types
added basic widget building logic
|
2019-02-10 18:36:05 +05:30 |
|
Nikhil Nandgopal
|
1915b45e52
|
added basic routes and styled components
|
2019-02-07 10:37:09 +05:30 |
|
Nikhil Nandgopal
|
822dd6fb5d
|
added type script and folder structure
|
2019-01-21 23:41:08 +05:30 |
|