Commit Graph

134 Commits

Author SHA1 Message Date
82f5dd4727 [wip] Rework Shop
- Change strategy for content fetching
- Add a route per page instead of using __layout for all
- Change the behaviors of the posters section (add a carousel on small screens)
- Change Poster buttons styling and make interactions only for desktop
2021-12-14 23:23:12 +01:00
ac03348349 Fix style and responsive issues 2021-12-14 23:19:46 +01:00
0b772f26cb Add transitions to missing pages and attempt to animate it better? 2021-12-06 15:10:39 +01:00
a7eb9782f5 Rework SiteTitle styling 2021-11-30 20:26:40 +01:00
77bd85b408 Adapt a little bit Location's page houses styling 2021-11-21 16:51:03 +01:00
00bf4f4aa0 Disable selecting Photo index 2021-11-20 21:40:22 +01:00
b6259ea2fa Fix photos 1px right and bottom glitch on some window sizes 2021-11-20 21:38:48 +01:00
fd871d55f9 Reveal photos on scroll on Location page 2021-11-18 22:06:48 +01:00
f7af2aa8f3 Add city to House info if existing 2021-11-10 23:55:48 +01:00
73c9e80a21 Use SVG icons from global symbols
Allow to change color and avoid code duplication
2021-11-10 22:57:50 +01:00
84395e43e5 Make Cart scrollable for small screens 2021-11-07 22:41:02 +01:00
5923afed3b Make Shop location switcher a component using a global store
Using two switchers (one in the shop nav and the other in the cart) makes possible to have the switcher over the Cart overlay (over intro)
2021-11-07 22:40:52 +01:00
f7457b5f8d 🔥 Finish Cart implementation
- Use Select component in CartItem to change quantity
- Visual update when removing or changing an item quantity
- API: Remove Cart item action
- API: Handle Cart item adding and updating (quantity)
2021-11-07 20:21:20 +01:00
ffc26877c8 Merge branch 'v2' into v2-shop
# Conflicts:
#	src/components/molecules/PosterCart.svelte
#	src/routes/shop/__layout.svelte
#	src/style/atoms/_button-circle.scss
#	src/style/organisms/_cart.scss
#	src/style/pages/_shop.scss
#	src/style/style.scss
2021-11-07 12:07:18 +01:00
bd74f5612c [wip] 🔥 Integrate Swell into the shop
Create a custom and internal API for fetching and updating content to Swell Admin API (using swell-node)
2021-11-07 11:51:01 +01:00
163fbe75db Add cross (remove) icon to poster cart 2021-11-05 22:41:02 +01:00
b8d1d6334c Add Cart button and opening/closing transition 2021-11-05 12:45:30 +01:00
50835fa6f6 Create Aside for Cart
With Poster Cart component
2021-11-04 16:05:39 +01:00
18f2e324c7 Manage Carousel arrow rotation depending on the current slide
Right only when first and Left only when last
2021-11-03 22:00:16 +01:00
99fe09c4fd Add data to Shop page 2021-10-31 19:38:08 +01:00
2c0adcc4e2 Add interactive Carousel component 2021-10-31 19:37:00 +01:00
141f9c6723 Shop WIP 2021-10-29 21:48:08 +02:00
68f9743f17 Create shop page
Make components: poster, poster product
2021-10-27 22:48:31 +02:00
ad1b57fef2 Fix PhotoCard and Locations responsive 2021-10-26 11:02:41 +02:00
04a0b2bec5 Fix Location page photos overflow hiding its index 2021-10-24 22:03:18 +02:00
74ff618c23 Fix Modules responsive 2021-10-23 23:19:51 +02:00
8810dfb197 Fix Locations continents filters centering and sizing 2021-10-19 17:33:22 +02:00
1d48715b35 Add hover classes on Locations continents filers 2021-10-19 17:20:31 +02:00
ea567693c2 🔥 Add hover effect on buttons and links 2021-10-19 16:10:26 +02:00
1aaa12f435 Add hover on Newsletter module links 2021-10-18 23:57:31 +02:00
72db85ede2 Add hover effects on Footer links 2021-10-18 16:19:04 +02:00
63e8edcbe8 Fix Footer responsive 2021-10-18 14:50:58 +02:00
277005c591 Create reusable class for Photo 2021-10-17 22:18:26 +02:00
90a4be5b4d Add background color on photos parent element
So we see a color instead of a transparent block while loading the image
2021-10-16 15:42:08 +02:00
3e358843fd 🔥 Filter locations from clicked continent on Locations 2021-10-16 15:41:26 +02:00
8839684494 Add background on Newsletter module 2021-10-16 14:40:53 +02:00
8b07352431 Make newsletter form a reusable component 2021-10-16 13:25:26 +02:00
e9e838ae1a Edit max-width on newsletter component 2021-10-16 13:24:53 +02:00
5e69a6ef39 Change row gap of Locations list on desktop 2021-10-14 23:19:44 +02:00
9ba96efd6d Add responsive to location page 2021-10-12 18:26:02 +02:00
51dc9650ec Add dynamic photo's index on Location page 2021-10-10 21:40:30 +02:00
4a51fa9d09 Place Footer over Switcher 2021-10-10 14:09:20 +02:00
121c325f99 Fix SiteTitle style on Footer 2021-10-10 14:06:27 +02:00
bc9a93101c Fix some styles issues (font-weight, max-width, markup) 2021-10-09 20:13:52 +02:00
d595a73063 Place Footer over Globe 2021-10-08 23:32:17 +02:00
4100cd3013 Add Medium font variant and update font weights globally 2021-10-08 00:31:16 +02:00
eb6762b240 Edit and WIP on Location page
Create house component
2021-10-07 22:10:16 +02:00
84b3731553 Shorthand write grid-column when starting from 1 2021-10-05 20:59:49 +02:00
27f3ce9f79 Fix Newsletter module past issues link 2021-10-05 19:38:14 +02:00
04188ab7be Edit responsive on Browse/Locations page 2021-10-05 15:23:23 +02:00