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

#396 ButtonGroup rename SegmentedControl + component improvements #422

Merged
merged 9 commits into from
Oct 21, 2022

Conversation

MichalPaszowski
Copy link
Contributor

@MichalPaszowski MichalPaszowski commented Sep 16, 2022

Resolves #396

Description

Storybook

https://segmented-control--613a8e945a5665003a05113b.chromatic.com/?path=/story/components-segmented-control--controlled

Checklist

Obligatory:

  • Self-review
  • Unit & integration tests
  • Storybook cases
  • Design review
  • Functional (QA) review

Optional:

  • Accessibility cases (keyboard control, correct HTML markup, etc.)

@MichalPaszowski MichalPaszowski added the WIP Work in progress label Sep 16, 2022
@MichalPaszowski MichalPaszowski removed the WIP Work in progress label Sep 16, 2022
@MichalPaszowski MichalPaszowski added this to the v1.0.0 milestone Sep 16, 2022
@kstvsko kstvsko self-requested a review September 19, 2022 08:21
@sgraczyk sgraczyk removed this from the v1.0.0 milestone Sep 19, 2022
@sgraczyk sgraczyk linked an issue Sep 19, 2022 that may be closed by this pull request
@@ -0,0 +1,45 @@
import * as React from 'react';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you follow the story convention from eg. Avatar?

We're trying to avoid the renaming of the component using the Component suffix. This happens thanks to naming the first story Default.

@MichalPaszowski MichalPaszowski merged commit 98184c8 into v1 Oct 21, 2022
@MichalPaszowski MichalPaszowski deleted the segmented-control branch October 21, 2022 08:50
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.

[ButtonGroup] List of improvements + change name of component
5 participants