More than 3 types of drinks not possible #1
Reference in New Issue
Block a user
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?
In the current configuration, a user can realistically only have 3 drink types available. The three most used types are displayed, so once there are three with at least one tracked drink, no other drink types will be displayed.
I still want to keep it easy to track the type of drink and I think the logic with the three most used types is good. So I guess the best idea would be to display a complete list (or table) of all drink types once the user clicked on others (
Sonstiges). Thanks @leon for the idea.Fixed in commit
1a543a67ff. Solution: display last 99 drinks and organize them in grid layout. Additionally, display them above the drink button in order to reduce risk of clicking the button twice.