Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Orders page for users to see their purchases. | Mateja | 2021-07-30 | 1 | -1/+18 |
* | Fully implement client-side login system... | Mateja | 2021-07-29 | 1 | -1/+43 |
* | 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 |
* | 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 |
* | 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 |
* | Added frontend boilerplate... | Mateja | 2021-07-08 | 1 | -0/+12 |