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(card): add support for Solo #64

Merged
merged 4 commits into from
Oct 7, 2021
Merged

Conversation

minajevs
Copy link
Contributor

@minajevs minajevs commented Oct 7, 2021

Closes #51

Here goes my last mandatory hacktoberfest PR. I will switch to more complex tasks now and will leave remaining easy picks in this project to other hacktober champs. Thanks for this project, will definitely use it in the future as soon as the need for cards pop up. ❤️

@aloisdg aloisdg added enhancement New feature or request hacktoberfest hacktoberfest-accepted A pull request is considered approved once it has an overall approving review from maintainers, or h labels Oct 7, 2021
@aloisdg aloisdg added this to the v1 milestone Oct 7, 2021
Copy link
Member

@aloisdg aloisdg left a comment

Choose a reason for hiding this comment

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

Same small issue than Switch. Solo card doesn't have the length 17. Could you use From16To19Skip17 too?

type From16To19Skip17 =
    | Random = 0
    | Sixteen = 16
    | Eighteen = 18
    | Nineteen = 19

Thanks again :3

@minajevs minajevs requested a review from aloisdg October 7, 2021 13:30
@aloisdg aloisdg merged commit e684ad6 into d-edge:main Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest hacktoberfest-accepted A pull request is considered approved once it has an overall approving review from maintainers, or h
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for card Solo
2 participants