feat(pagespeed): render audit sub-group headers in diagnostics
Group audits within each category by sub-group (e.g., "Names and Labels", "Contrast") with small uppercase headers, matching the pagespeed.web.dev layout.
This commit is contained in:
@@ -21,6 +21,8 @@ export interface AuditSummary {
|
||||
savings_ms?: number
|
||||
category: 'opportunity' | 'diagnostic' | 'passed'
|
||||
group?: string // "performance", "accessibility", "best-practices", "seo"
|
||||
sub_group?: string // "a11y-names-labels", "a11y-contrast", etc.
|
||||
sub_group_title?: string // "Names and Labels", "Contrast", etc.
|
||||
details?: AuditDetailItem[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user