zznicole / shopping-list

Ourshoppinglist is a Mobile-first Web application project. It was created by a team of two developers, using modern Javascript, ES6, React.js,Node.js DBOO database, Material UI, Arios......
0 stars 0 forks source link

On ListsScreen, a nicer way of clicking on a list and redirecting to tobuy list screen #10

Closed kft-a closed 3 years ago

zznicole commented 3 years ago

it seems like this issue has been addressed. Would you agree?

kft-a commented 3 years ago

Not entirely fixed. The clickable area also covers the check item and the delete button, so we always end up in the TobuyListScreen even when trying to delete or check a list.

kft-a commented 3 years ago

Fixed by encapsulating title and subtitle in a CardContent tag and using flex grid, nowrap and ellipsis to ensure text is one line and truncated with an ellipsis.

On master, commit #8afe97016.