ToolJet/frontend/src/Editor/CodeBuilder
Sherfin Shamsudeen 36150dc8d5
Fx button for code hinter fields that will flip them to corresponding UI components (#2059)
* Allow flipping non-code fields to code fields

* Revert "Allow flipping non-code fields to code fields"

This reverts commit 190e686994.

* Accept type prop to CodeHinter

* Allow CodeHinter to display UI elements instead of codebox

* Use style FxButton as flipper for code hinter

* Do not show Fx button on codehinter that allows only codebox

* Implement Select and Toggle flippable fields for code hinter

* Apply proper padding for Fx button on codehinter and its toggle component

* Make component properties remember their Fx status

* Avoid generating code when Fx is activated

* Add Fx to color field

* Add Fx to align property type

* Support json type for codehinter and remove unused Text type

* Extend codehinter width to 100%

* Fix bug that caused serverside pagination property to not work

* Remove unnecessary comments
2022-02-01 19:46:21 +05:30
..
Elements Fx button for code hinter fields that will flip them to corresponding UI components (#2059) 2022-02-01 19:46:21 +05:30
CodeBuilder.jsx add datasource type into individual schema (#762) 2021-09-22 10:43:12 +05:30
CodeHinter.jsx Fx button for code hinter fields that will flip them to corresponding UI components (#2059) 2022-02-01 19:46:21 +05:30
index.js Feature: Code builder - autocomplete dynamic variables 2021-04-25 23:38:23 +05:30
TypeMapping.js Fx button for code hinter fields that will flip them to corresponding UI components (#2059) 2022-02-01 19:46:21 +05:30
utils.js Adds support for custom variables (#1780) 2022-01-31 09:06:34 +05:30