berrypod/lib/simpleshop_theme/theme
Jamey Greenwood 7fbde87c5b perf: improve SEO and accessibility for PageSpeed
- Add meta description tag with theme_settings.site_description fallback
- Add site_description field to ThemeSettings schema
- Fix color contrast on tertiary text (WCAG AA compliance)
  - Clean mood: #a3a3a3 → #737373
  - Warm mood: #a8a29e → #78716c
  - Cool mood: #94a3b8 → #64748b
- Add width/height attributes to product images to prevent CLS:
  - Product cards: 600x600
  - Cart items: 96x96
  - Gallery thumbnails: 150x150
  - Lightbox: 1200x1200

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 21:55:55 +00:00
..
css_cache.ex feat: add CSS generation system with custom properties and ETS cache 2025-12-30 21:41:25 +00:00
css_generator.ex perf: improve SEO and accessibility for PageSpeed 2026-01-21 21:55:55 +00:00
presets.ex feat: implement professional typography system with curated font pairings 2026-01-15 01:16:21 +00:00
preview_data.ex feat: add /collections/:slug routes with category filtering 2026-01-19 23:26:41 +00:00