Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Orders page for users to see their purchases. | Mateja | 2021-07-30 | 4 | -1/+79 |
| | |||||
* | Fully implement client-side login system... | Mateja | 2021-07-29 | 7 | -16/+158 |
| | |||||
* | Use arrow functions when setting up PayPal buttons. | Mateja | 2021-07-28 | 1 | -19/+19 |
| | |||||
* | Use modals for Login and Register. | Mateja | 2021-07-28 | 2 | -13/+58 |
| | | | | Also added confirm password on Register form. | ||||
* | 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 | 2 | -4/+34 |
| | | | | Also show modal on failures... | ||||
* | Move transaction requests to Vuex. | Mateja | 2021-07-27 | 2 | -13/+23 |
| | |||||
* | Display PayPal buttons only if cart is not empty. | Mateja | 2021-07-27 | 1 | -1/+1 |
| | |||||
* | Add Model component. | Mateja | 2021-07-27 | 1 | -0/+30 |
| | |||||
* | Add navbar brand link... | Mateja | 2021-07-26 | 1 | -0/+1 |
| | |||||
* | Add back button to product page. | Mateja | 2021-07-26 | 1 | -1/+5 |
| | |||||
* | Move Register and Login links to end of navbar. | Mateja | 2021-07-26 | 1 | -0/+2 |
| | |||||
* | Basic PayPal buttons integration... | Mateja | 2021-07-25 | 2 | -2/+37 |
| | |||||
* | Add favicon and change html title. | Mateja | 2021-07-25 | 2 | -6/+4 |
| | |||||
* | Allow product removal on Checkout page. | Mateja | 2021-07-25 | 3 | -3/+9 |
| | |||||
* | Product page shows amount of product in cart. | Mateja | 2021-07-25 | 2 | -31/+59 |
| | | | | | Allows for removal of product from cart. Product page now uses Vuex instead of local values. | ||||
* | Added jsconfig. | Mateja | 2021-07-25 | 1 | -0/+9 |
| | |||||
* | Sort cart in getter. | Mateja | 2021-07-25 | 1 | -1/+1 |
| | |||||
* | Show number of items that can be checked out. | Mateja | 2021-07-25 | 2 | -2/+11 |
| | |||||
* | Boilerplate checkout cart. | Mateja | 2021-07-25 | 3 | -4/+60 |
| | |||||
* | Product page show single product details. | Mateja | 2021-07-24 | 1 | -9/+32 |
| | |||||
* | Center product cards. | Mateja | 2021-07-24 | 1 | -1/+1 |
| | |||||
* | Fetch products inside Vuex and display them using `ProductCard` | Mateja | 2021-07-24 | 5 | -11/+52 |
| | | | | components. | ||||
* | Use `.env` file. | Mateja | 2021-07-24 | 1 | -0/+1 |
| | |||||
* | Added boilerplate pages and `ProductCard` component. | Mateja | 2021-07-24 | 12 | -32/+299 |
| | |||||
* | Remove `_variables.scss`. | Mateja | 2021-07-20 | 2 | -1469/+2 |
| | |||||
* | Added Bootstrap 5. | Mateja | 2021-07-08 | 6 | -6/+1539 |
| | |||||
* | Added frontend boilerplate... | Mateja | 2021-07-08 | 14 | -0/+12482 |