1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 20:15:31 -04:00
Commit Graph

27 Commits

Author SHA1 Message Date
jake 5a1636baa3 refactor: migrate from Biome to oxlint/oxfmt, remove contact form
- Replace Biome with oxlint + oxfmt (OXC toolchain) for linting and formatting
- Add .oxlintrc.json and .oxfmtrc.json configuration files
- Update VS Code settings and devcontainer to use oxc-vscode extension
- Remove contact form, Resend email integration, and related server action/schema
- Remove unused UI components (accordion, alert, card, tabs, toggle, etc.)
2026-04-05 19:45:18 -04:00
jake c30197ccc5 refactor: eslint/prettier ➡️ biome 2026-02-19 14:02:03 -05:00
jake 8a09aa918c chore: Next.js 15 → 16 (#2503) 2025-11-22 17:11:42 -05:00
jake 2fa9b73f8d Enhance notes page with comment counts and display. Update data fetching to include comment counts alongside views, and integrate comment count badges in both the notes listing and individual post pages. 2025-09-07 16:26:45 -04:00
jake 5058382f71 Tailwind redesign (#2387) 2025-05-02 22:04:26 -04:00
jake 430789c25d offload videos to vercel blob 2025-04-23 09:34:28 -04:00
jake 53d6f57699 trim some unnecessary dependencies 2025-04-07 12:11:04 -04:00
jake a4aa15d2c5 webpack types cleanup 2025-03-27 13:37:28 -04:00
jake e865d9d8e5 restore local video assets now that webpack (and remark) can process them 2025-03-26 19:53:12 -04:00
jake 9fd3de8569 json-ld improvements 2025-03-21 12:02:14 -04:00
jake 5b2caf4a96 add stylelint 2025-03-12 09:44:06 -04:00
jake 354dade9aa move some non-post pages to mdx 2025-03-07 11:53:23 -05:00
jake afbdcc7b06 enable vercel analytics 2023-06-17 20:14:43 -04:00
jake 1776173cab finally fix slow typescript compilation!
see https://github.com/stitchesjs/stitches/issues/1038
2022-06-13 06:47:29 -04:00
jake d258ebd988 group config files 2022-02-11 11:14:28 -05:00
jake 9979e1bf3f v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00
jake 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
jake aa9f347c3d almost had it... 2021-09-08 09:16:34 -04:00
jake cfd57784ff revert node-fetch to 2.6.1
vercel is still compiling functions to commonjs no matter what I do.......??

Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/jake/source/jarv.is/node_modules/node-fetch/src/index.js from /Users/jake/source/jarv.is/api/hits.ts not supported.
2021-09-01 10:06:42 -04:00
jake 9c26cd7bff use @octokit/graphql instead of plain graphql for /api/projects 2021-07-14 07:26:07 -04:00
jake a2d2eee612 *much* stricter typescript (and some js) linting 😬 2021-07-11 11:15:53 -04:00
jake 622432c3e4 trying out Sentry logging on /api/hits 2021-06-13 11:31:18 -04:00
jake f35bd7aac2 clean up type declarations 2021-06-13 08:24:27 -04:00
jake 9314c7eb15 compile typescript before hitting babel 2021-06-06 08:36:28 -04:00
jake d389d05d7a more typescript linting 2021-06-05 23:32:11 -04:00
jake 63cb4dde53 dear lord typescript gets messy fast 2021-06-05 21:10:51 -04:00
jake 0a9e0d789e playing with typescript (probably all wrong) 2021-06-05 16:58:56 -04:00