1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 16:46:39 -04:00
Commit Graph

40 Commits

Author SHA1 Message Date
d3250bd00e more caching and error handling 2025-03-24 11:45:48 -04:00
b626955731 restore image captions in markdown with a "clever" (messy) css hack 2025-03-20 12:00:04 -04:00
d714e6e99b offload videos to vercel blob storage 2025-03-19 16:14:10 -04:00
bc65285c08 fix stretched images 2025-03-15 09:54:49 -04:00
6e572a8f48 fix post title encoding 2025-03-14 15:08:00 -04:00
3932660acc pre-render optimizations 2025-03-14 12:51:18 -04:00
e162d6a46c dynamic opengraph images 2025-03-14 08:22:32 -04:00
6f31bc53c8 fix automatic image blurring 2025-03-08 13:51:26 -05:00
ba10742c9b properly import and optimize/cache images in markdown files 2025-03-03 15:56:57 -05:00
8aabb4a66f Migrate to app router (#2254) 2025-02-07 11:33:38 -05:00
1d8c2eab99 react-twitter-embed ➡️ react-tweet 2023-09-08 11:47:38 -04:00
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
4ea5b15db0 refactor component imports/exports 2022-03-16 11:22:56 -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
224358fd68 add some rounded corners and theme transition fading 2022-01-21 12:05:01 -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