Abhinav Jha
|
7ce514d895
|
WIP: Add Draggable Components. Add Resizable Components. Add Moveable Components. Add Deletable Components.
|
2019-09-23 01:55:05 +05:30 |
|
Abhinav Jha
|
7237250adc
|
WIP: Fix positioning bug
|
2019-09-21 07:22:38 +05:30 |
|
Abhinav Jha
|
ffb532fa7a
|
WIP: Canvas widget drop and positioning
|
2019-09-20 03:55:37 +05:30 |
|
Abhinav Jha
|
56714c3fa0
|
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/canvas-grid-rewrite
|
2019-09-18 16:28:21 +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
|
930061481b
|
Merge branch 'release' into feature/actions
# Conflicts:
# .lintstagedrc
# package.json
# src/pages/Editor/Canvas.tsx
# src/pages/Editor/index.tsx
# src/sagas/ActionSagas.tsx
# src/sagas/PageSagas.tsx
# src/sagas/index.tsx
|
2019-09-17 15:48:37 +05:30 |
|
Nikhil Nandagopal
|
751ea339d1
|
added transformation for requests
wired button onclick to execute action saga
split widget props into widget data and widget functions
|
2019-09-17 15:41:50 +05:30 |
|
Abhinav Jha
|
20a3e19ad3
|
WIP: code changes to allow for dragging and dropping
|
2019-09-17 15:39:00 +05:30 |
|
Abhinav Jha
|
71029406d7
|
Fixes #5 and #9. Fix build script. Remove public files. Code Review Fixes
|
2019-09-16 17:08:37 +05:30 |
|
Abhinav Jha
|
e6f5588488
|
Remove canvas poc code. Create build script for generating font files
|
2019-09-16 13:38:03 +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
|
cd1b088568
|
added widget config reducer
|
2019-09-12 13:41:25 +05:30 |
|
Abhinav Jha
|
b9718bdaec
|
WIP: Fix eslint errors
|
2019-09-09 14:38:54 +05:30 |
|
gray
|
6284f07c76
|
Add default theme base
|
2019-09-05 23:17:50 +05:30 |
|
Abhinav Jha
|
d0f676be09
|
Fix issues caused to UI after resolving merge conflicts
|
2019-09-02 17:55:17 +05:30 |
|
Abhinav Jha
|
1f2e0f8dd0
|
Fix Merge Conflicts with master
|
2019-09-02 17:45:41 +05:30 |
|
Abhinav Jha
|
cf5ec97bb0
|
Drag drop monitor, code cleanup
|
2019-09-02 16:28:11 +05:30 |
|
Abhinav Jha
|
babc8fcfcd
|
Linting, fixes, dragpreview fix
|
2019-08-29 16:52:09 +05:30 |
|
Abhinav Jha
|
02af80d3dc
|
Implement Drag and Drop of components
|
2019-08-26 18:11:21 +05:30 |
|
Abhinav Jha
|
e9610d0248
|
Basic App Layout
|
2019-08-20 18:49:19 +05:30 |
|
Abhinav Jha
|
41f8fe5024
|
Add Editor Configuration Files
|
2019-08-20 15:09:08 +05:30 |
|
Nikhil Nandgopal
|
1b71b829fb
|
added droppable component
moved snapcolumspace and rowspace to state
|
2019-04-02 21:42:08 +05:30 |
|
Anirudh Madhavan
|
32621a7975
|
Feature/core components
|
2019-03-21 12:10:32 +00:00 |
|
Nikhil Nandgopal
|
96a47a9bb8
|
fixed heights for all components
|
2019-03-19 20:51:27 +05:30 |
|
Nikhil Nandgopal
|
da5f47437b
|
abstracted styles into base widget
|
2019-03-19 19:35:48 +05:30 |
|
Anirudh Madhavan
|
6d2d6237e1
|
add : input text -> input group, widget width and height height calculation on basewidget troubleshoot
|
2019-03-16 18:38:45 +05:30 |
|
Anirudh Madhavan
|
cfbefcf654
|
add : missing intent prop in widgets
|
2019-03-16 17:08:22 +05:30 |
|
Anirudh Madhavan
|
92cf9fcc4f
|
add : blueprint scss, node-sass
|
2019-03-16 17:03:15 +05:30 |
|
Anirudh Madhavan
|
ad22eac52e
|
abstract position styled component to a seperate pure component
|
2019-03-16 16:29:42 +05:30 |
|
Anirudh Madhavan
|
e438cb056c
|
add : spinner widget
|
2019-03-15 18:23:45 +05:30 |
|
Anirudh Madhavan
|
69212460de
|
fix : callout widget, add : icon widget
|
2019-03-15 18:05:36 +05:30 |
|
Anirudh Madhavan
|
74a87e85a8
|
add : core component : callout widget
|
2019-03-13 21:25:53 +05:30 |
|
Anirudh Madhavan
|
24412df605
|
add : core component : input field
|
2019-03-13 20:35:24 +05:30 |
|
Nikhil Nandgopal
|
85b8525c4d
|
added type to state
moved css to style object
added style units
migrated all widgets to work with JSX
|
2019-02-11 23:52:23 +05:30 |
|
Nikhil Nandgopal
|
f7d310bcda
|
added child prop generic to container widgets
|
2019-02-10 22:09:09 +05:30 |
|
Nikhil Nandgopal
|
b4249df653
|
added basic theming
|
2019-02-10 20:36:57 +05:30 |
|
Nikhil Nandgopal
|
3afe91679a
|
added typed lodash
fixed basic component rendering
connected redux store
|
2019-02-10 19:44:58 +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 |
|