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

22 Commits

Author SHA1 Message Date
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
0f38ab4f0a
stitches config 2022-07-06 03:02:09 -04:00
f826f59fcc
enable experimental next/future/image (#973) 2022-06-27 20:45:02 -04:00
1776173cab
finally fix slow typescript compilation!
see https://github.com/stitchesjs/stitches/issues/1038
2022-06-13 06:47:29 -04:00
33c210aacf
less resource-intensive methods of parsing URLs 2022-06-01 18:40:57 -04:00
3c48207bd5
fix stitches variable conflicts 2022-05-30 23:06:44 -04:00
90a9512c62
compare origins of links instead of string comparison 2022-05-21 11:31:32 -04:00
9b0adae9ed
simpler check for external URLs 2022-05-20 16:32:54 -04:00
d1f0030d3c
test new next/link behavior 2022-05-17 18:31:58 -04:00
d8363d131a
adding more dumb easter eggs 🐣 2022-05-06 22:49:46 -04:00
2ea6495fd8
fix prefers-reduced-motion detection 2022-05-03 14:57:32 -04:00
3547d14576
allow additional rel info for new tab links 2022-04-29 12:54:35 -04:00
e1da53a1fe
prepare for new next/link behavior
see new-next-link branch
2022-04-28 12:32:50 -04:00
4ea5b15db0
refactor component imports/exports 2022-03-16 11:22:56 -04:00
f8b6378faf
refactor the link underline logic to produce smaller output 2022-03-04 09:33:44 -05:00
c2dde042b7
CSS modules ➡️ Stitches 🧵 (#799) 2022-03-03 09:18:26 -05:00
8385e011c5
remove unnecessary PropsWithChildren 2022-02-09 11:05:48 -05:00
885f97fa64
update component prop types to use JSX.IntrinsicElements 2022-02-09 09:37:20 -05:00
ee1b708b99
prevent fading into dark theme if we're immediately setting it on load 2022-02-06 12:25:48 -05:00
c4e212f6de
make link underlines and rounded corners proportional to font size 2022-02-01 14:19:23 -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