Commit Graph

1024 Commits

Author SHA1 Message Date
flayks 23af1e944d Tweak Switcher link hover 2022-07-30 16:19:56 +02:00
flayks 38deb96197 Return specific error message if location doesn't exist 2022-07-30 15:16:19 +02:00
flayks 6f445f6191 Make Credit location flag image sharper 2022-07-30 13:50:14 +02:00
flayks 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
flayks 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
flayks 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
flayks 5464135c3b Make Postcard country column slightly bigger
Better for Netherlands or long country names
2022-07-29 22:55:35 +02:00
flayks a39ab576d2 Update locations style 2022-07-29 18:51:52 +02:00
flayks 67078a282f Change earth icon rotation to match big globe 2022-07-29 18:42:00 +02:00
flayks 0dba9b78c3 Add smooth scroll globally 2022-07-27 18:17:36 +02:00
flayks 378c707d57 Add zoom level as parameter 2022-07-26 23:43:03 +02:00
flayks be0c58c744 Code cleanup and add types on stores 2022-07-26 23:42:41 +02:00
flayks e8305cb2e8 Put Tweakpane over the globe 2022-07-26 23:42:30 +02:00
flayks d67eade6fb Preload fonts 2022-07-26 23:41:13 +02:00
flayks efb6183706 Fix Globe popin transition 2022-07-20 15:41:00 +02:00
flayks 72704eac8c Add SEO title and description to Homepage 2022-07-19 13:43:51 +02:00
flayks 6a66cdaf22 Use options parameters with types and default on smoothScroll function 2022-07-19 13:43:25 +02:00
flayks 3ba5a100c8 Fix anchor on Homepage locations button 2022-07-19 13:33:00 +02:00
flayks 978db8f76d Make cluster button more accessible 2022-07-19 12:37:02 +02:00
flayks fa056d0933 Update resize method and debounce it on component 2022-07-19 12:36:51 +02:00
flayks 543d2e5c8b Change locations anchor on Homepage 2022-07-19 11:55:16 +02:00
flayks a4176fed3b Update Globe and add comments 2022-07-19 11:54:50 +02:00
flayks 5d7d4896fe Filter empty continents directly in GraphQL query 2022-07-18 17:26:06 +02:00
flayks 4f274e52ce [WIP] Started new Globe from scratch using OGL 2022-07-16 18:55:47 +02:00
flayks 025bb522a9 Enable page transition on Shop index 2022-07-16 15:50:52 +02:00
flayks c2005bbac2 Use Vite dev process checking instead of NODE_ENV 2022-07-16 15:50:38 +02:00
flayks 56118d611d Rename methods to match HTTP requests 2022-07-15 20:44:06 +02:00
flayks 7fa05ab6d3 Make share image conditional 2022-07-15 20:43:35 +02:00
flayks 9328b9d879 Fix location page error and message style 2022-07-15 20:43:22 +02:00
flayks ff128c40a1 Fix Location flag render
Would have a glitch border around the flag (from radius)
2022-07-14 17:10:16 +02:00
flayks 3c636d9859 Fix responsive issues (mainly Safari) 2022-07-12 13:15:24 +02:00
flayks 257691d208 Fix a hell of a stupid SCSS issue that blocked everything?! 2022-07-12 12:07:26 +02:00
flayks 68b3f65dd3 Fix responsive issues globally 2022-07-11 21:41:32 +02:00
flayks 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
flayks 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
flayks f81a468a04 Check for Countly before using it 2022-07-11 16:39:25 +02:00
flayks 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
flayks 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
flayks 895b30e527 Change Globe markers class 2022-07-08 11:16:56 +02:00
flayks c0a1514c57 Fix random things 2022-07-07 14:16:09 +02:00
flayks d6c7ca5f70 Fix email form regex 🤦 2022-07-07 14:15:56 +02:00
flayks cab3d23c4d Customize global scrollbar 2022-06-30 19:57:16 +02:00
flayks a1e7a907ec Update Serif font files 2022-06-29 16:26:08 +02:00
flayks 67602b4fbc Fix House index position when ending with 1 2022-06-27 21:03:12 +02:00
flayks 14d88e6d6e Change mask gradient on Location illustration 2022-06-27 20:48:04 +02:00
flayks 91c55b46cf Fix some accessibility issues on links and buttons 2022-06-27 13:57:54 +02:00
flayks d72dec2443 Add offset on House index for large screens 2022-06-27 13:40:14 +02:00
flayks 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
flayks 465e673715 Fix global classes 2022-06-27 13:27:00 +02:00
flayks 453583c189 Add link to see map on House location 2022-06-27 11:31:44 +02:00