WIP main worktree changes before merge

This commit is contained in:
2026-03-13 00:20:22 -04:00
parent 58bf80189d
commit e5141238fb
25 changed files with 940 additions and 208 deletions

View File

@@ -137,7 +137,9 @@ function AnalysisPageContent() {
<PriceHistoryCard
loading={loading}
priceHistory={analysis.priceHistory}
benchmarkHistory={analysis.benchmarkHistory}
quote={analysis.quote}
position={analysis.position}
/>
</section>