aboutsummaryrefslogtreecommitdiff
path: root/client/src/views
Commit message (Collapse)AuthorAgeFilesLines
* Allow product removal on Checkout page.Mateja2021-07-252-1/+7
|
* Product page shows amount of product in cart.Mateja2021-07-251-26/+23
| | | | | Allows for removal of product from cart. Product page now uses Vuex instead of local values.
* Show number of items that can be checked out.Mateja2021-07-251-0/+1
|
* Boilerplate checkout cart.Mateja2021-07-252-3/+33
|
* Product page show single product details.Mateja2021-07-241-9/+32
|
* Center product cards.Mateja2021-07-241-1/+1
|
* Fetch products inside Vuex and display them using `ProductCard`Mateja2021-07-241-2/+10
| | | | components.
* Added boilerplate pages and `ProductCard` component.Mateja2021-07-246-9/+234
|
* Added frontend boilerplate...Mateja2021-07-082-0/+20