aboutsummaryrefslogtreecommitdiff
path: root/client/src/views
Commit message (Collapse)AuthorAgeFilesLines
* Small UI improvements.HEADmainMateja2021-07-314-10/+15
|
* Added Orders page for users to see their purchases.Mateja2021-07-301-0/+49
|
* Fully implement client-side login system...Mateja2021-07-293-11/+58
|
* Use arrow functions when setting up PayPal buttons.Mateja2021-07-281-19/+19
|
* Use modals for Login and Register.Mateja2021-07-282-13/+58
| | | | Also added confirm password on Register form.
* Show modal and clear cart on successfully purchase.Mateja2021-07-271-4/+31
| | | | Also show modal on failures...
* Move transaction requests to Vuex.Mateja2021-07-271-13/+7
|
* Display PayPal buttons only if cart is not empty.Mateja2021-07-271-1/+1
|
* Add back button to product page.Mateja2021-07-261-1/+5
|
* Basic PayPal buttons integration...Mateja2021-07-251-2/+36
|
* 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