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(calendardatepicker): initial implementation #106

Merged
merged 5 commits into from
May 8, 2020

Conversation

arturmiz
Copy link
Owner

@arturmiz arturmiz commented May 7, 2020

Closes #70

For now the basic implementation is using native HTML input type="date"

@arturmiz arturmiz added the enhancement New feature or request label May 7, 2020
@arturmiz arturmiz self-assigned this May 7, 2020
@codecov
Copy link

codecov bot commented May 7, 2020

Codecov Report

Merging #106 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #106   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           42        44    +2     
  Lines          278       285    +7     
  Branches        35        35           
=========================================
+ Hits           278       285    +7     
Impacted Files Coverage Δ
...mponents/calendardatepicker/CalendarDatePicker.vue 100.00% <100.00%> (ø)
src/components/calendardatepicker/index.js 100.00% <100.00%> (ø)

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 2c107b3...e2844d1. Read the comment docs.

@arturmiz arturmiz merged commit 48a2868 into master May 8, 2020
@arturmiz arturmiz deleted the feat/calendardatepicker/initial-implementation branch May 8, 2020 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Calendar Date picker component
1 participant