Commit Graph

25 Commits

Author SHA1 Message Date
955de7d1e4 Test: Disable Service Worker
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-24 13:26:05 +02:00
4ebd938012 NPM packages updates 2020-04-22 09:17:41 +02:00
f4f9325916 PWA back?
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-20 19:00:31 +02:00
ef287a432d Clean 2020-04-19 12:25:16 +02:00
3c05d6d222 Performances optimizations WIP
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-17 14:33:49 +02:00
f91dc8541b Disable serviceworker for dev 2020-04-16 15:23:40 +02:00
170cdb14a5 Try with direct CSS
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-12 11:58:42 +02:00
18c7943d0d Enable PWA
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-06 14:04:25 +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
2dc51a167a ⚠️ Use alias Rollup plugin to omit full imports
All checks were successful
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
0635b65abf Add Fullscreen in viewer, Track links with Google Analytics, Use .env file
All checks were successful
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
Some checks failed
continuous-integration/drone/push Build is failing
2020-03-26 19:49:28 +01:00
3d07c3e887 Temp fix for CSS: Use style over a bundled file 2020-03-22 17:34:17 +01:00
d823f28054 Restructure utility files, Use a bundle.css to fix CSS issues
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-03 15:36:57 +01:00
241c30fb52 Cleanup NPM packages and Rollup config 2020-03-03 10:55:45 +01:00
31c194503c Ignore node_modules on Dockerfile, Docker-compose down and up
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-02 23:24:10 +01:00
73fe03b411 Use sapper.styles temporarily
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-02 23:17:04 +01:00
43bfe9066c Rollup and NPM related
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-02 22:48:16 +01:00
c333db30af NPM packages updates 2020-02-29 18:32:40 +01:00
ece818fc39 Rollup and NPM packages changes 2020-02-17 22:40:26 +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
4388d34333 Update Rollup to use HMR with Sapper 2020-02-05 16:12:35 +01:00
6b221c2172 Use SCSS and PostCSS with Rollup 2020-01-02 14:15:37 +01:00
c003b969d5 First commit
Explore Svelte and Sapper
2019-12-23 18:43:22 +01:00