d978c54970
Update npm packages
2021-01-10 20:51:42 +01:00
206d248948
Update configs and NPM packages
continuous-integration/drone/push Build is passing
2020-08-22 19:54:01 +02:00
b19821452b
Fix build function with Babel
continuous-integration/drone/push Build is passing
2020-05-10 14:50:02 +02:00
2bb568865c
Service Worker is fucking up loading assets and the globe texture
...
GET https://housesof.world/fonts/G-Light.woff2 net::ERR_HTTP2_PROTOCOL_ERROR 200
(index):1 GET https://housesof.world/fonts/G-Regular.woff net::ERR_HTTP2_PROTOCOL_ERROR 200
(index):5 GET https://housesof.world/fonts/G-Semibold.woff2 net::ERR_HTTP2_PROTOCOL_ERROR 200
(index):1 GET https://housesof.world/fonts/G-Semibold.woff net::ERR_HTTP2_PROTOCOL_ERROR 200
GLOBE:
index.cd27397d.js:1 WebGL: INVALID_VALUE: texImage2D: bad image data
bindImage @ index.cd27397d.js:1
r.onload @ index.cd27397d.js:1
load (async)
k.fromUrl @ index.cd27397d.js:1
buildWebglScene @ index.cd27397d.js:1
default @ index.cd27397d.js:1
(anonymous) @ InteractiveGlobe.62b7bd9e.js:1
async function (async)
(anonymous) @ InteractiveGlobe.62b7bd9e.js:1
o @ client.8ee97230.js:1
(anonymous) @ client.8ee97230.js:1
ct @ client.8ee97230.js:1
Promise.then (async)
Pt @ client.8ee97230.js:1
(anonymous) @ client.8ee97230.js:1
(anonymous) @ InteractiveGlobe.62b7bd9e.js:1
r @ InteractiveGlobe.62b7bd9e.js:1
setTimeout (async)
(anonymous) @ InteractiveGlobe.62b7bd9e.js:1
2020-05-06 23:04:35 +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
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
955de7d1e4
Test: Disable Service Worker
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?
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
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
continuous-integration/drone/push Build is passing
2020-04-12 11:58:42 +02:00
18c7943d0d
Enable PWA
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
...
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
...
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
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
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
continuous-integration/drone/push Build is passing
2020-03-02 23:24:10 +01:00
73fe03b411
Use sapper.styles temporarily
continuous-integration/drone/push Build is passing
2020-03-02 23:17:04 +01:00
43bfe9066c
Rollup and NPM related
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