Replace ChartsPackage with native Swift Charts

- Rewrite HeaderStatsView using SwiftUI Charts framework
- Delete unused GraphView.swift (only used in previews)
- Remove unused `import Charts` from DayView.swift
- Remove ChartsPackage SPM dependency from project
- Native Swift Charts is simpler and has no external dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Trey t
2025-12-22 14:18:07 -06:00
parent 0cd09a5f51
commit 1105383e07
5 changed files with 47 additions and 270 deletions

View File

@@ -7,7 +7,6 @@
import SwiftUI
import SwiftData
import Charts
import TipKit
struct DayViewConstants {