Improve touch targets in List view #1
Loading…
Add table
Add a link
Reference in a new issue
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?
Touch targets in the List view are too small and hard to hit during everyday use.
Context: Phase 9: UI Polish & Sync Optimization
Problem: The current list item touch areas (DishCard, buttons, interactive elements) do not meet the Material Design minimum touch target size of 48x48 dp, making it difficult to accurately tap on dishes or perform actions.
Solution: Increase padding/margins around touchable elements and ensure minimum 48dp hit area for all interactive components.