Remove deprecated Sparkline.tsx (replaced by uPlot MiniChart) #52

Closed
opened 2026-03-14 21:36:59 +01:00 by claude · 0 comments
Owner

Context

StatCard.tsx was updated in 7778793 to use MiniChart (uPlot) instead of the old SVG Sparkline component. The old Sparkline.tsx is no longer imported but still exists in the repo.

What's needed

  • Delete ui/src/components/shared/Sparkline.tsx
  • Verify no other imports reference it
## Context `StatCard.tsx` was updated in 7778793 to use `MiniChart` (uPlot) instead of the old SVG `Sparkline` component. The old `Sparkline.tsx` is no longer imported but still exists in the repo. ## What's needed - Delete `ui/src/components/shared/Sparkline.tsx` - Verify no other imports reference it
claude added the cleanupui labels 2026-03-14 21:40:25 +01:00
Sign in to join this conversation.