157b50f36c
Use House component
2022-06-13 15:59:34 +02:00
f417b80aab
Disable lazyloaded images for Collage
2022-05-23 12:24:59 +02:00
7b43e50b6c
Change default font weight and Fix copy
2022-05-21 00:04:04 +02:00
91510df410
Fix Homepage collage's active photo effect while hover
...
- Change method and use a class on collage itself fading all photos, then highlight the one being hovered
- For some reason the content inside was conflicting the mouseenter event
2022-03-21 14:04:52 +01:00
8047ffe034
Isolate Homepage collage component and add hover effect on other photos
2022-03-21 11:03:05 +01:00
3841bc2ced
[chore] Update npm packages and SvelteKit config
2022-03-13 19:55:05 +01:00
df17b0cff1
Add house icon to Switcher
2022-03-02 19:51:12 +01:00
9e3a3be60b
Use Switcher links from API and animate component
2022-01-24 22:19:25 +01:00
2ec810b932
Misc fixes
2022-01-18 17:05:11 +01:00
729138cffb
[chore] Update npm packages and fix errors/run migrations
2022-01-03 20:12:22 +01:00
551991d407
Fix accessibility issues
2021-12-15 22:31:49 +01:00
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
2f7082fd9d
Add anchor to poster url
2021-12-07 21:58:53 +01:00
f15a2f2e47
Add entering transition on Shop and fix some styling
...
- Center intro title vertically
- Cart item styling tweaks
- Add cart button quantity label inside of button so it's clickable
2021-12-06 22:14:02 +01:00
d655050da1
Make better detection for Switcher current link
2021-12-06 15:05:40 +01:00
8ac954b1a2
Add tabindex to elements for better keyboard navigation
2021-12-06 15:03:41 +01:00
778e15dfbd
Add active class on Switcher current link
2021-11-30 22:16:54 +01:00
89234e6e52
Fix sizeKey on Image without sizes
2021-11-28 23:08:13 +01:00
595a93087c
Fix Location images
2021-11-25 23:50:16 +01:00
a9651b6b02
Position Switcher for mobile and on Viewer
2021-11-23 23:04:54 +01:00
9e6df85bf1
Make more icons reusable in global SVG sprite
2021-11-21 22:11:59 +01:00
8654e43af5
Fix city on PhotoCard
2021-11-21 12:08:31 +01:00
78cacbcd46
Cleanup Switcher code
2021-11-17 21:41:08 +01:00
ac40eedb2f
Use sveltekit:noscroll/prefetch on internal links
2021-11-17 19:25:59 +01:00
8a53079fa1
Change Switcher labels and close it when clicking outside
2021-11-16 23:47:24 +01:00
4b05186662
Fix Shop product location switcher path
2021-11-16 14:53:38 +01:00
c9c028118b
Cleanup code
...
- Remove unused props
- Add alt to icon on BoxCTA
2021-11-14 19:56:11 +01:00
cf6afd832e
Add photo's city to Postcard on Photos grid
2021-11-14 19:51:58 +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
0475e3f61e
Go to new page when changing location on the Shop switcher
2021-11-08 14:37:36 +01:00
378a64f2b0
✨ Add product to cart from anywhere
...
Make a global function that adds a product to the current cart
2021-11-08 13:00:31 +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
3198fd8545
Move Shop store into separate file
2021-11-07 22:38:23 +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
e1c259164f
✨ Show a notification when adding a product to Cart
2021-11-07 20:18:19 +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
e71652303a
Add gray variant to button circle
2021-11-05 22:45:11 +01:00
163fbe75db
Add cross (remove) icon to poster cart
2021-11-05 22:41:02 +01:00
460fe9420c
Create notification for cart
2021-11-05 22:40:15 +01:00
2e05f00b68
Add link to Poster component and make a better hover
...
Buttons are now under the image, creating a parallax scale effect
2021-11-05 12:57:15 +01:00
1785fb1c03
Fix Lightpink button variant
2021-11-05 12:42:33 +01:00
50835fa6f6
Create Aside for Cart
...
With Poster Cart component
2021-11-04 16:05:39 +01:00
439cdaee98
Add Poster image from Shop page
2021-11-03 22:01:38 +01:00
99fe09c4fd
✨ Add data to Shop page
2021-10-31 19:38:08 +01:00
a5512ac51e
Add slug prop to Shop Poster component
2021-10-29 23:45:34 +02: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
7c4d890706
Add hover effect on Homepage collage PhotoCard
2021-10-25 23:44:45 +02:00
e1b5ebd0b1
Fix PostCard responsive and add small size variant
2021-10-23 22:51:38 +02:00