34dd087599
[chore] Install dayjs as a devDep?
2021-10-12 22:57:15 +02:00
cd543bc9b5
[chore] Update npm packages
2021-10-08 23:33:09 +02:00
a65a68bb11
Exclude js globe files from TS checking
2021-10-04 13:06:27 +02:00
2dc1393dc2
[chore] Update npm packages
2021-10-02 13:24:34 +02:00
7777d26907
Add hover effect on Location
2021-09-30 23:30:18 +02:00
9b50723183
[chore] Update npm packages
2021-09-27 23:20:19 +02:00
8744f05a95
[chore] Update npm packages
2021-09-26 23:38:50 +02:00
2b308f9021
[chore] Update config and npm packages
2021-09-24 19:21:54 +02:00
1dbadd5bbe
[chore] Update npm packages
2021-09-24 11:03:20 +02:00
bdbf511a75
☠️ RESET for v2
2021-09-14 13:00:48 +02:00
511b0c85e5
Update npm packages
continuous-integration/drone/push Build was killed
2021-01-18 11:29:55 +01:00
d978c54970
Update npm packages
2021-01-10 20:51:42 +01:00
d058cab507
Update Scroll-Out
2020-08-24 11:07:48 +02:00
206d248948
Update configs and NPM packages
continuous-integration/drone/push Build is passing
2020-08-22 19:54:01 +02:00
1c4266d12b
NPM packages updates
continuous-integration/drone/push Build is passing
2020-06-16 17:00:52 +02:00
fe5a8e7746
NPM packages updates
2020-06-02 14:56:15 +02:00
c82c818592
Add humans.txt in head, Update NPM packages
continuous-integration/drone/push Build is passing
2020-05-24 12:32:39 +02:00
b19821452b
Fix build function with Babel
continuous-integration/drone/push Build is passing
2020-05-10 14:50:02 +02:00
25180d557d
NPM packages updates
continuous-integration/drone/push Build is passing
2020-05-07 14:22:24 +02:00
e98d90f5ab
Version bump
2020-05-07 09:30:36 +02:00
fd87c11232
Fix Rollup config for ServiceWorker/Server, NPM packages updates
continuous-integration/drone/push Build is passing
2020-05-06 10:31:01 +02:00
acdc81cfc6
Bump version
continuous-integration/drone/push Build is passing
2020-04-29 19:10:30 +02:00
6fe4df4189
Add Newsletter Component and Page
...
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
c43b888d25
Fix the transition as it would get stuck sometimes
...
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
113e2f53df
Update packages.json
continuous-integration/drone/push Build is passing
2020-04-22 10:50:21 +02:00
4ebd938012
NPM packages updates
2020-04-22 09:17:41 +02:00
caa84e10e3
add destroy on Globe + startRoation option
2020-04-19 16:13:29 +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
ef287a432d
Clean
2020-04-19 12:25:16 +02:00
10e32a1957
fix merge
2020-04-18 23:24:43 +02:00
3c05d6d222
Performances optimizations WIP
continuous-integration/drone/push Build is passing
2020-04-17 14:33:49 +02:00
5a00c6f552
Disable Google Analytics tracker for dev and Google PageSpeed bot
continuous-integration/drone/push Build is passing
2020-04-13 10:38:52 +02:00
e27e8a16db
Code clean
...
- Imports/exports always at top
- Sapper template not needing a div to execute
- NPM packages updates: @rollup/plugin-commonjs 11.1.0 has a bug about import/exports
2020-04-12 11:54:08 +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
85cb624a31
Code clean
2020-04-10 12:00:11 +02:00
be0f4c8b59
Optimize animations and transitions
...
will-change is apparently not enough to run GPU-enabled animations, use translateZ on top of it
2020-04-09 20:23:24 +02:00
e0abb558d8
Viewer: Fix responsive and positioning
2020-04-08 19:31:24 +02:00
c5836dcbc1
Smooth scroll to anchor without a library
...
Custom function using scrollIntoView with smooth behavior
2020-04-07 18:47:09 +02:00
1a05c35fc8
Fix index animations
continuous-integration/drone/push Build is passing
2020-04-07 13:25:56 +02:00
0b8086e63c
Packages updates
2020-04-05 16:01:43 +02:00
6b374af18c
Updates
continuous-integration/drone/push Build is passing
2020-04-04 11:54:13 +02:00
2064885997
WIP Interactive globe from Nico's sources
...
- The globe is a bit small? Ability to control the max-min size potentially
- Is there a reason why `globe.update()` runs every second? Sounds like a lot of resources?
- Have the ability to control the `addEventListener` of the markers to do whatever (in this case, going to a route by clicking on a link with a sapper-noscroll attribute + changing the href attribute on click - the method `goto` from Sapper scrolls back to top / maybe something to fix with the current transition issues?)
- Edited in `./index.js`:
1. Using the class as `export default WebglGlobe` instead of Window (as Svelte or Sapper doesn't likayt)
- Edited in `Camera.js`:
1. Commented line 218: `e.preventDefault();` would cause this error: `[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See <URL>`
2020-04-02 20:59:40 +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
88186f479c
Photo: Code optimization
...
continuous-integration/drone/push Build is passing
- Avoid double declaration of sources
- Use class over an HTML tag for image reveal animation
2020-03-31 17:55:32 +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
58adc052c4
Photo transition: Wait for image to be loaded
continuous-integration/drone/push Build is passing
2020-03-30 20:19:49 +02:00
0c0792086d
NPM packages updates
continuous-integration/drone/push Build is passing
2020-03-29 12:07:02 +02:00
40811ab21e
Carousel: Use swipe-listener for proper swipe gesture
continuous-integration/drone/push Build is passing
2020-03-28 20:02:02 +01:00
0635b65abf
Add Fullscreen in viewer, Track links with Google Analytics, Use .env file
...
continuous-integration/drone/push Build is passing
- Fullscreen is a component that watches a store value set by the Carousel component on a picture click
- Use a .env file for API and website related settings and informations
- Google Analytics is now in place, tracking each routes link and viewer photo change
2020-03-28 15:21:51 +01:00
b77f67d3b3
NPM packages updates
continuous-integration/drone/push Build is failing
2020-03-26 19:49:28 +01:00