VI
Total Points
766
All time
Total Activities
482
All time
Activity Types
8
Different types
Activity Overview
399 contributions in the last year
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Mon
Wed
Fri
Less
More
Achievements
7 badges earnedPoints Milestone
Awarded for reaching points milestones
2 / 3 tiers earned
bronze
100+ points
silver
500+ points
gold
1,000+ points
Consistency Champion
Awarded for maintaining activity streaks
2 / 3 tiers earned
bronze
7 day streak
silver
14 day streak
gold
30 day streak
Activity Milestone
Awarded for reaching activity count milestones
3 / 4 tiers earned
bronze
10+ activities
silver
50+ activities
gold
100+ activities
platinum
500+ activities
Activity Breakdown
396 total activities · 766 total points
Commit Created
304 (76.8%)·588 pts
PR Merged
12 (3.0%)·60 pts
Issue Opened
29 (7.3%)·58 pts
Issue Assigned
29 (7.3%)·29 pts
PR Reviewed
9 (2.3%)·18 pts
PR Opened
13 (3.3%)·13 pts
396
Total Activities
766
Total Points
6
Activity Types
1.9
Avg Points/Activity
Activity Timeline
33 of 482 activities· 1 of 28 months
August 202633 activities
Commit Created+2
feat(shimmer): add shimmer text utility as full component doc
- Add shimmer/shimmer-once/shimmer-reverse/shimmer-none/shimmer-color-*/shimmer-duration-*/shimmer-spread-*/shimmer-angle-* CSS utilities
- Fix shimmer glyph fill to use -webkit-text-fill-color instead of color so it isn't overridden by companion text-* utilities
- Add Motion section to Foundations page documenting the utility
- Add full Shimmer component doc (src/lib/registry/shimmer.tsx) with Demo, With Marker, Color, Duration, Spread, Angle, Reverse, Play Once, Disabling, Fallback, Reduced Motion, RTL examples
- Register shimmer in component-names and registry index so it appears in the Components sidebar
- Add public/registry/care-ui/shimmer/shimmer.json registry:style item so the CLI install command resolves
- Fix ExampleItem to default to the Code tab (and hide the Preview tab) when an example has no preview, fixing blank-looking code-only examples
Commit Created+2
feat(matrix-spinner): add spin-cross preset, async-state example, and animation perf pass
- Add spin-cross preset (spin -> error cross) mirroring spin-check
- Add Spin Cross and Async State (loading -> success/error) doc examples
- Fix spin-check/spin-cross spin-phase speed to match spin-cw
- Switch animation engine to a single shared rAF ticker with drift correction
- Cache dot refs instead of querySelectorAll, memoize component, cache reduced-motion check
- Regenerate registry JSON
Commented
Commit Created+2
chore: remove animated-character-filly from component list and clean up references
Commit Created
chore: remove animated-character-filly from component list and clean up references
Commit Created+2
refactor: rename AnimatedCharacter → CareFilly, AnimatedCharacterFilly → CareFillyClassic
- Rename component files: animated-character → care-filly-classic, animated-character-filly → care-filly
- Rename exported symbols: AnimatedCharacter → CareFillyClassic, AnimatedCharacterFilly → CareFilly
- Rename types: AnimatedCharacterHandle → CareFillyClassicHandle, CareFillyHandle; CharacterState → CareFillyClassicState; FillyCharacterState → CareFillyState
- Add size prop to both components for inline sizing without wrapper divs
- Add color prop to both components (SVG uses currentColor)
- Make CareFilly the default preview; add Classic section heading divider
- Add Filly/Classic inline assistant examples with shimmer text effect
- Reorder examples: Filly group then Classic group
- Improve yesNod() amplitude and timing on CareFilly
- Remove justify-center from preview container and example card
- Add heading field to ComponentExample type for section dividers
Commit Created
refactor: rename AnimatedCharacter → CareFilly, AnimatedCharacterFilly → CareFillyClassic
Commit Created+2
Refine animated character loading/writing states and docs examples
Commit Created+2
Feature/animated filly mascot playground (#50)
* add animated Filly mascot state playground
* replace Filly playground with animated character
* Refine character listening and sleepy mouth animations
* Cleanup character animation transforms and sleepy mouth shaping
* Polish Care Filly transitions and naming cleanup
* Fix react-hooks/set-state-in-effect lint errors in 6 files
Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com>
* Add SSR guard for matchMedia in use-media-query.ts
Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com>
* fix: format animated-character files to fix CI format check
Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com>
* fix: regenerate animated character registry artifact
Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com>
* Refine animated character loading/writing states and docs examples
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com>
Commented
Commit Created
Refine animated character loading/writing states and docs examples
Commented
Commented
Commit Created+2
add animated Filly mascot state playground (#49)
* add animated Filly mascot state playground
* replace Filly playground with animated character
* Refine character listening and sleepy mouth animations
* Cleanup character animation transforms and sleepy mouth shaping
* Polish Care Filly transitions and naming cleanup
* Fix react-hooks/set-state-in-effect lint errors in 6 files
Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com>
* Add SSR guard for matchMedia in use-media-query.ts
Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com>
* fix: format animated-character files to fix CI format check
Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com>
* fix: regenerate animated character registry artifact
Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: vinutv <16238306+vinutv@users.noreply.github.com>
Commit Created
add animated Filly mascot state playground (#49)
Commit Created
add animated Filly mascot state playground (#49)
Commit Created
add animated Filly mascot state playground (#49)
Commented
Commit Created
Polish Care Filly transitions and naming cleanup
Commit Created
Cleanup character animation transforms and sleepy mouth shaping
Commit Created
Refine character listening and sleepy mouth animations
Commit Created
replace Filly playground with animated character
Commented
Commit Created+2
Add questionnaire component docs, previews, and registry artifacts