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

26 Commits

Author SHA1 Message Date
5b2caf4a96
add stylelint 2025-03-12 09:44:06 -04:00
8e89701453
lucide icons 2025-03-11 21:18:41 -04:00
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
1d8c2eab99
react-twitter-embed ➡️ react-tweet 2023-09-08 11:47:38 -04:00
1f373541be
add :focus-visible css selector to some hover styles 2022-07-27 18:05:50 -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
c3253d85dd
fix vnc hydration errors 2022-06-19 16:54:01 -04:00
1e1ecd89ea
refactor component/page function returns 2022-05-25 09:30:11 -04:00
64303400a4
lengthen cache-control headers 2022-05-02 10:29:01 -04:00
383c88d5ef
random organization 2022-04-28 19:28:16 -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
ea4e7025ff
fix some leftover stitches to-do items 2022-03-03 13:18:12 -05: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
17104d765b
make sticky header optional via prop 2022-02-16 10:30:18 -05:00
ae0fd5f56b
extract list of menu links to a config file 2022-02-11 15:13:32 -05:00
885f97fa64
update component prop types to use JSX.IntrinsicElements 2022-02-09 09:37:20 -05:00
2a29d713bb
remove global .icon style 2022-01-30 09:00:59 -05:00
e91595c8bf
fix custom image width/height when passed in as strings 2022-01-24 11:37:12 -05:00
d06ebfcf60
use memo more wisely 2022-01-22 10:06:24 -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