relaunch-2026-04-25 #4
Reference in New Issue
Block a user
Delete Branch "relaunch-2026-04-25"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds html { scroll-behavior: smooth } with a prefers-reduced-motion override. Required for the relaunch hero's 'See it in action' anchor CTA to feel natural. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>The Inkscape-exported cameleer-logo.svg in public/ is 1.5 MB — loaded eagerly in the SiteHeader (32×32) and Hero (64×64), it was the dominant hit on the homepage's largest-contentful-paint. The relaunch's added above-the-fold DOM nudged Lighthouse perf from 0.95 to 0.92 and tipped CI's >=0.95 threshold red. Switch all four SVG references to the pre-optimised PNG icons that already ship in public/icons/: - SiteHeader (32-displayed): /icons/cameleer-48.png (4.4 KB) - Hero (64-displayed): /icons/cameleer-192.png (36 KB) - SiteFooter (24-displayed): /icons/cameleer-32.png (2.4 KB) - BaseLayout favicon link: drop the SVG, keep the existing 32 PNG fallback (already declared on the next line). Local Lighthouse (http-server, no gzip) before: perf 0.72, LCP 10.0s. After: perf 0.94, LCP 1.6s. CI on Linux + LH static server should comfortably clear the 0.95 gate. The SVG file itself is left in place — unreferenced, but kept in case any external link still points at it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>