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:
Usman Baig
2026-03-22 23:45:36 +01:00
parent 354331646b
commit bba25c722a
2 changed files with 21 additions and 11 deletions

View File

@@ -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.