aboutsummaryrefslogtreecommitdiff
path: root/client/src/store
Commit message (Collapse)AuthorAgeFilesLines
* Allow product removal on Checkout page.Mateja2021-07-251-2/+2
|
* Product page shows amount of product in cart.Mateja2021-07-251-5/+36
| | | | | Allows for removal of product from cart. Product page now uses Vuex instead of local values.
* Sort cart in getter.Mateja2021-07-251-1/+1
|
* Boilerplate checkout cart.Mateja2021-07-251-1/+27
|
* Fetch products inside Vuex and display them using `ProductCard`Mateja2021-07-241-1/+16
| | | | components.
* Added frontend boilerplate...Mateja2021-07-081-0/+12