Nikhil Nandagopal
72f667bec4
fix: property pane ( #7157 )
...
* updated widget properties
* updated placeholders
* updated default for date
* lint fix
* Fixed more styles and reverted changes to input widget
* adjusted default sizes of different widgets
* resized image in list widget
* reduced chart default data
* fixed tests
* PR comment fixes
* fixed tests failing
* fix: Fixed failing jest tests because of an error in chart widget propertyConfig object
Co-authored-by: somangshu <somangshu.goswami1508@gmail.com>
2021-09-08 20:03:06 +05:30
Abhinav Jha
1391b55bae
Widget Property Validation structure ( #5270 )
2021-07-26 11:20:46 +05:30
Satish Gandham
7f7f6f666b
Development: Add eslint rules for code consistency ( #4083 )
...
Co-authored-by: Satish Gandham <satish@appsmith.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2021-04-28 15:58:39 +05:30
akash-codemonk
36532cbcc8
[Feature] Debugger logs ( #3633 )
2021-04-23 19:20:55 +05:30
Hetu Nandu
4d73e7e0b3
Widget validation for nested property paths ( #3947 )
2021-04-21 20:04:25 +05:30
Hetu Nandu
363bee8ec9
Fix action field evaluation for editor ( #3701 )
2021-03-30 10:59:03 +05:30
Hetu Nandu
c2646a8863
Use property config for trigger properties ( #3217 )
...
* Use triggerPaths and remove isDynamicTrigger argument
* Remove triggerMaps from widgets
* Fix property updates
2021-02-25 19:30:02 +05:30
Ashok Kumar M
a55c10a8ed
Feature Switch Widget ( #2999 )
...
* Feature Switch Widget
* Center switch widget
* Adding Cypress tests and changing some nomenclature.
* Adding doc reference
* Swap label for checkbox widget.
* Addressing code review comments.
* remove swap label as exposed property
* Align widget even when label isn't present.
* Changing swapLabel property to Alignment property.
* Fixing test cases.
* Adding default alignment for checkbox.
* Switch documentation link correction
* Removing Ids and adding bind and trigger properties as per new config.
* Changing default state to bindable property.
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2021-02-16 17:45:17 +05:30
Abhinav Jha
27804d6ec6
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
Hetu Nandu
fbb7742f0e
moved to absolute paths for all fiels
2019-11-25 10:37:27 +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