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

40 Commits

Author SHA1 Message Date
cfe77f98d6
experimental prefetching on hover for common links 2025-04-15 09:30:20 -04:00
53d6f57699
trim some unnecessary dependencies 2025-04-07 12:11:04 -04:00
2b9c421d42
add prefix to redis keys 2025-04-04 08:49:42 -04:00
2b7f3c66a9
refactor font loaders/declarations 2025-04-02 13:49:43 -04:00
7c4144a1e7
switch to shiki for syntax highlighting 2025-03-15 21:19:57 -04:00
3932660acc
pre-render optimizations 2025-03-14 12:51:18 -04:00
e61ca889a7
consistent arrow functions 2025-03-12 18:10:11 -04:00
e166c63988
remove react-spring dependency 2025-03-08 23:13:32 -05:00
9229f92c0c
a bit more cleanup 2025-03-07 14:56:49 -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
955cfe421f
remove dependency on uglify-js 2024-02-26 10:49:14 -05:00
14cd879207
migrate to prisma accelerate
https://prismaio.notion.site/Migration-Guide-For-Data-Proxy-Users-Moving-to-Prisma-Accelerate-5df9
2023-10-04 12:27:49 -04:00
1d8c2eab99
react-twitter-embed ➡️ react-tweet 2023-09-08 11:47:38 -04:00
b13c8259b3
attempt to make edge functions a tad bit lighter 2023-07-06 10:37:51 -04:00
1c53376988
type-safe stitches util for fancy link underline color 2022-07-31 11:24:44 -04:00
0a9391ed5f
use slightly more elegant way of formulating rel attribute of links 2022-07-30 17:05:15 -04:00
1f373541be
add :focus-visible css selector to some hover styles 2022-07-27 18:05:50 -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
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