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

299 Commits

Author SHA1 Message Date
25aed87b21
separate ThemeContext and useTheme code 2022-04-06 17:40: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
0a741b4282
fix comments top border 2022-04-04 11:04:37 -04:00
7142b5ece5
bump giscus component 2022-04-04 10:51:03 -04:00
05608261ca
images are finally linkable again 2022-03-21 16:17:35 -04:00
17776213e9
add markdown icon to contact form tip 2022-03-21 12:04:07 -04:00
4772768aa2
remove twemoji icon dependency 2022-03-19 14:42:46 -04:00
7c88132071
add Ukraine banner 🇺🇦 2022-03-17 14:14:08 -04:00
4ea5b15db0
refactor component imports/exports 2022-03-16 11:22:56 -04:00
ddb9fdff8d
fix super nitpicky indented headings 2022-03-12 11:07:33 -05:00
50071eef58
fix max-width: undefined 2022-03-11 18:07:27 -05:00
87848cc697
just some refactoring 2022-03-09 14:07:06 -05:00
f5c8a7a21a animated dark mode toggle 🌓 2022-03-07 20:08:38 -05:00
19394c1fb7
fix missing title attribute on icon-only menu links 2022-03-07 19:51:51 -05:00
a917b5f81d fork next-themes into use-theme hook 2022-03-07 16:32:38 -05:00
ff9bb81d30
now safe to bump typescript to 4.6 2022-03-07 15:01:30 -05:00
34fccfefc3
use stitches-normalize 🧵
https://github.com/jakejarvis/stitches-normalize
2022-03-06 11:24:58 -05:00
9ac0b828d1
remove unnecessary flexboxes 2022-03-04 15:24:21 -05:00
f8b6378faf
refactor the link underline logic to produce smaller output 2022-03-04 09:33:44 -05:00
ea4e7025ff
fix some leftover stitches to-do items 2022-03-03 13:18:12 -05:00
dc7622a7af
switch some style props to css 2022-03-03 11:46:18 -05:00
4e32048cca
fix VNC terminal 2022-03-03 09:42:45 -05:00
c2dde042b7
CSS modules ➡️ Stitches 🧵 (#799) 2022-03-03 09:18:26 -05:00
33c02d205e
use camelCase in themes config 2022-02-28 20:07:27 -05:00
f2fb718d0f
update constants 2022-02-26 12:06:41 -05:00
f6627580eb
fix page/note title color 2022-02-26 11:39:16 -05:00
6ee40f99db
bump some deps 2022-02-25 10:33:20 -05:00
e6f1955efb
organize types a bit more sanely & bump deps 2022-02-24 07:06:34 -05:00
d24d29a04e
try removing transition blocking stuff 2022-02-19 09:19:46 -05:00
17a271eb87
tell unblock-transitions script to remove itself when finished 2022-02-18 12:31:57 -05:00
6256223517
bump next to 12.1.0 2022-02-17 19:38:12 -05:00
147128516e
re-add next-remote-watch as local dev server 2022-02-16 14:25:27 -05:00
416eb4b4cf
only count post hits on production site 2022-02-16 12:19:00 -05:00
3edaa6b0e4
clean up <Video /> props 2022-02-16 11:10:09 -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
67d98124f6
enable AVIF images 2022-02-15 12:59:54 -05:00
a47d49c0d5
remove no-fade stylesheet from DOM after use 2022-02-13 11:41:26 -05:00
4580e42fdc
Update ContactForm.module.css 2022-02-13 11:01:24 -05:00
cb28562869
extract sentry config/init 2022-02-12 11:24:31 -05:00
ae0fd5f56b
extract list of menu links to a config file 2022-02-11 15:13:32 -05:00
d258ebd988
group config files 2022-02-11 11:14:28 -05:00
93356e9472
add react-textarea-autosize to contact form 2022-02-11 09:25:25 -05:00
6d5c34335b
extract hcaptcha into reusable component w/ defaults 2022-02-10 21:19:13 -05:00
8385e011c5
remove unnecessary PropsWithChildren 2022-02-09 11:05:48 -05:00
3801989a5b
refactor <CodeBlock /> to make it useful outside of mdx 2022-02-09 10:41:23 -05:00
885f97fa64
update component prop types to use JSX.IntrinsicElements 2022-02-09 09:37:20 -05:00
da42cb074c
automatically inline critical css via critters (#760) 2022-02-07 14:40:38 -05:00
ee1b708b99
prevent fading into dark theme if we're immediately setting it on load 2022-02-06 12:25:48 -05:00
4e7f235ed5
fix page titles 2022-02-05 15:52:57 -05:00