Issue with Image Detection setting chip colors #45
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#45
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Background
There is an issue with Chip detection not setting the correct colors.
Recreation
Notice how while the API is likely returning data for all colors (white, green, blue, red, black), and the white chips are being properly updated, the other color chips are not being added in
https://github.com/user-attachments/assets/fadf5d3c-62f5-48d4-9ff8-a2c13fd1974f
Expected behavior
The Component should either add chip colors, or remove chip colors as needed from the chip selector depending on the result of the API.
Notes
It is possible there is a logic issue in the chip detection, it is also possible the issue might be elsewhere.
We should add or update a test to ensure this regression bug does not come back