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.
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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.