Enable multiple item click actions in collections based on conditions. This would allow different actions to trigger depending on the item’s data, improving app flexibility without needing the three-dot menu.
Use case:
- Clicking an item could open details if incomplete.
- Mark it as done if already reviewed.
- Navigate to another screen if it contains subtasks.
- If the profile item is the logged in user, navigate to my profile screen instead of public details screen.
Why It’s Important:
This feature streamlines user interactions and makes apps more dynamic and intuitive.