Add Database Size single metric and time series history chart to Admin Dashboard

This commit is contained in:
2026-06-06 21:45:19 +02:00
parent 6848390ffa
commit 9ad3c2cf38
3 changed files with 92 additions and 6 deletions
+1
View File
@@ -16,6 +16,7 @@ export interface AdminSummary {
totalCollaborations: number
totalInvitations: number
aiSummaryEntries: number
dbSize: number
}
export type AdminTimeBucket = 'day' | 'week' | 'month'