Commit Graph

21 Commits

Author SHA1 Message Date
b58d4cb737 Quantity picker for product page. 2020-08-06 23:21:38 +02:00
43cc5e59cb Able to disable button component with prop. 2020-07-26 21:18:31 +02:00
57dae22591 Product reads variations and uses new sizePicker.
Product component no longer has static data, but reads from variations
and changes stock and amount based on selected size.
2020-07-26 21:16:44 +02:00
bbc5d33f40 New color picker and sizePicker for edit pages. 2020-07-26 21:14:30 +02:00
c09a29134d Uses prop "to" to send to edit from admin page. 2020-07-21 18:45:26 +02:00
8f5dc52dc5 Product now fetches and passes to ui/product. 2020-07-21 18:44:16 +02:00
cc009b1ffd Cart icon follows scroll on all shop pages. w/ shopping cart icon & lower desktop positioning. 2020-07-21 13:22:08 +02:00
c572c967a4 Icon positioning in buttons. 2020-07-21 13:21:01 +02:00
cc7308cdfa Merge pull request #12 from KevinMidboe/feat/product-page
Feat/product page
2020-07-21 13:11:47 +02:00
942a9140f0 New product page with defined route and link from productCard. 2020-07-21 13:00:08 +02:00
5757d4ba90 Can handle apple pay requests with local certificate files. 2020-07-21 12:40:05 +02:00
6f889cdfd4 ApplePay checkout button (only frontend). 2020-07-19 23:38:52 +02:00
7e7e0568f5 Button has xs prop and size. 2020-07-19 19:18:28 +02:00
800bbf808e When adding cart items always create copy of product first. 2020-07-19 18:05:04 +02:00
0ef676ba98 Link title for better accessibilty 2020-07-19 18:04:46 +02:00
c7653cd9f1 Intersection observer for cart to always appear on screen when on shop page. 2020-07-19 18:03:35 +02:00
b77fe8c8dc Adds to cart w/ store. Moved color classes to global.scss. 2020-07-19 16:14:02 +02:00
df18245f0d Separated cart nav item to separate component.
Includes a badge that shows number of items, connected with store and
links to /cart page.
Always visible on mobile.
2020-07-19 16:11:15 +02:00
68123bf0b0 Add card that has same shape as products, but links to /add 2020-07-19 16:10:10 +02:00
0059b85674 Only hoved button when on hover enable browsers. 2020-07-19 16:08:47 +02:00
7078d994c0 Finally landed on a design, created a bunch of pages. 2020-07-18 21:48:06 +02:00