Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : added features to combobox , select , radio, tag , switch and slider #33

Merged
merged 23 commits into from
Aug 18, 2022

Conversation

akula-koteswarudu
Copy link
Contributor

  • added styles for combobox disabled state.
  • changed select so that it can handle the situations when defaultValue is not valid.
  • modified combobox to adjust for small screen sizes.
  • added tip formatter for slider.
  • added radio button feature which enables us to use a custom component instead of normal radio.
  • changed tag to adjust for small screen sizes.
  • added transition to switch.

Koteswarudu Akula and others added 23 commits July 13, 2022 19:33
combobox provides multi select and search features

BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
use combobox.

combobox for multiselect and search feature raystack#31
…e content properly

radio button feature supports to insert custom components into radio group and combobox will now
hides the content using ellipsis when the screen is minimized.
@rsbh rsbh merged commit c846125 into raystack:radix Aug 18, 2022
ravisuhag pushed a commit that referenced this pull request Aug 31, 2022
* feat: update antd select to radix select (#28)

* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>

* feat: updated antd radio to radix (#30)

* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

* Changed antd radio to radix

* chore: changed storybook for Radio

* fix: updated yarn lock to fix rollup plugin version issue

* feat: replaced antd slider with radix slider

* feat: removed antd from image

* feat: removed antd tag and created a new tag component

* feat: added a simple preview option to Image

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>

* feat : combobox for multiselect and search features (#32)

* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

* Changed antd radio to radix

* chore: changed storybook for Radio

* fix: updated yarn lock to fix rollup plugin version issue

* feat: replaced antd slider with radix slider

* feat: removed antd from image

* feat: removed antd tag and created a new tag component

* feat: added a simple preview option to Image

* feat: created a new component combobox

combobox provides multi select and search features

BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
use combobox.

combobox for multiselect and search feature #31

* style: minor styling changes

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>

* fix: lint issues

* chore(release): publish v0.7.1-alpha.0

* ci: add npm whoami to debug

* chore(release): publish v0.7.1-alpha.1

* ci: fix lerna publish

* chore(release): publish v0.7.1-alpha.2

* ci: update npm registry

* chore(release): publish v0.7.1-alpha.3

* feat : added features to combobox , select , radio, tag , switch and slider (#33)

* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

* Changed antd radio to radix

* chore: changed storybook for Radio

* fix: updated yarn lock to fix rollup plugin version issue

* feat: replaced antd slider with radix slider

* feat: removed antd from image

* feat: removed antd tag and created a new tag component

* feat: added a simple preview option to Image

* feat: created a new component combobox

combobox provides multi select and search features

BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
use combobox.

combobox for multiselect and search feature #31

* style: minor styling changes

* feat: added radio button feature to radio and changed combobox to hide content properly

radio button feature supports to insert custom components into radio group and combobox will now
hides the content using ellipsis when the screen is minimized.

* feat: added tooltip for slider and changed tag to hide the content using ellipsis when required

* fix: fixed select so that it will be rendered correctly even if no initial value is given

* chore: added styles to radio and switch

* feat: added enable tag feature for combobox in form and fixed placeholder content hiding

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>

* chore(release): publish v0.7.1-alpha.4
ravisuhag added a commit that referenced this pull request Aug 31, 2022
* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

* feat: update antd select to radix select (#28)

* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>

* Changed antd radio to radix

* chore: changed storybook for Radio

* fix: updated yarn lock to fix rollup plugin version issue

* feat: replaced antd slider with radix slider

* feat: removed antd from image

* feat: removed antd tag and created a new tag component

* feat: added a simple preview option to Image

* feat: updated antd radio to radix (#30)

* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

* Changed antd radio to radix

* chore: changed storybook for Radio

* fix: updated yarn lock to fix rollup plugin version issue

* feat: replaced antd slider with radix slider

* feat: removed antd from image

* feat: removed antd tag and created a new tag component

* feat: added a simple preview option to Image

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>

* feat: created a new component combobox

combobox provides multi select and search features

BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
use combobox.

combobox for multiselect and search feature #31

* style: minor styling changes

* feat : combobox for multiselect and search features (#32)

* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

* Changed antd radio to radix

* chore: changed storybook for Radio

* fix: updated yarn lock to fix rollup plugin version issue

* feat: replaced antd slider with radix slider

* feat: removed antd from image

* feat: removed antd tag and created a new tag component

* feat: added a simple preview option to Image

* feat: created a new component combobox

combobox provides multi select and search features

BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
use combobox.

combobox for multiselect and search feature #31

* style: minor styling changes

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>

* fix: lint issues

* chore(release): publish v0.7.1-alpha.0

* ci: add npm whoami to debug

* chore(release): publish v0.7.1-alpha.1

* ci: fix lerna publish

* chore(release): publish v0.7.1-alpha.2

* ci: update npm registry

* chore(release): publish v0.7.1-alpha.3

* feat: added radio button feature to radio and changed combobox to hide content properly

radio button feature supports to insert custom components into radio group and combobox will now
hides the content using ellipsis when the screen is minimized.

* feat: added tooltip for slider and changed tag to hide the content using ellipsis when required

* fix: fixed select so that it will be rendered correctly even if no initial value is given

* chore: added styles to radio and switch

* feat: added enable tag feature for combobox in form and fixed placeholder content hiding

* feat : added features to combobox , select , radio, tag , switch and slider (#33)

* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

* Changed antd radio to radix

* chore: changed storybook for Radio

* fix: updated yarn lock to fix rollup plugin version issue

* feat: replaced antd slider with radix slider

* feat: removed antd from image

* feat: removed antd tag and created a new tag component

* feat: added a simple preview option to Image

* feat: created a new component combobox

combobox provides multi select and search features

BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
use combobox.

combobox for multiselect and search feature #31

* style: minor styling changes

* feat: added radio button feature to radio and changed combobox to hide content properly

radio button feature supports to insert custom components into radio group and combobox will now
hides the content using ellipsis when the screen is minimized.

* feat: added tooltip for slider and changed tag to hide the content using ellipsis when required

* fix: fixed select so that it will be rendered correctly even if no initial value is given

* chore: added styles to radio and switch

* feat: added enable tag feature for combobox in form and fixed placeholder content hiding

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>

* chore(release): publish v0.7.1-alpha.4

* feat: removed antd input and created a new input component from scratch

* feat: created a new checkbox component using radix and updated it in filters

* feat: created a new text component from scratch which provides different text styles

* feat: created a new tooltip component which supports 12 placement positions

* feat: replaced radix icon with a new component built from scratch

* feat: replaced antd button component with a new component buitl from scratch

* feat: updated confirm modal styles

* feat: replaced antd popover with radix popover component

* feat: replaced antd notification component with radix toast

* feat: replaced antd tabs component with radix tabs

* feat: replaced antd sidebar with a new sidebar component

* chore: updated theme styles

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>
Co-authored-by: akula-koteswarudu <60617676+akula-koteswarudu@users.noreply.github.com>
Co-authored-by: akula-koteswarudu <koteswaruduakula@gmail.com>
Co-authored-by: Rishabh Mishra <me@rsbh.dev>
ravisuhag pushed a commit that referenced this pull request Aug 31, 2022
* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

* feat: update antd select to radix select (#28)

* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>

* Changed antd radio to radix

* chore: changed storybook for Radio

* fix: updated yarn lock to fix rollup plugin version issue

* feat: replaced antd slider with radix slider

* feat: removed antd from image

* feat: removed antd tag and created a new tag component

* feat: added a simple preview option to Image

* feat: updated antd radio to radix (#30)

* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

* Changed antd radio to radix

* chore: changed storybook for Radio

* fix: updated yarn lock to fix rollup plugin version issue

* feat: replaced antd slider with radix slider

* feat: removed antd from image

* feat: removed antd tag and created a new tag component

* feat: added a simple preview option to Image

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>

* feat: created a new component combobox

combobox provides multi select and search features

BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
use combobox.

combobox for multiselect and search feature #31

* style: minor styling changes

* feat : combobox for multiselect and search features (#32)

* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

* Changed antd radio to radix

* chore: changed storybook for Radio

* fix: updated yarn lock to fix rollup plugin version issue

* feat: replaced antd slider with radix slider

* feat: removed antd from image

* feat: removed antd tag and created a new tag component

* feat: added a simple preview option to Image

* feat: created a new component combobox

combobox provides multi select and search features

BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
use combobox.

combobox for multiselect and search feature #31

* style: minor styling changes

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>

* fix: lint issues

* chore(release): publish v0.7.1-alpha.0

* ci: add npm whoami to debug

* chore(release): publish v0.7.1-alpha.1

* ci: fix lerna publish

* chore(release): publish v0.7.1-alpha.2

* ci: update npm registry

* chore(release): publish v0.7.1-alpha.3

* feat: added radio button feature to radio and changed combobox to hide content properly

radio button feature supports to insert custom components into radio group and combobox will now
hides the content using ellipsis when the screen is minimized.

* feat: added tooltip for slider and changed tag to hide the content using ellipsis when required

* fix: fixed select so that it will be rendered correctly even if no initial value is given

* chore: added styles to radio and switch

* feat: added enable tag feature for combobox in form and fixed placeholder content hiding

* feat : added features to combobox , select , radio, tag , switch and slider (#33)

* updated antd select to radix select

* changed switch from antd to radix

* changed switch in formBuilder

* added story for switch and fixed props for select in FormBuilder

* Changed antd radio to radix

* chore: changed storybook for Radio

* fix: updated yarn lock to fix rollup plugin version issue

* feat: replaced antd slider with radix slider

* feat: removed antd from image

* feat: removed antd tag and created a new tag component

* feat: added a simple preview option to Image

* feat: created a new component combobox

combobox provides multi select and search features

BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
use combobox.

combobox for multiselect and search feature #31

* style: minor styling changes

* feat: added radio button feature to radio and changed combobox to hide content properly

radio button feature supports to insert custom components into radio group and combobox will now
hides the content using ellipsis when the screen is minimized.

* feat: added tooltip for slider and changed tag to hide the content using ellipsis when required

* fix: fixed select so that it will be rendered correctly even if no initial value is given

* chore: added styles to radio and switch

* feat: added enable tag feature for combobox in form and fixed placeholder content hiding

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>

* chore(release): publish v0.7.1-alpha.4

* feat: removed antd input and created a new input component from scratch

* feat: created a new checkbox component using radix and updated it in filters

* feat: created a new text component from scratch which provides different text styles

* feat: created a new tooltip component which supports 12 placement positions

* feat: replaced radix icon with a new component built from scratch

* feat: replaced antd button component with a new component buitl from scratch

* feat: updated confirm modal styles

* feat: replaced antd popover with radix popover component

* feat: replaced antd notification component with radix toast

* feat: replaced antd tabs component with radix tabs

* feat: replaced antd sidebar with a new sidebar component

* chore: updated theme styles

Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>
Co-authored-by: akula-koteswarudu <60617676+akula-koteswarudu@users.noreply.github.com>
Co-authored-by: akula-koteswarudu <koteswaruduakula@gmail.com>
Co-authored-by: Rishabh Mishra <me@rsbh.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants