Commit Graph

1344 Commits

Author SHA1 Message Date
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
d6c7ca5f70 Fix email form regex 🤦 2022-07-07 14:15:56 +02:00
2c4d46118e [chore] Update npm packages and SvelteKit configs 2022-07-07 14:14:09 +02:00
cab3d23c4d Customize global scrollbar 2022-06-30 19:57:16 +02:00
9cc1146148 [chore] Update npm packages 2022-06-30 19:57:04 +02:00
a1e7a907ec Update Serif font files 2022-06-29 16:26:08 +02:00
e1057ac520 [chore] Update npm packages 2022-06-27 21:04:33 +02:00
67602b4fbc Fix House index position when ending with 1 2022-06-27 21:03:12 +02:00
14d88e6d6e Change mask gradient on Location illustration 2022-06-27 20:48:04 +02:00
91c55b46cf Fix some accessibility issues on links and buttons 2022-06-27 13:57:54 +02:00
d72dec2443 Add offset on House index for large screens 2022-06-27 13:40:14 +02:00
c9053f9757 👀 Rework how House index is displayed
Use grids to place the index instead of position absolute
Add a condition if the index starts with 1 as it has a quite smaller width
2022-06-27 13:28:58 +02:00
465e673715 Fix global classes 2022-06-27 13:27:00 +02:00
453583c189 Add link to see map on House location 2022-06-27 11:31:44 +02:00
0ce305480f Make Switcher links accessible
Also switch button and links to keep tabing
2022-06-24 13:02:36 +02:00