Add StatsTab mana breakdown per type (Bug14)
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 3m34s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 3m34s
This commit is contained in:
@@ -9,6 +9,7 @@ import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card';
|
||||
import { Separator } from '@/components/ui/separator';
|
||||
import { FlaskConical, Trophy, RotateCcw } from 'lucide-react';
|
||||
import { ManaStatsSection } from '../stats/ManaStatsSection';
|
||||
import { ManaTypeBreakdown } from '../stats/ManaTypeBreakdown';
|
||||
import { CombatStatsSection } from '../stats/CombatStatsSection';
|
||||
import { StudyStatsSection } from '../stats/StudyStatsSection';
|
||||
import { UpgradeEffectsSection } from '../stats/UpgradeEffectsSection';
|
||||
@@ -79,6 +80,9 @@ export function StatsTab({
|
||||
hasEternalFlow={hasEternalFlow}
|
||||
/>
|
||||
|
||||
{/* Mana Type Breakdown */}
|
||||
<ManaTypeBreakdown store={store} />
|
||||
|
||||
{/* Combat Stats */}
|
||||
<CombatStatsSection store={store} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user