3c364814df
Only fetch published photos and locations
...
continuous-integration/drone/push Build is passing
- Globally for photos
- For sitemap locations and photos
2020-04-22 12:01:52 +02:00
17feb712b9
Fix API calls using a bearer auth token
2020-04-22 09:17:30 +02:00
a13592d273
Update SEO titles
...
continuous-integration/drone/push Build is passing
Use API default title for start
2020-04-21 18:01:13 +02:00
9220e6cf8d
Place: Adapt parallax with responsive
2020-04-19 20:10:06 +02:00
c1bb2f31bc
Place: Use Rellax to add some parallax effects
...
- Added on title, switcher button and illustration
- Not very suitable for photo number
2020-04-19 12:49:38 +02:00
3c05d6d222
Performances optimizations WIP
continuous-integration/drone/push Build is passing
2020-04-17 14:33:49 +02:00
239a47104e
Use lazySizes globally
continuous-integration/drone/push Build is passing
2020-04-16 17:20:29 +02:00
c059c07778
Place: Bind window width to a variable
...
An error (window is not defined) would throw otherwise
2020-04-12 11:58:21 +02:00
7180419fb0
Place: Add @1x desktop illustration size, Optimize responsive
continuous-integration/drone/push Build is passing
2020-04-11 19:33:37 +02:00
90bdb5890d
Place: Fix illustration conditions and uneven margin
continuous-integration/drone/push Build is passing
2020-04-11 11:18:23 +02:00
e5668f3a72
Fix SVGs
continuous-integration/drone/push Build is passing
2020-04-10 12:16:38 +02:00
7e0d1e33fb
⚠️ Rework completely how transitions works
...
- Use Svelte/Sapper native if and transitions to show either the page content or the loader, then load each page animationIn
- Code is safe on SSR side, using process.browser on this if
- The <main> element is on position absolute to fade nicely the different pages
- Code cleaning
2020-04-03 23:02:17 +02:00
730eb75457
WIP attempt to fix page transitions, Several edits
continuous-integration/drone/push Build is passing
2020-04-02 16:07:31 +02:00
2dc51a167a
⚠️ Use alias Rollup plugin to omit full imports
...
continuous-integration/drone/push Build is passing
- Define entries (utils, animations, etc) in the Rollup config in order to omit the whole back path (../../) when importing a file
- Global revoleExtensions in the config (to avoid duplicates)
2020-03-30 23:53:01 +02:00
ca07fe364e
Viewer: Finally fix Carousel navigation depending on URL
...
- Instead of detecting every case using popState event or whatnot, used a Sapper page stores subscribe to go to the current photo from the URL param (findIndex in photos)
- No page transition when navigating between photos in Viewer, but runs In and Out
- Also shortened dispatches to direct value over an object
2020-03-29 18:13:27 +02:00
fbdbe21dd6
Use server detected host for sharing URLs
2020-03-28 12:48:59 +01:00
af53f4240f
Place: Reduce image API call to private_hash
...
continuous-integration/drone/push Build is passing
Avoids all the unnecessary informations such as thumbnails, etc
2020-03-27 11:14:27 +01:00
dedf400ea8
Fix things
continuous-integration/drone/push Build is passing
2020-03-22 20:07:11 +01:00
d9c529eae0
Place: Fix fields
2020-03-22 17:32:07 +01:00
8c8ee101f2
Manage displayed photos via the API
...
continuous-integration/drone/push Build is passing
Define limits (for homepage carousel and photos per page on a place) in the site settings via a slider
2020-03-16 13:11:58 +01:00
9965c9dec3
Rework API calls and each loops
2020-03-16 12:57:53 +01:00
ba5d1de780
Place: Fix title alignments and margins
continuous-integration/drone/push Build is passing
2020-03-11 19:23:56 +01:00
6c5f4f41e1
Place: Conditions if undefined latest photo and no illustration
2020-03-11 19:14:30 +01:00
b61bb805e8
Place: Fix modified_on date format to pass into functions
continuous-integration/drone/push Build is passing
2020-03-11 17:54:13 +01:00
6ece6a99df
Place: Add API fields
continuous-integration/drone/push Build is failing
2020-03-11 10:33:08 +01:00
29834a5b95
Fix some accessibility issues on links without text
2020-03-11 10:31:11 +01:00
debd9a41c1
Place: Add photo Transition In, Add Illustration system, Visual fixes
...
- Add a transition in on each photo component (scale down + fade in), TODO: Parallax on number
- Illustration takes two images and changes the source depending on the viewport size
2020-03-10 21:25:48 +01:00
9ffc210c02
WIP Animations all over site
...
- Run a transition In for each page
- Involve a "loader" panel on page change
- TODO: tweak the animations and finish the concept
2020-03-06 14:22:51 +01:00
adf2563eb8
Reorganise functions, Use custom Format Date/Relative Time over dayjs
2020-03-06 14:14:17 +01:00
46488146d0
Location: Avoid route change scroll
2020-03-06 11:18:57 +01:00
87d026c348
Location: Change markup of the place's name
2020-03-06 11:17:50 +01:00
ed1ff95eb4
Use site store for title and social metas
2020-03-03 20:40:42 +01:00
4b2610a2b5
Fix photo date
2020-03-03 17:41:24 +01:00
d823f28054
Restructure utility files, Use a bundle.css to fix CSS issues
continuous-integration/drone/push Build is passing
2020-03-03 15:36:57 +01:00
1db9217cd0
Use a component for the pagination
...
Make the component and the page communicate with events to add more photos
2020-03-02 22:27:39 +01:00
8a4faa616e
Fix components imports
continuous-integration/drone/push Build is passing
2020-02-29 21:15:17 +01:00
faa16d1b16
Fix BEM misuse
2020-02-29 19:19:25 +01:00
76c8c31c89
Readapt the misuse of BEM, Code organization
...
- -- is only for a modifier, not a child "child". Use master__child without the parent__ in it to make it more readable.
https://www.smashingmagazine.com/2016/06/battling-bem-extended-edition-common-problems-and-how-to-avoid-them/
- Redefine atom design components
2020-02-29 18:32:32 +01:00
6019017596
Temporary place illustration, Half globe on credits style
2020-02-29 11:20:36 +01:00
a73d9ff71c
Tabs to spaces and code cleaning
2020-02-27 23:08:13 +01:00
ba36c9a8b6
Fix photos list and add currentPhotos store
...
Go from one object to two to avoid issues when using an object key
2020-02-26 15:59:44 +01:00
f7d9841cee
Location: Pagination working!
2020-02-20 19:02:07 +01:00
8ccdac64d3
Use Lazy Loading for photos
2020-02-20 19:01:54 +01:00
0174ba08f2
Tweaks and fixes
2020-02-17 22:36:36 +01:00
450de171e6
Code optimization and fixes
2020-02-14 12:37:35 +01:00
ef23d90eb6
WIP
2020-02-13 22:24:28 +01:00
9b0c154f61
WIP React > Svelte
...
Put most of the developed design into Svelte
2020-02-11 15:09:32 +01:00
61e45cb171
Code cleaning
2020-02-05 16:15:42 +01:00
c99ae42690
Last updated condition fix
2019-12-29 19:14:04 +01:00
648e00d244
Location page
2019-12-28 13:16:17 +01:00