Kind: Component
Source: atloria-monorepo/apps/web/src/app/app/projects/[id]/components/dashboard/OverviewTab.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
project | any | ✓ | - |
documentCount | number | ✓ | - |
categoryCount | number | ✓ | - |
lastGeneratedAt | `string | null` | ✓ |
recentDocuments | any[] | ✓ | - |
jobs | any[] | ✓ | - |
onGenerate | Function | ✓ | - |
onNavigateSettings | Function | ✓ | - |
Diagram
mermaidgraph TD component_OverviewTab_6d674d18["OverviewTab"] class component_OverviewTab_6d674d18 rootComponent
Relationships
- RENDERS →
DocsHealthHero - RENDERS →
StatsRow - RENDERS →
RecentDocuments - RENDERS →
GenerationHistory - RENDERS →
QuickActions - RENDERS →
RepositoryInfo - RENDERS →
TeamActivity
Was this page helpful?