From 62d632f90940e2162ab164342172513ee9c6f693 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 30 Apr 2026 10:36:33 -0400 Subject: [PATCH] refactor: replace react-countup with @number-flow/react --- app/(home)/page.tsx | 4 +- app/notes/[slug]/page.tsx | 26 +- app/projects/page.tsx | 8 +- components.json | 2 +- components/activity-calendar.tsx | 4 +- components/comment-count.tsx | 11 +- components/comments/comment-actions.tsx | 11 +- components/comments/comment-form.tsx | 10 +- components/comments/sign-in.tsx | 4 +- components/copy-button.tsx | 10 +- components/count-up.ts | 6 - components/icons.tsx | 16 - components/image-diff.tsx | 1 + components/layout/header.tsx | 14 +- components/layout/menu.tsx | 2 +- components/post-stats.tsx | 6 +- components/ui/dialog.tsx | 4 +- components/ui/dropdown-menu.tsx | 8 +- components/ui/select.tsx | 10 +- components/ui/sonner.tsx | 23 +- components/ui/spinner.tsx | 4 +- components/view-counter.tsx | 16 +- mise.toml | 2 - package.json | 16 +- pnpm-lock.yaml | 649 ++++++++++++------------ renovate.json | 2 +- 26 files changed, 419 insertions(+), 450 deletions(-) delete mode 100644 components/count-up.ts delete mode 100644 mise.toml diff --git a/app/(home)/page.tsx b/app/(home)/page.tsx index 37a8f68a..60f25b2c 100644 --- a/app/(home)/page.tsx +++ b/app/(home)/page.tsx @@ -1,4 +1,4 @@ -import { ArrowUpRight } from "lucide-react"; +import { IconArrowUpRight } from "@tabler/icons-react"; import Image, { type StaticImageData } from "next/image"; import Link from "next/link"; @@ -97,7 +97,7 @@ const Page = () => ( {project.tagline} -