mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
* Initial setup for Radio Button V2 * Made changes in Radio Button component and its properties. * Added a loader. * Added disabled states in Radio Button V2. * Fixes * CSA fixes * fixes * Fixed switch case label for Radio Button V2 and updated config files. * Added Radio Button component in Inspector and refactored the component and config file. * Refactored code for updating exposed variables and fixed default value for non dynamic options. * Fixed sonarlint issue - Unexpected duplicate font-size. * Made minor styling changes. * Removed currentStateStore logic. * Implemented single source of truth for changing value and resolved review comments. * Changed font weight of options to 400. --------- Co-authored-by: Nakul Nagargade <nakul@tooljet.com> |
||
|---|---|---|
| .. | ||
| .storybook | ||
| __mocks__ | ||
| assets | ||
| ce/white-label | ||
| config | ||
| ee/components | ||
| src | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .version | ||
| babel.config.js | ||
| components.json | ||
| firebase.json | ||
| jsconfig.json | ||
| netlify.toml | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| webpack.config.js | ||