mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
* moved disbale and visible state to properties tab from styles and made fx default for each * added hover event * added loading,visible, and disable csa props and handled them in widget * made General and layout menus open by default in widget inspector * added migration for visibility and disabled prop * removed unwanted visible prop in the properties object * made fxActive true in migration file * added loadingState active fx in migration * refactored widget * refactored button widget * bug fixed * bug fixed * bug fixes * replaced onMouseMove with onMouseOver event * changed the type of action for loading, visibility and disable to toggle * moved all register action inside useEffect * removed register action function from useEffect and made the requested changes * fixed visibility bug * avoiding extra render * made changes for better readability * removed unused import |
||
|---|---|---|
| .. | ||
| __mocks__ | ||
| assets | ||
| config | ||
| ee/components | ||
| src | ||
| .dockerignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| babel.config.js | ||
| firebase.json | ||
| package-lock.json | ||
| package.json | ||
| webpack.config.js | ||