feat(pagespeed): manual check section, consistent dot indicators
- Add "Additional items to manually check" collapsed section - Replace triangle/square severity icons with consistent filled circles - Empty circle (border only) for informative/unscored audits
This commit is contained in:
@@ -19,7 +19,7 @@ export interface AuditSummary {
|
||||
score: number | null
|
||||
display_value?: string
|
||||
savings_ms?: number
|
||||
category: 'opportunity' | 'diagnostic' | 'passed'
|
||||
category: 'opportunity' | 'diagnostic' | 'passed' | 'manual'
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user