Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

feat(tab): add Tab and TabsHeader components #193

Merged
merged 7 commits into from
Jan 11, 2020

Conversation

MatthewDorner
Copy link
Contributor

Fixes #24.

Changes proposed in this pull request:

  • Add Tab and TabsHeader components
  • move bootstrap import to index.tsx
  • fix test in button.test.tsx

Add Tab and TabsHeader components, move bootstrap import to index.tsx, fix test in button.test.tsx

implement HospitalRun#24

return (
<li className="nav-item" role="tab">
<button
Copy link
Member

Choose a reason for hiding this comment

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

Could this be replaced with our own Button implementation?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah good idea. I tried and it seems like it will work.

Copy link
Member

Choose a reason for hiding this comment

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

Awesome!

@jackcmeyer jackcmeyer added the enhancement New feature or request label Jan 5, 2020
@jackcmeyer jackcmeyer added this to In progress in Version 2.0 via automation Jan 5, 2020
@jackcmeyer jackcmeyer added this to the v1.0.0 milestone Jan 5, 2020
Use our Button component, differentiate between ColorVariant and ButtonVariant

HospitalRun#24
jackcmeyer
jackcmeyer previously approved these changes Jan 5, 2020
@matteovivona matteovivona self-requested a review January 10, 2020 08:26
Copy link
Contributor

@matteovivona matteovivona left a comment

Choose a reason for hiding this comment

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

@jackcmeyer or @MatthewDorner can you resolve conflicts?

jackcmeyer
jackcmeyer previously approved these changes Jan 10, 2020
@matteovivona matteovivona requested review from matteovivona and removed request for fox1t January 11, 2020 08:33
@matteovivona matteovivona self-assigned this Jan 11, 2020
matteovivona
matteovivona previously approved these changes Jan 11, 2020
@matteovivona matteovivona dismissed stale reviews from jackcmeyer and themself via 3b9cc72 January 11, 2020 08:55
@matteovivona matteovivona self-requested a review January 11, 2020 08:56
@matteovivona matteovivona merged commit ca99641 into HospitalRun:master Jan 11, 2020
Version 2.0 automation moved this from In progress to Done Jan 11, 2020
@ghost
Copy link

ghost commented Jan 11, 2020

🎉 This PR is included in version 0.30.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost added the released label Jan 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Version 2.0
  
Done
Development

Successfully merging this pull request may close these issues.

Tabs and Tab Items
3 participants