feat: rewire DashboardScreen with vehicle roster layout (refs #200)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Eric Gullickson
2026-02-15 10:53:35 -06:00
parent 767df9e9f2
commit 654a7f0fc3
8 changed files with 73 additions and 639 deletions

View File

@@ -4,9 +4,7 @@
export { DashboardScreen } from './components/DashboardScreen';
export { DashboardPage } from './pages/DashboardPage';
export { SummaryCards, SummaryCardsSkeleton } from './components/SummaryCards';
export { VehicleAttention, VehicleAttentionSkeleton } from './components/VehicleAttention';
export { QuickActions, QuickActionsSkeleton } from './components/QuickActions';
export { RecentActivity, RecentActivitySkeleton } from './components/RecentActivity';
export { useDashboardSummary, useVehiclesNeedingAttention, useRecentActivity } from './hooks/useDashboardData';
export type { DashboardSummary, VehicleNeedingAttention, RecentActivityItem, DashboardData } from './types';
export { VehicleRosterCard } from './components/VehicleRosterCard';
export { ActionBar } from './components/ActionBar';
export { useVehicleRoster } from './hooks/useDashboardData';
export type { VehicleHealth, AttentionItem, VehicleRosterData } from './types';