aboutsummaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Small UI improvements.HEADmainMateja2021-07-315-11/+16
|
* Added Orders page for users to see their purchases.Mateja2021-07-304-1/+79
|
* Fully implement client-side login system...Mateja2021-07-297-16/+158
|
* 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.
* Add API endpoint for paid orders.Mateja2021-07-271-2/+2
|
* Show modal and clear cart on successfully purchase.Mateja2021-07-272-4/+34
| | | | Also show modal on failures...
* Move transaction requests to Vuex.Mateja2021-07-272-13/+23
|
* Display PayPal buttons only if cart is not empty.Mateja2021-07-271-1/+1
|
* Add Model component.Mateja2021-07-271-0/+30
|
* Add navbar brand link...Mateja2021-07-261-0/+1
|
* Add back button to product page.Mateja2021-07-261-1/+5
|
* Move Register and Login links to end of navbar.Mateja2021-07-261-0/+2
|
* Basic PayPal buttons integration...Mateja2021-07-252-2/+37
|
* Add favicon and change html title.Mateja2021-07-252-6/+4
|
* Allow product removal on Checkout page.Mateja2021-07-253-3/+9
|
* Product page shows amount of product in cart.Mateja2021-07-252-31/+59
| | | | | Allows for removal of product from cart. Product page now uses Vuex instead of local values.
* Added jsconfig.Mateja2021-07-251-0/+9
|
* Sort cart in getter.Mateja2021-07-251-1/+1
|
* Show number of items that can be checked out.Mateja2021-07-252-2/+11
|
* Boilerplate checkout cart.Mateja2021-07-253-4/+60
|
* 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-245-11/+52
| | | | components.
* Use `.env` file.Mateja2021-07-241-0/+1
|
* Added boilerplate pages and `ProductCard` component.Mateja2021-07-2412-32/+299
|
* Remove `_variables.scss`.Mateja2021-07-202-1469/+2
|
* Added Bootstrap 5.Mateja2021-07-086-6/+1539
|
* Added frontend boilerplate...Mateja2021-07-0814-0/+12482