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(components): add checkbox / radio button #36

Merged
merged 3 commits into from Jan 28, 2018
Merged

Conversation

devCrossNet
Copy link
Member

What is accomplished by your PR?

This PR will add a basic checkbox / radio button component

Is there something controversial in your PR?

removed hard-source-webpack-plugin because it didn't play well together with the dev environment

Link to the Issue

#15

Checklist

New Feature / Bug Fix

  • Run unit tests to ensure all existing tests are still passing
  • Add new passing unit tests to cover the code introduced by your PR

@devCrossNet devCrossNet self-assigned this Jan 28, 2018
@codecov
Copy link

codecov bot commented Jan 28, 2018

Codecov Report

Merging #36 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #36   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          28     29    +1     
  Lines         425    444   +19     
  Branches       41     45    +4     
=====================================
+ Hits          425    444   +19
Impacted Files Coverage Δ
.../app/shared/components/VueCheckBox/VueCheckBox.vue 100% <100%> (ø)
src/app/components/Components/Components.vue 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 90c3adb...babf778. Read the comment docs.

@devCrossNet devCrossNet merged commit bed3bdd into master Jan 28, 2018
@devCrossNet devCrossNet deleted the feat/checkbox branch January 28, 2018 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant