mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 18:55:28 -04:00
b2416ff0db9f277629950f15f183d507a10e31e5
- 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
🏡 jarv.is
My humble abode on the World Wide Web, created with Next.js, Tailwind CSS, Planetscale Postgres, Drizzle, Better Auth, and more.
Development
I highly recommend spinning up a Codespace with the button above to start inside of a preconfigured and tested environment.
Be sure to populate the required environment variables!
Related
- 💻 /uses – Things and stuff I use.
- 🕰️ /previously – An embarrassing trip down this site's memory lane.
- 🧅 Tor (.onion) mirror – For an excessive level of privacy and security.
- 🧮 jakejarvis/website-stats – Daily raw snapshots of the hit counter database.
License
Site content is licensed under the CC-BY-4.0 license, which means that you can copy, redistribute, remix, transform, and build upon the content for any purpose as long as you give appropriate credit.
All other code in this repository is licensed under the MIT license.
Description
Languages
MDX
51.6%
TypeScript
45.8%
CSS
2.6%