Skip to content

feat(ui): add animated stat counters#624

Merged
ezedike-evan merged 4 commits into
ezedike-evan:mainfrom
Emelie-Dev:feat/508-animated-stat-counters
Jul 3, 2026
Merged

feat(ui): add animated stat counters#624
ezedike-evan merged 4 commits into
ezedike-evan:mainfrom
Emelie-Dev:feat/508-animated-stat-counters

Conversation

@Emelie-Dev

Copy link
Copy Markdown
Contributor

closes #508

@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

@Emelie-Dev is attempting to deploy a commit to the ezedikeevan's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jun 28, 2026

Copy link
Copy Markdown

@Emelie-Dev Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@ezedike-evan ezedike-evan left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two things to fix before this can merge:

  1. Commit messageAdd animated stat counters doesn't follow Conventional Commits. Please use a type prefix, e.g. feat(landing): add animated stat counters and push.
  2. CI not triggered — no checks are running. Please push an empty commit or close and reopen to trigger GitHub Actions.

@Emelie-Dev

Copy link
Copy Markdown
Contributor Author

Good day, I've updated the commit and pushed a new commit, but the GitHub Actions checks still aren't being triggered on my fork.

@ezedike-evan ezedike-evan left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding the conventional-commit prefix — almost there. Two remaining CI failures:

  1. commitlint — the commit uses scope landing, which isn't in the allowed scope list. landing isn't one of our tracked modules; please use ui instead (e.g. feat(ui): add animated stat counters) and amend/force-push.
  2. lint-pr-title — the PR title "Add animated stat counters" also needs a Conventional Commits prefix, e.g. feat(ui): add animated stat counters. Please update the title to match.

Implementation itself (useCountUp hook, reduced-motion handling) looks good and matches #508 — just these two lint fixes needed.

@Emelie-Dev Emelie-Dev force-pushed the feat/508-animated-stat-counters branch from d769e95 to ab1d43f Compare July 1, 2026 18:14
@Emelie-Dev Emelie-Dev changed the title Add animated stat counters feat(ui): add animated stat counters Jul 1, 2026
Emelie-Dev and others added 3 commits July 3, 2026 00:28
The PR defined AnimatedStatValue and useCountUp but StatBar still rendered
the raw {value}, so the count-up never ran. Wire AnimatedStatValue into
the stat row.
@ezedike-evan ezedike-evan merged commit 77d6774 into ezedike-evan:main Jul 3, 2026
5 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

B075: [FEAT] [UI] Animated number counters for stats

2 participants