1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-21 10:25:30 -04:00
Commit Graph

8 Commits

Author SHA1 Message Date
jake 07562f625e minify inline theme script even more 2022-04-23 21:04:50 -04:00
jake 8a97b706be more optimization/error handling 2022-04-22 09:18:53 -04:00
jake 831139c132 actually listen to react-hooks/exhaustive-deps warning 2022-04-21 18:10:03 -04:00
jake 008bb3213b minify the theme restoration script injected into head
also switches the MDX minifier to uglify-js for consistency
2022-04-21 14:05:11 -04:00
jake 54c662c1f2 reorganize style and font configs 2022-04-20 11:19:02 -04:00
jake a632246975 fix hcaptcha bugginess 2022-04-17 14:52:59 -04:00
jake 6f2018bd6e reduce theme context's unnecessary crap even more 2022-04-08 18:15:06 -04:00
jake eccf2108c7 React 18 (#863)
* gymnastics to make theme script work with react 18 hydration

* try next 12.1.3 canary to fix SSG head tags?

* revert theme script changes

* next 12.1.3-canary.3

* double-revert some of the use-theme.tsx changes

* separate theme restoration script & move to _document

* bump next

* bump next (again)

* clean up some theme stuff

* use hashed image URLs in webmanifest and feeds

* text experimental react config

* Update ThemeScript.tsx

* switch selfie image to `layout="raw"`

* use `layout="raw"` for all non-imported images

* revert raw images in some places, messes up responsiveness

* fix nitpicky "no divs inside buttons" html validation error

* fix react-player hydration errors

* fix hydration errors from server/client time zone differences

* clean up hydration fixes

* Update format-date.ts

* last-minute cleanup
2022-04-06 09:37:16 -04:00