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

27 Commits

Author SHA1 Message Date
jake b2416ff0db refactor: overhaul view transitions with granular per-page animation components
- Replace single `<ViewTransition>` wrapper in layout with `FadeTransition` and `DirectionalTransition` components applied per page
- Add `components/page-transition.tsx` with reusable transition wrappers
- Expand view transition CSS with named classes: fade, slide, nav-forward/back, morph, text-morph, scale — all driven by CSS custom property durations
- Use React `<ViewTransition name=... share="text-morph">` for shared note title element between list and detail views
- Wrap comments suspense boundary with enter/exit slide transitions
- Add `persistent-nav` and `persistent-footer` view-transition-name groups to keep chrome static during navigation
- Fix reduced-motion override to target delay and duration instead of `animation: none`
- Add tracking-tight and letter-spacing tweaks to home page typography
2026-04-25 10:50:31 -04:00
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 6f86fd1ca9 refactor: remove @t3-oss/env-nextjs, use process.env directly
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 14:12:42 -05:00
jake c30197ccc5 refactor: eslint/prettier ➡️ biome 2026-02-19 14:02:03 -05:00
jake 4dca81b58a fix: batch server requests from posts list 2026-01-28 14:37:37 -05:00
jake 29487e6d5f refactor: simplify next link component usage 2026-01-28 12:40:59 -05:00
jake 62e95e3cfe some more arguably unnecessary refactoring 2025-05-05 22:24:25 -04:00
jake 27e6ca2a4b minor style tweaks 2025-05-05 12:55:12 -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 6c3cd0afe9 attempt to fix metadata merging 2025-04-22 22:17:32 -04:00
jake 98ea88dae9 a bunch of cleanup, mostly of my messy css hacks over the years 2025-04-18 12:11:16 -04:00
jake b60fbcc15c clean up remaining NEXT_PUBLIC_ environment variables 2025-04-13 16:28:00 -04:00
jake 2b9c421d42 add prefix to redis keys 2025-04-04 08:49:42 -04:00
jake a7b50f1b55 attempted json-ld fixes... 2025-03-31 11:47:17 -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 d714e6e99b offload videos to vercel blob storage 2025-03-19 16:14:10 -04:00
jake 7c4144a1e7 switch to shiki for syntax highlighting 2025-03-15 21:19:57 -04:00
jake 5ca7e6cb22 extract metadata merging logic from each page into a helper function 2025-03-14 20:16:27 -04:00
jake 3932660acc pre-render optimizations 2025-03-14 12:51:18 -04:00
jake e61ca889a7 consistent arrow functions 2025-03-12 18:10:11 -04:00
jake 2d6fc82f71 fresh <PageTitle> look 2025-03-08 13:09:29 -05:00
jake 354dade9aa move some non-post pages to mdx 2025-03-07 11:53:23 -05:00
jake 6706aa68ab refactor notes directory and front matter 2025-03-06 16:52:11 -05:00
jake ba10742c9b properly import and optimize/cache images in markdown files 2025-03-03 15:56:57 -05:00
jake 8aabb4a66f Migrate to app router (#2254) 2025-02-07 11:33:38 -05:00