Skip to main content
v6.27.0

Avatar Picker, Changelogs, and More

Welcome to the first changelog for my personal site! a running log of what's new, improved, and fixed as I build in public.

A new picker component for browsing and selecting avatars. It's a bit cringy, I know — but I like it. It supports touch input and drag-to-scroll, so browsing through options feels smooth on both mobile and desktop. Give it a try from the avatar widget on the home page.

Rather than shipping changes quietly, this page gives every update a proper home. You're reading the first one.

A new widget in the horizontal header surfaces my latest writing, so it stays visible as new posts come in.


  • The avatar widget was refactored with absolute positioning and proper z-index layering for a more stable layout. A titleColor prop was added, ring styling was swapped for outline, and the picker is now horizontally scrollable on mobile.
  • Static imports now replace dynamic blur placeholder generation across avatar, footer, and gallery images — keeping Next.js builds fast as the site grows.