vue-cart icon indicating copy to clipboard operation
vue-cart copied to clipboard

Update image dead link, UI improvements, Added IDs

Open max-programming opened this issue 4 years ago • 2 comments

1) Updated the dead link for the second product.

image

2) Made the remove button in the cart page look better

Before: image

After: Added a hover effect: image image

3) Added unique IDs for each product using the uuid package

This error/warning was in the console because of using index in the v-for loop image

So I used the uuid package to add unique id's to each product: image


Let me know if any other changes are required

max-programming avatar Oct 06 '20 04:10 max-programming

Continuation of #12

max-programming avatar Oct 06 '20 04:10 max-programming

@crisgon What do you think about these fixes?

max-programming avatar Nov 30 '20 16:11 max-programming