1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 19:28:27 -04:00

19 Commits

Author SHA1 Message Date
8aabb4a66f
Migrate to app router (#2254) 2025-02-07 11:33:38 -05:00
893db7e951
bump next to 13.5 2023-10-02 11:59:15 -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
a97eb0532f
use smartypants remark plugin for fancy quotes, etc. 2022-05-12 15:02:27 -04:00
d8363d131a
adding more dumb easter eggs 🐣 2022-05-06 22:49:46 -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
3bc3e1b5a1
export prop types from component files 2022-02-16 10:39:32 -05:00
885f97fa64
update component prop types to use JSX.IntrinsicElements 2022-02-09 09:37:20 -05:00
7a3ea4924c
clean up type definitions 2022-01-30 22:04:25 -05:00
9f34cec930
custom <Link /> wrapper around next/link 2022-01-30 10:33:40 -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
171bdd65b6
more preparation for styled components 2022-01-19 11:00:28 -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