1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 19:25:32 -04:00
Commit Graph

27 Commits

Author SHA1 Message Date
5e02027241 bump next (next/future/image -> next/image) 2022-10-22 09:30:03 -04:00
b7fc44c27b set default statically imported image widths to max layout width 2022-09-08 13:24:25 -04:00
060ee2bfee re-revert next 2022-09-07 18:54:24 -04:00
8e860252c3 set experimental.optimisticClientCache to stop prefetching on every hover
https://github.com/vercel/next.js/discussions/40268#discussioncomment-3572642
2022-09-07 17:46:27 -04:00
471f18690c bump next 2022-09-05 18:42:00 -04:00
d35e40a18d fix props with forwarded ref 2022-07-13 19:48:49 -04:00
b1a92a2eab refactor component styles to use type-safe stitches tokens
https://stitches.dev/docs/typescript#stricter-experience
2022-07-07 13:33:20 -04:00
f826f59fcc enable experimental next/future/image (#973) 2022-06-27 20:45:02 -04:00
a63ea35463 clean up strict types a bit more 2022-06-13 12:01:35 -04:00
1776173cab finally fix slow typescript compilation!
see https://github.com/stitchesjs/stitches/issues/1038
2022-06-13 06:47:29 -04:00
d7bc5f8ab6 validate <Image /> inputs a bit more 2022-06-11 09:50:46 -04:00
5f08784a74 lower default image quality 2022-06-10 10:33:53 -04:00
1e1ecd89ea refactor component/page function returns 2022-05-25 09:30:11 -04:00
d8363d131a adding more dumb easter eggs 🐣 2022-05-06 22:49:46 -04:00
e1da53a1fe prepare for new next/link behavior
see new-next-link branch
2022-04-28 12:32:50 -04:00
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
05608261ca images are finally linkable again 2022-03-21 16:17:35 -04:00
c2dde042b7 CSS modules ➡️ Stitches 🧵 (#799) 2022-03-03 09:18:26 -05:00
6ee40f99db bump some deps 2022-02-25 10:33:20 -05:00
f0259dbab5 stop being lazy with css selectors 2022-01-30 11:38:37 -05:00
c1e030dfcc fix magic wand cursor 🪄 2022-01-24 20:43:45 -05:00
e91595c8bf fix custom image width/height when passed in as strings 2022-01-24 11:37:12 -05:00
e5b862508c manually minify JS outputted by next-mdx-remote v4 2022-01-24 10:41:31 -05:00
51ecae3c9b custom <Image /> wrapper now supports static imports too 2022-01-24 08:57:21 -05:00
7e37adabc1 all components should accept additional classnames 2022-01-20 12:06:05 -05:00
caac9b905a <IFrame /> component 2022-01-18 13:54:12 -05:00
a406010bd2 next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00