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(SInputYMD): add placeholder props #246

Merged
merged 2 commits into from
Apr 13, 2023
Merged

Conversation

ryo-gk
Copy link
Member

@ryo-gk ryo-gk commented Apr 13, 2023

close #245

Add a placeholder prop to SInputYMD component.
This prop must accept together all of the year, month, and date.

@ryo-gk ryo-gk added the enhancement New feature or request label Apr 13, 2023
@ryo-gk ryo-gk requested a review from kiaking April 13, 2023 01:36
@ryo-gk ryo-gk self-assigned this Apr 13, 2023
@netlify
Copy link

netlify bot commented Apr 13, 2023

Deploy Preview for sefirot-story ready!

Name Link
🔨 Latest commit e8258bf
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-story/deploys/6437a352bc985a00085f06e1
😎 Deploy Preview https://deploy-preview-246--sefirot-story.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 13, 2023

Deploy Preview for sefirot-docs ready!

Name Link
🔨 Latest commit e8258bf
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-docs/deploys/6437a3535e35eb000817adba
😎 Deploy Preview https://deploy-preview-246--sefirot-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 🎉

Comparison is base (6151aa5) 79.47% compared to head (e8258bf) 79.51%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #246      +/-   ##
==========================================
+ Coverage   79.47%   79.51%   +0.03%     
==========================================
  Files         112      112              
  Lines        9541     9556      +15     
  Branches      370      374       +4     
==========================================
+ Hits         7583     7598      +15     
  Misses       1958     1958              
Impacted Files Coverage Δ
lib/components/SInputYMD.vue 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@kiaking kiaking 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 like it. Shall we add same thing to <SInputYMD> so we don't forget about it 😳

@ryo-gk
Copy link
Member Author

ryo-gk commented Apr 13, 2023

Opened the PR (#250) which adds the same feature as this to SInputHMS.

@kiaking kiaking merged commit 7147678 into main Apr 13, 2023
@kiaking kiaking deleted the feat/add-placeholder-to-ymd branch April 13, 2023 06:43
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.

[InputYMD] Add placeholder props to SInputYMD
2 participants