Commit Graph

304 Commits

Author SHA1 Message Date
720ca69902 Add a newsletter subscription form below locations
All checks were successful
continuous-integration/drone/push Build is passing
- One component used below Locations list and in the Pagination when all photos has been loaded
- Keep the subscribe page with the column display
2020-05-06 23:06:26 +02:00
8e20ab18fb Badge: Better text centering 2020-05-06 19:58:16 +02:00
cd609cd710 Add a badge on locations for new photos
- The last updated date is taken from the latest photo of each location (without any other API call, just some data manipulation)
- Manipulation of data in the preload request instead of the code
2020-05-06 17:12:07 +02:00
c9e11d4f12 Pagination: Fix spacing for Newsletter
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-29 14:17:43 +02:00
50cd2a3f30 Fix Sitemap http to https
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-29 13:58:45 +02:00
0aa75bf3e9 Newsletter: Fix button not being a circle 2020-04-29 12:27:16 +02:00
6fe4df4189 Add Newsletter Component and Page
All checks were successful
continuous-integration/drone/push Build is passing
- Newsletter form on Subscribe page and at the end of the photos
2020-04-29 12:04:37 +02:00
b5a00cd171 Fix Carousel disappearing?
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-23 19:11:11 +02:00
c43b888d25 Fix the transition as it would get stuck sometimes
All checks were successful
continuous-integration/drone/push Build is passing
- Reproduction: Open two tabs, one would load, the other one would stay on the transition while the content of the page was ready and animated
2020-04-23 11:06:41 +02:00
d59620b8c5 Sitemap: Fix lastmod date format
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-22 12:12:24 +02:00
3c364814df Only fetch published photos and locations
All checks were successful
continuous-integration/drone/push Build is passing
- Globally for photos
- For sitemap locations and photos
2020-04-22 12:01:52 +02:00
8231ea20a7 Locations: Reset delay between locations on complete
All checks were successful
continuous-integration/drone/push Build is passing
Would increment and create a super long delay otherwise
2020-04-22 11:31:56 +02:00
74743fb037 Viewer: Fix Carousel and error page
Some checks failed
continuous-integration/drone/push Build is failing
2020-04-22 10:33:48 +02:00
3a96b8e954 Make Photos and Carousel slightly bigger on small screens 2020-04-22 10:22:31 +02:00
39031366d5 Fix icons invisible on iOS
It was ONLY because of flex-direction being row by default. Switched to column, does the trick… !?%@
2020-04-22 10:13:44 +02:00
17feb712b9 Fix API calls using a bearer auth token 2020-04-22 09:17:30 +02:00
272773692f Photo: Slightly bigger on smaller screens
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-21 21:47:39 +02:00
3fae9a1928 Globe mix height fix
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-21 20:26:27 +02:00
fc930d9362 Fix responsive stuff
All checks were successful
continuous-integration/drone/push Build is passing
- Globe is now using vws with min and max height
- Photos list and Carousel
2020-04-21 20:23:53 +02:00
b8b4d55409 Carousel: Fix reveal again? 2020-04-21 19:52:20 +02:00
40c57fee13 Photos/Carousel: Fix ratio for narrow screens
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-21 19:23:15 +02:00
a4f4b55705 Carousel: Fix reveal
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-21 18:12:32 +02:00
e9ad9deafd Photo: Debug parallax
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-21 18:09:33 +02:00
a13592d273 Update SEO titles
All checks were successful
continuous-integration/drone/push Build is passing
Use API default title for start
2020-04-21 18:01:13 +02:00
98bb5d44ee SEO changes
Some checks failed
continuous-integration/drone/push Build was killed
2020-04-21 17:48:07 +02:00
060796a3a2 TitleSite: Fix reveal 2020-04-21 17:48:02 +02:00
823b322e95 Viewer: Fix page errors due to currentLocation
All checks were successful
continuous-integration/drone/push Build is passing
Wait for the data to be displayed, otherwise having errors
2020-04-21 15:40:09 +02:00
1718ed01b6 TitleSite: Fix reveal 2020-04-21 15:39:14 +02:00
fa2a213516 Carousel: Fix reveal 2020-04-21 15:31:57 +02:00
99dd2c5327 Style and animations fixes
- Add a requestAnimationFrame for TitleSite (would not fire from a location to credits/choose)
- Center and adjust parallax scroll for massive titles
- Place illustration: max width and center
2020-04-21 15:21:50 +02:00
9063045e94 Globe: Max height when cut 2020-04-21 15:07:40 +02:00
ecc69e3206 TitleSite: Fix longer delay after first transition
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-21 15:05:33 +02:00
5b4fe1c6d6 Credits: Fix Footer under the globe
Added a z-index on the main (now with a class for specificity) to go over the canvas
2020-04-21 15:04:24 +02:00
cd51724d8b Globe: Remove fade on Lazy loading 2020-04-21 15:02:56 +02:00
faf0c3c96b Globe: Fix bottom when cut 2020-04-21 14:41:26 +02:00
11c95ce4f2 Locations: Make it temp 3 not-too-large columns
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-21 13:09:56 +02:00
bdf93e89fb Last little fixes and debugging 2020-04-21 13:09:11 +02:00
f6c385798b Remove unclear cursors
They look drastically different on different browsers/OS
2020-04-21 10:27:02 +02:00
174025f958 Globe: Fix things
- Fix margin bottom on big screens
- Would throw an error on page change (globe is not defined)
2020-04-21 10:10:48 +02:00
65c9822b73 Globe: Add opacity option, Part globe WIP
- Don't run the onScroll method on load, creates a funky translate otherwise
- Bind window innerHeight via Svelte
- Path scroll smoothing option value as prop
2020-04-21 09:46:27 +02:00
c9ba6a9f29 fix globe height 2020-04-20 23:17:15 +02:00
33774085f0 fix globe height 2020-04-20 23:15:00 +02:00
1b32b9480f Choose: Add label to home link
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-19 20:51:07 +02:00
1cddc26625 Globe: Temporary fix for responsive sizing, Add correct margins top/bottom
All checks were successful
continuous-integration/drone/push Build is passing
- Ideally the globe would have to get the size within its container (.globe), set via CSS and not on the window
2020-04-19 20:13:01 +02:00
9220e6cf8d Place: Adapt parallax with responsive 2020-04-19 20:10:06 +02:00
c37a8238f3 SCSS: Fix breakpoint mobile naming
From "m" to "mob"
2020-04-19 19:42:52 +02:00
302af713d0 Globe: Add more props settings, Randomly position globe to a continent
- Add a little delay before restarting the rotation when hovering a marker
2020-04-19 17:34:51 +02:00
4fb2c4e93a stop globe trotation on marker hover 2020-04-19 16:24:16 +02:00
caa84e10e3 add destroy on Globe + startRoation option 2020-04-19 16:13:29 +02:00
094614f83c Globe edits WIP
All checks were successful
continuous-integration/drone/push Build is passing
- Added visible continents to options
2020-04-19 14:49:52 +02:00