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

9 Commits

Author SHA1 Message Date
b755b66d19
use preact for common components across site (#663)
* convert GitHub cards grid from lit-html to preact

* give hit counter the preact treatment

* extract loading spinner component to a shared location

* move *some* loading spinner styles to its JSX

* Update .percy.yml

* pick up images in JS w/ webpack

* pull star/fork icons straight from @primer/octicons

* a bit of cleanup

* check `typeof window !== "undefined"` before rendering

* bump misc. deps

* silence missing license warnings for preact-hooks and preact-compat

* add source-map-loader

* Update loading.js
2021-11-24 13:51:29 -05:00
be7b2a4bba
bump some deps and fix some lints 2021-11-22 10:52:02 -05:00
6ff4bc52e5
clean up serverless functions 2021-11-08 07:01:05 -05:00
4da59e5e81
retry on Fauna "contended transaction" error, see https://sentry.io/share/issue/9c60a58211954ed7a8dfbe289bd107b5/ 2021-11-06 11:49:55 -04:00
c7fdda36af
run prettier over every file 2021-10-31 16:51:19 -04:00
2106b3703d
finally got myself a real contact form 📬 2021-10-14 08:12:40 -04:00
fafb4ab4a7
adjust /api/projects to allow custom number of results (max 24) 2021-10-09 08:50:04 -04:00
2ca02c81fd
bump some deps 2021-09-22 09:18:32 -04:00
4ce401b9ef
switch back to JS for serverless functions (for now) (#549)
Vercel's TS transpiliation is too flaky: https://github.com/vercel/vercel/discussions/6665
2021-09-09 17:30:38 -04:00