Implement Player Count Selector Component (Issue #2) #14
No reviewers
Labels
No Label
Large
Medium
Small
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: david/poker-chips-helper#14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "vutukuri15/2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This addresses the requirement specified in Issue #2.
This PR introduces a new PlayerSelector component for selecting and adjusting the number of players in the game. The component allows users to increase or decrease the player count within the range of 2 to 8 players. It also includes corresponding unit tests to ensure the functionality works as expected.
Good work.
My only suggestion is to keep the name of the PR more broad/abstract and maybe mention the issue number in the title (like how I did for my PR). Most PRs in the future will have multiple commits so it won't usually make sense to just use a commit message as the name.
Also you may want to link this PR to the relevant issue with the "Development" tab on the right.
Thank you for the feedback! @djwesty
I’ve updated the title to be more abstract and included the issue number. I’ve also linked the PR to the relevant issue.