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: add circle shape in button #42

Merged
merged 6 commits into from
May 29, 2023

Conversation

ady642
Copy link
Contributor

@ady642 ady642 commented May 15, 2023

Capture d’écran 2023-05-19 à 09 05 10

@ovh-cds
Copy link
Collaborator

ovh-cds commented May 15, 2023

CDS Report build-storybook#467.0 ✘
*

  • build ✘

@ady642 ady642 force-pushed the feat/add-circle-attribute-to-button branch from 1a011d3 to 13dee9a Compare May 16, 2023 13:10
@ovh-cds
Copy link
Collaborator

ovh-cds commented May 16, 2023

CDS Report build-storybook#481.0 ✘
*

  • build ✘

@ovh-cds
Copy link
Collaborator

ovh-cds commented May 16, 2023

CDS Report build-storybook#482.0 ✘
*

  • build ✘

@ady642 ady642 force-pushed the feat/add-circle-attribute-to-button branch from 13dee9a to 6b8cfab Compare May 17, 2023 00:26
@ovh-cds
Copy link
Collaborator

ovh-cds commented May 17, 2023

CDS Report build-storybook#493.0 ✘
*

  • build ✘

@ovh-cds
Copy link
Collaborator

ovh-cds commented May 17, 2023

CDS Report build-storybook#494.0 ✘
*

  • build ✘

@ady642 ady642 force-pushed the feat/add-circle-attribute-to-button branch 2 times, most recently from 2084060 to c500986 Compare May 17, 2023 15:16
@ovh-cds
Copy link
Collaborator

ovh-cds commented May 18, 2023

CDS Report build-storybook#501.0 ✘
*

  • build ✘

@ady642 ady642 changed the title feat: add circle shpae in button feat: add circle shape in button May 18, 2023
@ady642 ady642 force-pushed the feat/add-circle-attribute-to-button branch 3 times, most recently from 91add05 to b03a03a Compare May 19, 2023 06:53
@@ -23,7 +23,7 @@ export function OdsComponentAttributes2StringAttributes<T>(attributes: OdsCompon
.map(([name, value]) => {
if (typeof value === "boolean") {
if (value) {
parameters[name] = undefined;
parameters[name] = "true";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

with undefined the circle was undefined in the stencil button component during the tests

@ady642 ady642 marked this pull request as ready for review May 19, 2023 07:07
@ady642 ady642 requested a review from a team as a code owner May 19, 2023 07:07
@ady642 ady642 force-pushed the feat/add-circle-attribute-to-button branch from b03a03a to e20b96c Compare May 19, 2023 07:29
@ady642 ady642 requested a review from dpellier May 19, 2023 07:33
@ovh-cds
Copy link
Collaborator

ovh-cds commented May 19, 2023

CDS Report build-storybook#517.0 ✘
*

  • build ✘

@ady642 ady642 requested review from a team and removed request for dpellier May 19, 2023 13:50
Copy link
Contributor

@astagnol astagnol left a comment

Choose a reason for hiding this comment

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

Nice!
I would have add an usage example for circle property: packages/stencil/components/button/src/docs/osds-button/usage.mdx

@ady642 ady642 requested a review from astagnol May 23, 2023 08:59
@ady642 ady642 force-pushed the feat/add-circle-attribute-to-button branch from 9da4abe to 1976eda Compare May 23, 2023 17:15
@ady642 ady642 force-pushed the feat/add-circle-attribute-to-button branch from 1976eda to fc5ac94 Compare May 23, 2023 18:55
@ady642 ady642 force-pushed the feat/add-circle-attribute-to-button branch from fc5ac94 to a846d3a Compare May 24, 2023 08:45
@ady642 ady642 requested a review from astagnol May 29, 2023 13:24
@astagnol astagnol merged commit d024fae into master May 29, 2023
@astagnol astagnol deleted the feat/add-circle-attribute-to-button branch May 29, 2023 14:43
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.

4 participants