Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add API endpoint for paid orders. | Mateja | 2021-07-27 | 1 | -2/+2 |
| | |||||
* | Show modal and clear cart on successfully purchase. | Mateja | 2021-07-27 | 1 | -0/+3 |
| | | | | Also show modal on failures... | ||||
* | Move transaction requests to Vuex. | Mateja | 2021-07-27 | 1 | -0/+16 |
| | |||||
* | Allow product removal on Checkout page. | Mateja | 2021-07-25 | 1 | -2/+2 |
| | |||||
* | Product page shows amount of product in cart. | Mateja | 2021-07-25 | 1 | -5/+36 |
| | | | | | Allows for removal of product from cart. Product page now uses Vuex instead of local values. | ||||
* | Sort cart in getter. | Mateja | 2021-07-25 | 1 | -1/+1 |
| | |||||
* | Boilerplate checkout cart. | Mateja | 2021-07-25 | 1 | -1/+27 |
| | |||||
* | Fetch products inside Vuex and display them using `ProductCard` | Mateja | 2021-07-24 | 1 | -1/+16 |
| | | | | components. | ||||
* | Added frontend boilerplate... | Mateja | 2021-07-08 | 1 | -0/+12 |