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

17 Commits

Author SHA1 Message Date
8aabb4a66f
Migrate to app router (#2254) 2025-02-07 11:33:38 -05:00
dbde73c63c
refactor "notes" into "posts" (only on the backend) 2024-02-26 12:08:48 -05:00
5b0c126ffc
wrap hit counter with an error boundary in case the API falls on its face again 2024-01-21 13:22:14 -05:00
9be41b5e5c
separate page/site stats API endpoints to lower memory usage 2022-07-10 17:26:22 -04:00
7da0a713a4
add page stats typings 2022-06-30 09:17:12 -04:00
9410a6b2df
add accessible skip-to-content link 2022-05-30 22:52:46 -04:00
d288b2d5f5
remove format-number.ts 2022-05-19 10:23:43 -04:00
64303400a4
lengthen cache-control headers 2022-05-02 10:29:01 -04:00
8a97b706be
more optimization/error handling 2022-04-22 09:18:53 -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
6256223517
bump next to 12.1.0 2022-02-17 19:38:12 -05:00
3bc3e1b5a1
export prop types from component files 2022-02-16 10:39:32 -05:00
cb28562869
extract sentry config/init 2022-02-12 11:24:31 -05:00
885f97fa64
update component prop types to use JSX.IntrinsicElements 2022-02-09 09:37:20 -05:00
7e37adabc1
all components should accept additional classnames 2022-01-20 12:06:05 -05:00
a406010bd2
next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00