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 variant and tooltip to ProgressIndicator #2030

Conversation

HellWolf93
Copy link
Collaborator

fix: #1881

Changes proposed in this PR:

@commit-lint
Copy link

commit-lint bot commented Nov 27, 2020

Features

  • add variant and tooltip to ProgressIndicator (fb4647d)

Bug Fixes

  • improve numeric variant (5f76ebc)
  • fix numeric step styles to match default step (463eff9)
  • use functional components for new examples (d0fa339)
  • improve ProgressIndicator tests (6631cc7)

Documentation

  • remove unnecessary section (5323771)

Contributors

HellWolf93, LeandroTorresSicilia, TahimiLeonBravo

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@HellWolf93 HellWolf93 changed the title feat: add variant prop on the ProgressIndicator component and tooltip on the ProgressStep component feat: add variant and tooltip to ProgressIndicator Nov 27, 2020
@HellWolf93 HellWolf93 force-pushed the implement-progressindicator-tooltip branch from 331ec73 to fb4647d Compare November 27, 2020 20:00
@codeclimate
Copy link

codeclimate bot commented Dec 1, 2020

Code Climate has analyzed commit e0d40bf and detected 6 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1
Duplication 5

View more on Code Climate.

@TahimiLeonBravo TahimiLeonBravo merged commit 777c458 into nexxtway:master Dec 1, 2020
jpetaux pushed a commit to jpetaux/react-rainbow that referenced this pull request Jun 27, 2021
* feat: add variant and tooltip to ProgressIndicator

fix: nexxtway#1881

* fix: improve numeric variant

* fix: fix numeric step styles to match default step

* fix: use functional components for new examples

* fix: improve ProgressIndicator tests

* docs: remove unnecessary section

Co-authored-by: Jose Leandro Torres <jtorressicilia@gmail.com>
Co-authored-by: Tahimi <tahimileon@gmail.com>
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.

feat: add variant prop on the ProgressIndicator component and tooltip on the ProgressStep component
4 participants