feat(core): improve dashboard style (#15205)

This commit is contained in:
DarkSky
2026-07-07 12:13:11 +08:00
committed by GitHub
parent 631e4af9b9
commit fe2a4db76b
18 changed files with 502 additions and 217 deletions
+2
View File
@@ -63,6 +63,7 @@ type AdminDashboard {
blobStorageBytes: SafeInt!
blobStorageHistory: [AdminDashboardValueDayPoint!]!
copilotConversations: SafeInt!
copilotWindow: TimeWindow!
generatedAt: DateTime!
storageWindow: TimeWindow!
syncActiveUsers: Int!
@@ -75,6 +76,7 @@ type AdminDashboard {
}
input AdminDashboardInput {
copilotWindowDays: Int = 7
sharedLinkWindowDays: Int = 28
storageHistoryDays: Int = 30
syncHistoryHours: Int = 48