Commit Graph

50 Commits

Author SHA1 Message Date
Edin Dazdarevic
b635246e83 added links to registration and login page, added utf8 charset meta tag, added viewport metatag to prevent zoom on mobile devices 2015-02-17 21:58:39 +01:00
Edin Dazdarevic
d82274d1e1 fixed wierd behavior of the main menu 2015-02-15 20:21:45 +01:00
Edin Dazdarevic
f5254cd316 byCategory component small refactoring 2015-02-15 14:50:31 +01:00
Edin Dazdarevic
e902b27986 Merge branch 'master' of https://github.com/senaduka/ribica 2015-02-15 14:21:59 +01:00
Edin Dazdarevic
f675f8b024 paging done, needs some additional refactoring 2015-02-15 14:21:50 +01:00
Senad Uka
f74bee360e cart total is now shown without handling and shipping 2015-02-15 06:43:37 +01:00
Senad Uka
ba22ea8bd7 cart display now shows price and amount per item 2015-02-14 07:54:10 +01:00
Edin Dazdarevic
9ca7b33b91 bunch of minor fixes 2015-02-13 23:44:53 +01:00
Senad Uka
62f6249e4c cart display works but it's far from finished 2015-02-13 06:52:10 +01:00
Senad Uka
b0469d634e server side for getting items from cart 2015-02-13 06:52:10 +01:00
Edin Dazdarevic
f34e9d0838 fixed filters 2015-02-12 18:59:49 +01:00
Edin Dazdarevic
2dc5572cb1 work in progress, several bugs 2015-02-12 07:35:48 +01:00
Edin Dazdarevic
2ec8721920 bug fix filtering 2015-02-11 08:56:03 +01:00
Edin Dazdarevic
16ad65c3d7 filtering work in progress 2015-02-11 08:28:41 +01:00
Edin Dazdarevic
3986ac340c changed itemcollection to support filtering by traits 2015-02-11 07:11:28 +01:00
Senad Uka
02925f8866 created cart icon with number of items notification - it's still buggy 2015-02-08 15:18:15 +01:00
Senad Uka
b25683abca created cart icon with number of items notification - it's still buggy 2015-02-08 15:17:35 +01:00
Senad Uka
113b70e8fa cart state for item in details page finnaly shows (arrggh worst kind of bugs) 2015-02-08 08:29:40 +01:00
Edin Dazdarevic
7770e59b81 cleaned up ugly url code 2015-02-07 18:16:21 +01:00
Edin Dazdarevic
280a2e2edb started to work on filters on the frontend 2015-02-07 15:43:24 +01:00
Edin Dazdarevic
0bb6bb5a49 loading category details on category browsing page 2015-02-07 12:30:10 +01:00
Senad Uka
a642cb55eb single method for updating cart item state / fixed problems with sinatra contrib 2015-02-07 07:52:32 +01:00
Senad Uka
4e0f3ecee2 you can now play with number of items to add 2015-02-05 07:05:06 +01:00
Edin Dazdarevic
9534413e8e Merge branch 'master' of https://github.com/senaduka/ribica 2015-02-04 06:52:05 +01:00
Edin Dazdarevic
6fc5969fe6 by category page 2015-02-04 06:51:49 +01:00
Senad Uka
af88c133b1 non fuctional add to cart part created 2015-02-04 06:38:22 +01:00
Senad Uka
9f31dad26f now displaying traits on item details page 2015-02-03 06:27:54 +01:00
Edin Dazdarevic
646fbbcf4e added image url for categories 2015-01-31 14:49:27 +01:00
Edin Dazdarevic
819cee9391 showing categories for section on bysection browsing pagge 2015-01-31 14:14:56 +01:00
Edin Dazdarevic
50a233eae8 loading best selling items for sections 2015-01-31 13:31:56 +01:00
Senad Uka
35cc279527 added price per unit to item details page 2015-01-30 07:19:28 +01:00
Senad Uka
b8caf1a8a7 tested mobile version, aded viewport tag 2015-01-29 07:07:08 +01:00
Senad Uka
906c29b22f finnaly created a carousel 2015-01-28 07:16:48 +01:00
Senad Uka
1445e8f702 fixed some merge bugs 2015-01-28 05:09:53 +01:00
Senad Uka
c35d8a57de fixedconflict 2015-01-28 05:05:52 +01:00
Senad Uka
f8b3ef3a64 fixed missing ifmounted bug / fixed getting item when navigating directly to page 2015-01-28 05:04:45 +01:00
Edin Dazdarevic
f0f25b10c0 fix for the mysterious bug :) 2015-01-27 21:38:04 +01:00
Senad Uka
f27c29fccf refactored sections 2015-01-27 06:53:42 +01:00
Senad Uka
c8a399b98f created navigation store 2015-01-27 05:47:10 +01:00
Edin Dazdarevic
8d885694cf made router available as singleton 2015-01-26 20:22:43 +01:00
Edin Dazdarevic
0abbdcec1f more reformatting 2015-01-25 16:42:16 +01:00
Edin Dazdarevic
e3997a1a48 more reorganization 2015-01-25 14:04:10 +01:00
Edin Dazdarevic
301e40f976 reorganized stuff 2015-01-25 13:38:25 +01:00
Edin Dazdarevic
769230eda1 refactoring working, will need to reorganize stuff a little bit 2015-01-25 12:52:31 +01:00
Edin Dazdarevic
2ad4e4a766 Merge branch 'master' of https://github.com/senaduka/ribica 2015-01-25 10:36:25 +01:00
Edin Dazdarevic
8a2dccd116 introduced react router 2015-01-25 10:36:13 +01:00
Senad Uka
fe3703d892 we are using flux now ... yaaay ... 2015-01-25 10:26:10 +01:00
Senad Uka
bbb6e9cc71 view now gets item with details 2015-01-24 18:49:47 +01:00
Senad Uka
f5eca4a758 created a route for item details 2015-01-24 08:20:11 +01:00
Edin Dazdarevic
335e954bce removed redundant ribica name from subfolders 2015-01-22 22:20:34 +01:00