Commit Graph

1258 Commits

Author SHA1 Message Date
6f445f6191 Make Credit location flag image sharper 2022-07-30 13:50:14 +02:00
2267102d0d [chore] Update npm packages 2022-07-30 13:49:54 +02:00
b058963b79 Add Shop module at end of Location page
With linked poster if existing, otherwise with all products
2022-07-30 13:49:29 +02:00
31351ae095 Create props for ShopModule content
Allows to customize content if for a specific one for instance
2022-07-30 10:28:07 +02:00
6a7c4a0c75 Restrict location page access to matching country slug from param
Location page would be accessible if the country page param was set to anything else than the country it should be linked to from the data
2022-07-29 23:46:03 +02:00
cfdea7fe31 Edit package.json 2022-07-29 22:59:45 +02:00
5464135c3b Make Postcard country column slightly bigger
Better for Netherlands or long country names
2022-07-29 22:55:35 +02:00
a39ab576d2 Update locations style 2022-07-29 18:51:52 +02:00
67078a282f Change earth icon rotation to match big globe 2022-07-29 18:42:00 +02:00
0dba9b78c3 Add smooth scroll globally 2022-07-27 18:17:36 +02:00
378c707d57 Add zoom level as parameter 2022-07-26 23:43:03 +02:00
be0c58c744 Code cleanup and add types on stores 2022-07-26 23:42:41 +02:00
e8305cb2e8 Put Tweakpane over the globe 2022-07-26 23:42:30 +02:00
dffa3dfbd1 [chore] Update npm packages 2022-07-26 23:42:13 +02:00
6c1c7d7ee6 Add vercel config file 2022-07-26 23:42:03 +02:00
d67eade6fb Preload fonts 2022-07-26 23:41:13 +02:00
131ba697ac [chore] Update npm packages 2022-07-23 18:15:03 +02:00
efb6183706 Fix Globe popin transition 2022-07-20 15:41:00 +02:00
72704eac8c Add SEO title and description to Homepage 2022-07-19 13:43:51 +02:00
6a66cdaf22 Use options parameters with types and default on smoothScroll function 2022-07-19 13:43:25 +02:00
3ba5a100c8 Fix anchor on Homepage locations button 2022-07-19 13:33:00 +02:00
978db8f76d Make cluster button more accessible 2022-07-19 12:37:02 +02:00
fa056d0933 Update resize method and debounce it on component 2022-07-19 12:36:51 +02:00
543d2e5c8b Change locations anchor on Homepage 2022-07-19 11:55:16 +02:00
e1fa4b9ad7 [chore] Update npm packages 2022-07-19 11:55:00 +02:00
a4176fed3b Update Globe and add comments 2022-07-19 11:54:50 +02:00
5d7d4896fe Filter empty continents directly in GraphQL query 2022-07-18 17:26:06 +02:00
4f274e52ce [WIP] Started new Globe from scratch using OGL 2022-07-16 18:55:47 +02:00
025bb522a9 Enable page transition on Shop index 2022-07-16 15:50:52 +02:00
c2005bbac2 Use Vite dev process checking instead of NODE_ENV 2022-07-16 15:50:38 +02:00
3b54a95fe4 [chore] Update npm packages 2022-07-15 23:26:12 +02:00
56118d611d Rename methods to match HTTP requests 2022-07-15 20:44:06 +02:00
7fa05ab6d3 Make share image conditional 2022-07-15 20:43:35 +02:00
9328b9d879 Fix location page error and message style 2022-07-15 20:43:22 +02:00
ff128c40a1 Fix Location flag render
Would have a glitch border around the flag (from radius)
2022-07-14 17:10:16 +02:00
3c636d9859 Fix responsive issues (mainly Safari) 2022-07-12 13:15:24 +02:00
b814433fc2 [chore] Update npm packages 2022-07-12 12:07:40 +02:00
257691d208 Fix a hell of a stupid SCSS issue that blocked everything?! 2022-07-12 12:07:26 +02:00
c21df61fa2 [chore] Revert to SvelteKit 1.0.0-next.367 2022-07-11 21:57:53 +02:00
c26d3a5f6c [chore] Update npm packages 2022-07-11 21:41:54 +02:00
68b3f65dd3 Fix responsive issues globally 2022-07-11 21:41:32 +02:00
310f7e5a44 Show cross to active Locations continent and change buttons behaviours
Active filtered continent stays pink instead of using opacity on the other ones
2022-07-11 21:40:25 +02:00
ae4ea7f4fa Use smooth scroll function to navigate to anchor
Using a eased RAF function to scroll to a specific target
Avoid using `scrollIntoView` or smooth behavior as it doesn't work on Safari and others.
2022-07-11 16:42:34 +02:00
f81a468a04 Check for Countly before using it 2022-07-11 16:39:25 +02:00
120771efa1 Fix Shop issues
- Move ButtonCart from nav to position it on top right
- ButtonCart amount indicator position (center left => top left)
- Bring back updating label when changing cart (+ other transitions)
- Make ShopHeader picture gradient a bit bigger
2022-07-11 12:30:42 +02:00
f0907b0497 [chore] Update npm packages 2022-07-10 12:51:36 +02:00
18c2b1b16d Fix Globe appearing when changing page?!
Apparently the globe was running too early and would not show up from a page to another
Waiting for the page transition is helping
Thanks Baptiste!
2022-07-10 12:51:22 +02:00
895b30e527 Change Globe markers class 2022-07-08 11:16:56 +02:00
6f10c63eae [chore] Update npm packages 2022-07-08 10:53:50 +02:00
c0a1514c57 Fix random things 2022-07-07 14:16:09 +02:00