1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-19 06:55:30 -04:00
Commit Graph

25 Commits

Author SHA1 Message Date
jake d718555001 clean up note types 2022-04-30 18:01:33 -04:00
jake e1da53a1fe prepare for new next/link behavior
see new-next-link branch
2022-04-28 12:32:50 -04:00
jake fbb2221d08 switch from date-fns (and date-fns-tz) to dayjs 2022-04-22 14:37:35 -04:00
jake 8a97b706be more optimization/error handling 2022-04-22 09:18:53 -04:00
jake fa968dbcd2 use <time> element for all dates 2022-04-16 15:59:28 -04:00
jake 25aed87b21 separate ThemeContext and useTheme code 2022-04-06 17:40:16 -04:00
jake 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
jake 4ea5b15db0 refactor component imports/exports 2022-03-16 11:22:56 -04:00
jake 9ac0b828d1 remove unnecessary flexboxes 2022-03-04 15:24:21 -05:00
jake c2dde042b7 CSS modules ➡️ Stitches 🧵 (#799) 2022-03-03 09:18:26 -05:00
jake e6f1955efb organize types a bit more sanely & bump deps 2022-02-24 07:06:34 -05:00
jake 416eb4b4cf only count post hits on production site 2022-02-16 12:19:00 -05:00
jake 3bc3e1b5a1 export prop types from component files 2022-02-16 10:39:32 -05:00
jake 885f97fa64 update component prop types to use JSX.IntrinsicElements 2022-02-09 09:37:20 -05:00
jake ee1b708b99 prevent fading into dark theme if we're immediately setting it on load 2022-02-06 12:25:48 -05:00
jake 42a7ff1bdc fix unnoticeable background color bug in dark mode 2022-02-05 14:50:29 -05:00
jake f0259dbab5 stop being lazy with css selectors 2022-01-30 11:38:37 -05:00
jake 9f34cec930 custom <Link /> wrapper around next/link 2022-01-30 10:33:40 -05:00
jake 2a29d713bb remove global .icon style 2022-01-30 09:00:59 -05:00
jake 51ecae3c9b custom <Image /> wrapper now supports static imports too 2022-01-24 08:57:21 -05:00
jake 0343aa9be4 move more junk out of index.css and into components 2022-01-22 18:52:29 -05:00
jake 224358fd68 add some rounded corners and theme transition fading 2022-01-21 12:05:01 -05:00
jake 2162e9d563 properly merge multiple class names 2022-01-20 10:38:18 -05:00
jake 5e9503b562 remove unnecessary react fragments 2022-01-18 09:54:30 -05:00
jake a406010bd2 next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00