* Add custom spacing for table cells
* Add migration to set every tables cell spacing compact
* Rename cellSpacing to cellSize
* Add documentation for table cellSize
* widgets dimensions updated: follow up PR-#869
* removed unwanted console.log
* toggle widget minor tweaks
* Fixes the padding of dropdown & multi-select dropdown
* Minor corrections
* Fix padding of datepicker and date range picker
* Fix for toggle switch
* fix checkbox and removed duplicate classname in radio widget
* multi-select width update
Co-authored-by: navaneeth <navaneethpk@outlook.com>
* Add functionality to highlight selected row
* Add migration to set highlightSelectRow to false for existing tables
* Add documentation for highlighting selected row
* Support highlighting selected row for striped table
* fix: striped table when element selected is text
* fix: when column type is dropdown fix ui
* fix: when category-type is multiselect
* fix: make overflow-x scroll so that more radio buttons can fit
* fix: when column is editable fix styles
* add text styles: additional
* fix: datepicker + striped table
* multicursor trick if to switch - witchcraft
* fix: add array check in tags component
* fix: action buttons
* merge badge and badges case
* change overflow x to initial - temporary
* fix conflict
* add padding left, right
* Update frontend/src/Editor/Components/Table/Table.jsx
Co-authored-by: Sherfin Shamsudeen <sherfin@tooljet.io>
* increase min height from 35 -> 55
Co-authored-by: Sherfin Shamsudeen <sherfin@tooljet.io>
* canvas grid resized when resizing a component and component snaps to the new next grid size
* resize grid while dragging and resizing a component in the canvas
* values refactored backward
* Minor changes
* Few more fixes
* remove resizer-selected
* Anotehr change
* Revert "Anotehr change"
This reverts commit 63a3649bff.
* clicking on canvas area, dis-selects the widget and selectedComponent={}
Co-authored-by: navaneeth <navaneethpk@outlook.com>
* enable suggestion box for codehinter
* add heading as type of the preview
* add preview only on focus
* remove box shadow
* add background to widget inspector documentation footer link
* doc footer updats
* add condition where boolean value was not getting printed
* use index as key
* widgets can be disabled
* removed whitespace
* move to styles definitions
* default values fixed with nullish operator
* proper data attributes
* generic resolver function for widget value
* renamed the style property
* design: change widget sidebar design
t # with '#' will be ignored, and an empty message aborts the commit.
* add empty text if search invalid
* fix: the expand query button getting cut
* make css changes
* small rgb fix
* add bg color
* feat: add integration section
* update categories
* add text, datepicker to common list
* remove space from title
* fix canvas alignment
Co-authored-by: navaneeth <navaneethpk@outlook.com>