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

25 Commits

Author SHA1 Message Date
9229f92c0c
a bit more cleanup 2025-03-07 14:56:49 -05:00
354dade9aa
move some non-post pages to mdx 2025-03-07 11:53:23 -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
1f1d13497c
bump react-player (finally) 2023-10-09 18:45:36 -04:00
cab79559e6
fix <Video /> component (downgrade react-player to 2.10.1) 2023-04-13 11:09:13 -04:00
cf106e46da
refactor more hooks 2022-07-25 13:11:40 -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
e782f1a8e8
remove unnecessary memos 2022-06-22 19:53:08 -04:00
a63ea35463
clean up strict types a bit more 2022-06-13 12:01:35 -04:00
ff96ccae44
fix style nesting 2022-05-24 20:48:26 -04:00
2f695be18f
don't load fathom script unless on production 2022-05-16 09:40:36 -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
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
f2fb718d0f
update constants 2022-02-26 12:06:41 -05:00
3edaa6b0e4
clean up <Video /> props 2022-02-16 11:10:09 -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
42a7ff1bdc
fix unnoticeable background color bug in dark mode 2022-02-05 14:50:29 -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
2162e9d563
properly merge multiple class names 2022-01-20 10:38:18 -05:00
a406010bd2
next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00