50f2b7cc52
chore: update packages
2023-08-24 12:43:00 +02:00
713c212a8c
chore: update packages
2023-07-10 09:59:01 +02:00
012ca02663
Merge branch 'dev'
2023-06-12 15:38:33 +02:00
124e6c3f09
feat: add security headers for Cloudflare
2023-06-12 15:38:28 +02:00
fb55126682
feat: switch to Cloudflare Pages
2023-06-12 15:32:36 +02:00
5365f1cb22
fix: change Toast background to cream
2023-06-11 23:02:47 +02:00
ddef65da52
fix: apply same fix to ShopModule
2023-06-11 22:55:09 +02:00
f70c9d4997
fix: run Toast first image change change after loop delay
2023-06-11 22:47:53 +02:00
8a81515135
Merge branch 'dev'
2023-06-11 22:42:33 +02:00
fb21015f99
feat: add global Toast with 10% offer for posters
2023-06-11 22:41:01 +02:00
eb2be69957
refactor: use if condition on layout
2023-06-11 22:40:13 +02:00
3b8d499171
feat: create Toast component
2023-06-11 22:39:37 +02:00
738a7728c0
refactor: rename --switcher-offet CSS variable to --offset-sides
2023-06-11 22:39:23 +02:00
09b1af7e2e
fix: side padding on xsmall Button size
2023-06-11 22:38:49 +02:00
cabb3473bb
config: update eslintrc
2023-06-11 21:40:53 +02:00
9c329b5ff7
refactor: update Button to always use a size, determine tag from url
2023-06-11 21:40:41 +02:00
1360b095be
refactor: use classic for conditional classes
2023-06-11 20:23:18 +02:00
4dce8354f7
refactor: separate CSS variables into file
2023-06-11 19:46:55 +02:00
66bb40471c
chore: update packages
2023-06-11 19:46:38 +02:00
219794641f
fix: change Lenis easing function
2023-05-26 23:49:59 +02:00
d991dad294
refactor: use global page transition in main layout
2023-05-26 23:49:23 +02:00
685d4fd244
refactor: get rid of page data types
2023-05-26 23:48:01 +02:00
422727586e
chore: update packages
2023-05-26 23:44:47 +02:00
f2735d7eaa
chore: update packages
2023-05-12 14:10:52 +02:00
bccf0a1259
chore: update packages
2023-04-27 15:21:47 +02:00
3e7c42629f
chore: update packages
2023-04-19 11:06:55 +02:00
2af54156be
chore: update packages
2023-03-28 23:18:51 +02:00
faec58467e
fix: change Lenis parameters from newer versions
2023-03-28 23:18:43 +02:00
212e31b4cf
chore: update packages
2023-03-24 16:19:35 +01:00
d4cca2a62a
chore: update packages
2023-02-22 14:03:34 +10:00
d4f0a7431c
fix: make Globe light position accurate
...
Takes UTC current time with timezone difference, based on noon
I guess thanks again ChatGPT + StackOverflow?
2023-02-15 19:11:37 +01:00
fd77c6d24f
chore: update packages
2023-02-15 12:23:07 +01:00
51090bb4d9
refactor: use global setting for Vercel Edge runtime
2023-02-15 12:20:58 +01:00
80ff4b2195
chore: update packages
2023-02-10 19:29:42 +01:00
4f9aac2b7a
chore: remove Cloudflare adapter and edge setting
2023-02-10 19:24:32 +01:00
a7fb3e4744
Merge branch 'dev'
2023-02-10 19:02:15 +01:00
ed16fb9765
feat: run server functions on edge
2023-02-10 18:50:02 +01:00
e1f739b095
feat: switch back to Vercel adapter?
2023-02-10 18:42:28 +01:00
3727b6bb2b
chore: move utils to package
2023-02-10 17:52:50 +01:00
0c829c88c5
fix: eslint errors
2023-02-10 17:28:54 +01:00
6624bfefb0
chore: update config files
2023-02-10 17:22:54 +01:00
2c9a79b76b
feat: implement eslint
2023-02-10 17:22:37 +01:00
7efc1842bd
feat: set correct sun angle from current time
...
Thanks ChatGPT for that one!!
How to find the current sun angle from Earth's rotation in javascript?
A hint: Where is the sun shining on the earth at the time I visit the site? I guess the time zone that's closest to noon.
the dayTime variable needs to be from 0 to 1
const d = degToRad(360 / dayTime)
const sunPos = new Vec3(
Math.cos(d),
Math.sin(d) * Math.sin(0),
Math.sin(d) * Math.cos(0)
)
2023-02-10 15:35:36 +01:00
83510bda2d
chore: update packages
2023-02-10 15:34:48 +01:00
1746d73433
Merge branch 'main' into dev
2023-02-10 15:06:34 +01:00
bea5da5f7c
chore: update packages
2023-02-01 15:41:49 +01:00
3127d4786a
[chore] Update packages
2023-01-22 21:39:19 +01:00
b76f70a05f
Fix eslint error and update svelte related stuff
2023-01-22 21:39:10 +01:00
1143651549
[chore] Update packages and config
2023-01-14 12:35:45 +01:00
6888f9afc5
[chore] Update packages
2023-01-12 20:27:02 +01:00